summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2007-03-26Btrfs: add a radix back bit treeChris Mason6-57/+167
2007-03-26btrfs_mkdirChris Mason1-119/+65
2007-03-25Btrfs: very simple readdir readaheadChris Mason1-7/+31
2007-03-25Btrfs: unlink and delete_inodeChris Mason1-3/+114
2007-03-25Btrfs: leak fixes, pinning fixesChris Mason3-23/+40
2007-03-24Btrfs: very minimal lockingChris Mason4-11/+22
2007-03-23Add generation number to btrfs_header, readdir fixes, hash collision fixesChris Mason5-14/+32
2007-03-23Btrfs: properly set new buffers for new blocks up to dateChris Mason3-3/+11
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason10-47/+201
2007-03-22Btrfs: transaction reworkChris Mason7-146/+235
2007-03-22Mountable btrfs, with readdirChris Mason14-490/+651
2007-03-21Btrfs: initial move to kernel module landChris Mason24-2911/+274
2007-03-21Btrfs: Better block record keeping, real mkfsChris Mason7-19/+134
2007-03-20Btrfs: change dir-test to insert inode_itemsChris Mason4-9/+43
2007-03-20Btrfs: Update TODOChris Mason1-1/+0
2007-03-20Btrfs: Add inode map, and the start of file extent itemsChris Mason11-173/+542
2007-03-20Btrfs: add transaction.h to the MakefileChris Mason1-1/+2
2007-03-17Btrfs: minor commentsChris Mason1-0/+5
2007-03-16Btrfs: transaction handles everywhereChris Mason16-303/+426
2007-03-16Btrfs: pin freed blocks from the FS tree tooChris Mason3-19/+26
2007-03-16Btrfs: add a name_len to dir items, reorder keyChris Mason5-25/+25
2007-03-16Btrfs: add inode itemChris Mason5-7/+215
2007-03-15Btrfs: directory testing code and dir item fixesChris Mason5-74/+477
2007-03-15Btrfs: add hash.hChris Mason1-0/+4
2007-03-15Btrfs: Use a chunk of the key flags to record the item type.Chris Mason14-109/+435
2007-03-14Btrfs: reorder key offset and flagsChris Mason3-8/+9
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-13Btrfs: 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-08Btrfs: Fixup last found extent cachingChris Mason4-19/+24
2007-03-07Btrfs: get rid of add recursionChris Mason3-124/+96
2007-03-07Btrfs: Fixup reference counting on cowsChris Mason9-127/+267
2007-03-03Btrfs: 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-02Btrfs: 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