summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-03-14Btrfs: variable block size supportChris Mason10-300/+238
2007-03-14Btrfs: add leaf data casting helperChris Mason3-9/+8
2007-03-14Btrfs: properly reset block cache on freeChris Mason1-1/+1
2007-03-13Btrfs: Change the super to point to a tree of trees to enable persistent snap...Chris Mason10-65/+445
2007-03-13Btrfs: merge leaves before splitChris Mason2-2/+9
2007-03-13Btrfs: make some funcs staticChris Mason2-19/+44
2007-03-13rename funcs and structs to btrfsChris Mason11-447/+454
2007-03-13Btrfs: struct extent_item endianChris Mason3-15/+39
2007-03-13Btrfs: node->blockptrs endian fixesChris Mason4-18/+33
2007-03-12Btrfs: struct item endian fixesChris Mason6-90/+141
2007-03-12Btrfs: struct key endian fixesChris Mason7-82/+162
2007-03-12Btrfs: Add sparse endian annotations to struct headerChris Mason2-33/+61
2007-03-12Btrfs: get/set for struct header fieldsChris Mason10-172/+230
2007-03-12fix leak in btrfs_drop_snapshotChris Mason2-5/+8
2007-03-10Btrfs: recursion free-first passChris Mason2-3/+100
2007-03-07Btrfs: Fixup last found extent cachingChris Mason4-19/+24
2007-03-07Btrfs: get rid of add recursionChris Mason3-124/+96
2007-03-06Btrfs: Fixup reference counting on cowsChris Mason9-127/+267
2007-03-02Btrfs: early reference countingChris Mason6-80/+145
2007-03-02Btrfs: period commit during initial fill in the random testerChris Mason2-5/+12
2007-03-02Btrfs: Fix extent code to use merge during deleteChris Mason4-16/+14
2007-03-01Btrfs: pretend page cache & commit codeChris Mason5-28/+558
2007-03-01Btrfs: Fixup the code to merge during path walksChris Mason4-43/+381
2007-03-01Btrfs: merge on the way down during deletesChris Mason1-220/+200
2007-02-28Btrfs: more return code checkingChris Mason2-11/+21
2007-02-28Btrfs: return code checkingChris Mason4-228/+269
2007-02-28Btrfs: Add sparse checking to MakefileChris Mason2-3/+8
2007-02-28Btrfs: Take out the merge-during-search-on-delete code, it is buggy.Chris Mason2-28/+39
2007-02-26Btrfs: more 32 bit cleanupsChris Mason1-1/+1
2007-02-26Btrfs: 32bit cleanupsChris Mason2-3/+4
2007-02-26Btrfs: u64 cleanupsChris Mason5-17/+17
2007-02-26Btrfs: fixup dbfile permsChris Mason1-1/+1
2007-02-26Btrfs: Add fsx-style randomized tree testerChris Mason6-8/+680
2007-02-24Btrfs: cleanup & commentChris Mason1-1/+27
2007-02-24Btrfs: push_leaf_rightChris Mason1-7/+102
2007-02-24Btrfs: Break up ctree.c a littleChris Mason6-374/+176
2007-02-23Btrfs: Block sized tree extents and extent deletionChris Mason5-135/+252
2007-02-22Btrfs: switch to early splitsChris Mason2-146/+120
2007-02-21Btrfs: extent fixesChris Mason5-61/+103
2007-02-20Btrfs: add mkfs.cChris Mason1-0/+69
2007-02-20Btrfs: early extent mapping supportChris Mason5-33/+236
2007-02-02Btrfs: Commenting/cleanupChris Mason1-63/+186
2007-02-02Btrfs: Add backing store, memory managementChris Mason8-163/+1447
2007-01-26Btrfs: Faster deletes, add Makefile and kerncompatChris Mason3-21/+136
2007-01-26Btrfs: Initial checkin, basic working tree codeChris Mason1-0/+810