summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-11Btrfs: create a logical->phsyical block number mapping schemeChris Mason1-4/+4
2007-04-10Btrfs: drop owner and parentidChris Mason1-6/+2
2007-04-10Btrfs: snapshot progressChris Mason1-0/+6
2007-04-05Btrfs: more inode indexed directory workChris Mason1-2/+1
2007-04-04Btrfs: tweak the inode-map and free extent search starts on cold mountChris Mason1-2/+19
2007-04-02Btrfs: csum_verify_file_block locking fixChris Mason1-2/+0
2007-04-02Btrfs: dynamic allocation of path structChris Mason1-39/+61
2007-04-02Btrfs: still corruption huntingChris Mason1-6/+12
2007-03-30Btrfs: corruption hunt continuesChris Mason1-4/+4
2007-03-28Btrfs: use a btree inode instead of sb_getblkChris Mason1-5/+3
2007-03-27btrfs_truncateChris Mason1-12/+13
2007-03-27Btrfs: reference counts on data extentsChris Mason1-17/+70
2007-03-27btrfs_get_block, file read/writeChris Mason1-2/+2
2007-03-26Btrfs: add a radix back bit treeChris Mason1-54/+39
2007-03-25Btrfs: leak fixes, pinning fixesChris Mason1-9/+21
2007-03-24Btrfs: very minimal lockingChris Mason1-2/+3
2007-03-23Btrfs: properly set new buffers for new blocks up to dateChris Mason1-1/+1
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason1-9/+17
2007-03-22Mountable btrfs, with readdirChris Mason1-70/+74
2007-03-21Btrfs: initial move to kernel module landChris Mason1-6/+4
2007-03-21Btrfs: Better block record keeping, real mkfsChris Mason1-5/+19
2007-03-20Btrfs: Add inode map, and the start of file extent itemsChris Mason1-48/+57
2007-03-16Btrfs: transaction handles everywhereChris Mason1-60/+75
2007-03-16Btrfs: pin freed blocks from the FS tree tooChris Mason1-11/+17
2007-03-15Btrfs: Use a chunk of the key flags to record the item type.Chris Mason1-7/+10
2007-03-14Btrfs: variable block size supportChris Mason1-4/+2
2007-03-14Btrfs: add leaf data casting helperChris Mason1-6/+2
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 Mason1-8/+7
2007-03-13Btrfs: make some funcs staticChris Mason1-11/+36
2007-03-13rename funcs and structs to btrfsChris Mason1-73/+74
2007-03-13Btrfs: struct extent_item endianChris Mason1-9/+13
2007-03-13Btrfs: node->blockptrs endian fixesChris Mason1-2/+2
2007-03-13Btrfs: struct item endian fixesChris Mason1-5/+7
2007-03-12Btrfs: struct key endian fixesChris Mason1-16/+18
2007-03-12Btrfs: get/set for struct header fieldsChris Mason1-40/+13
2007-03-12fix leak in btrfs_drop_snapshotChris Mason1-4/+7
2007-03-10Btrfs: recursion free-first passChris Mason1-2/+96
2007-03-08Btrfs: Fixup last found extent cachingChris Mason1-18/+21
2007-03-07Btrfs: get rid of add recursionChris Mason1-114/+95
2007-03-07Btrfs: Fixup reference counting on cowsChris Mason1-87/+204
2007-03-03Btrfs: early reference countingChris Mason1-3/+42
2007-03-02Btrfs: Fix extent code to use merge during deleteChris Mason1-2/+2
2007-03-01Btrfs: more return code checkingChris Mason1-6/+9
2007-03-01Btrfs: return code checkingChris Mason1-0/+5
2007-02-26Btrfs: u64 cleanupsChris Mason1-2/+2
2007-02-26Btrfs: Add fsx-style randomized tree testerChris Mason1-0/+296