aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
AgeCommit message (Collapse)AuthorFilesLines
2007-06-12Btrfs: 64 bit div fixesChris Mason1-1/+1
Signed-off-by: Chris Mason <[email protected]>
2007-04-19Btrfs: early fsync supportChris Mason1-1/+0
Signed-off-by: Chris Mason <[email protected]>
2007-04-10Btrfs: snapshot progressChris Mason1-1/+15
Signed-off-by: Chris Mason <[email protected]>
2007-04-02Btrfs: dynamic allocation of path structChris Mason1-19/+28
Signed-off-by: Chris Mason <[email protected]>
2007-03-30Btrfs: corruption hunt continuesChris Mason1-3/+4
Signed-off-by: Chris Mason <[email protected]>
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason1-0/+1
Signed-off-by: Chris Mason <[email protected]>
2007-03-22Mountable btrfs, with readdirChris Mason1-2/+2
Signed-off-by: Chris Mason <[email protected]>
2007-03-21Btrfs: initial move to kernel module landChris Mason1-4/+1
Signed-off-by: Chris Mason <[email protected]>
2007-03-16Btrfs: transaction handles everywhereChris Mason1-10/+13
Signed-off-by: Chris Mason <[email protected]>
2007-03-15Btrfs: Use a chunk of the key flags to record the item type.Chris Mason1-1/+1
Add (untested and simple) directory item code Fix comp_keys to use the new key ordering Add btrfs_insert_empty_item Signed-off-by: Chris Mason <[email protected]>
2007-03-14Btrfs: variable block size supportChris Mason1-2/+2
Signed-off-by: Chris Mason <[email protected]>
2007-03-13Btrfs: Change the super to point to a tree of trees to enable persistent ↵Chris Mason1-0/+88
snapshots Signed-off-by: Chris Mason <[email protected]>