aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Add inode map, and the start of file extent itemsChris Mason2007-03-2011-173/+542
* Btrfs: add transaction.h to the MakefileChris Mason2007-03-201-1/+2
* Btrfs: minor commentsChris Mason2007-03-171-0/+5
* Btrfs: transaction handles everywhereChris Mason2007-03-1616-303/+426
* Btrfs: pin freed blocks from the FS tree tooChris Mason2007-03-163-19/+26
* Btrfs: add a name_len to dir items, reorder keyChris Mason2007-03-165-25/+25
* Btrfs: add inode itemChris Mason2007-03-155-7/+215
* Btrfs: directory testing code and dir item fixesChris Mason2007-03-155-74/+477
* Btrfs: add hash.hChris Mason2007-03-151-0/+4
* Btrfs: Use a chunk of the key flags to record the item type.Chris Mason2007-03-1514-109/+435
* Btrfs: reorder key offset and flagsChris Mason2007-03-143-8/+9
* Btrfs: variable block size supportChris Mason2007-03-1410-300/+238
* Btrfs: add leaf data casting helperChris Mason2007-03-143-9/+8
* Btrfs: properly reset block cache on freeChris Mason2007-03-141-1/+1
* Btrfs: Change the super to point to a tree of trees to enable persistent snap...Chris Mason2007-03-1310-65/+445
* Btrfs: merge leaves before splitChris Mason2007-03-132-2/+9
* Btrfs: make some funcs staticChris Mason2007-03-132-19/+44
* rename funcs and structs to btrfsChris Mason2007-03-1311-447/+454
* Btrfs: struct extent_item endianChris Mason2007-03-133-15/+39
* Btrfs: node->blockptrs endian fixesChris Mason2007-03-134-18/+33
* Btrfs: struct item endian fixesChris Mason2007-03-126-90/+141
* Btrfs: struct key endian fixesChris Mason2007-03-127-82/+162
* Btrfs: Add sparse endian annotations to struct headerChris Mason2007-03-122-33/+61
* Btrfs: get/set for struct header fieldsChris Mason2007-03-1210-172/+230
* fix leak in btrfs_drop_snapshotChris Mason2007-03-122-5/+8
* Btrfs: recursion free-first passChris Mason2007-03-102-3/+100
* Btrfs: Fixup last found extent cachingChris Mason2007-03-074-19/+24
* Btrfs: get rid of add recursionChris Mason2007-03-073-124/+96
* Btrfs: Fixup reference counting on cowsChris Mason2007-03-069-127/+267
* Btrfs: early reference countingChris Mason2007-03-026-80/+145
* Btrfs: period commit during initial fill in the random testerChris Mason2007-03-022-5/+12
* Btrfs: Fix extent code to use merge during deleteChris Mason2007-03-024-16/+14
* Btrfs: pretend page cache & commit codeChris Mason2007-03-015-28/+558
* Btrfs: Fixup the code to merge during path walksChris Mason2007-03-014-43/+381
* Btrfs: merge on the way down during deletesChris Mason2007-03-011-220/+200
* Btrfs: more return code checkingChris Mason2007-02-282-11/+21
* Btrfs: return code checkingChris Mason2007-02-284-228/+269
* Btrfs: Add sparse checking to MakefileChris Mason2007-02-282-3/+8
* Btrfs: Take out the merge-during-search-on-delete code, it is buggy.Chris Mason2007-02-282-28/+39
* Btrfs: more 32 bit cleanupsChris Mason2007-02-261-1/+1
* Btrfs: 32bit cleanupsChris Mason2007-02-262-3/+4
* Btrfs: u64 cleanupsChris Mason2007-02-265-17/+17
* Btrfs: fixup dbfile permsChris Mason2007-02-261-1/+1
* Btrfs: Add fsx-style randomized tree testerChris Mason2007-02-266-8/+680
* Btrfs: cleanup & commentChris Mason2007-02-241-1/+27
* Btrfs: push_leaf_rightChris Mason2007-02-241-7/+102
* Btrfs: Break up ctree.c a littleChris Mason2007-02-246-374/+176
* Btrfs: Block sized tree extents and extent deletionChris Mason2007-02-235-135/+252
* Btrfs: switch to early splitsChris Mason2007-02-222-146/+120
* Btrfs: extent fixesChris Mason2007-02-215-61/+103