summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: more inode indexed directory workChris Mason2007-04-051-2/+1Star
* Btrfs: tweak the inode-map and free extent search starts on cold mountChris Mason2007-04-041-2/+19
* Btrfs: csum_verify_file_block locking fixChris Mason2007-04-021-2/+0Star
* Btrfs: dynamic allocation of path structChris Mason2007-04-021-39/+61
* Btrfs: still corruption huntingChris Mason2007-04-021-6/+12
* Btrfs: corruption hunt continuesChris Mason2007-03-301-4/+4
* Btrfs: use a btree inode instead of sb_getblkChris Mason2007-03-281-5/+3Star
* btrfs_truncateChris Mason2007-03-271-12/+13
* Btrfs: reference counts on data extentsChris Mason2007-03-271-17/+70
* btrfs_get_block, file read/writeChris Mason2007-03-261-2/+2
* Btrfs: add a radix back bit treeChris Mason2007-03-261-54/+39Star
* Btrfs: leak fixes, pinning fixesChris Mason2007-03-251-9/+21
* Btrfs: very minimal lockingChris Mason2007-03-241-2/+3
* Btrfs: properly set new buffers for new blocks up to dateChris Mason2007-03-231-1/+1
* btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason2007-03-231-9/+17
* Mountable btrfs, with readdirChris Mason2007-03-221-70/+74
* Btrfs: initial move to kernel module landChris Mason2007-03-211-6/+4Star
* Btrfs: Better block record keeping, real mkfsChris Mason2007-03-211-5/+19
* Btrfs: Add inode map, and the start of file extent itemsChris Mason2007-03-201-48/+57
* Btrfs: transaction handles everywhereChris Mason2007-03-161-60/+75
* Btrfs: pin freed blocks from the FS tree tooChris Mason2007-03-161-11/+17
* Btrfs: Use a chunk of the key flags to record the item type.Chris Mason2007-03-151-7/+10
* Btrfs: variable block size supportChris Mason2007-03-141-4/+2Star
* Btrfs: add leaf data casting helperChris Mason2007-03-141-6/+2Star
* 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-131-8/+7Star
* Btrfs: make some funcs staticChris Mason2007-03-131-11/+36
* rename funcs and structs to btrfsChris Mason2007-03-131-73/+74
* Btrfs: struct extent_item endianChris Mason2007-03-131-9/+13
* Btrfs: node->blockptrs endian fixesChris Mason2007-03-131-2/+2
* Btrfs: struct item endian fixesChris Mason2007-03-131-5/+7
* Btrfs: struct key endian fixesChris Mason2007-03-121-16/+18
* Btrfs: get/set for struct header fieldsChris Mason2007-03-121-40/+13Star
* fix leak in btrfs_drop_snapshotChris Mason2007-03-121-4/+7
* Btrfs: recursion free-first passChris Mason2007-03-101-2/+96
* Btrfs: Fixup last found extent cachingChris Mason2007-03-071-18/+21
* Btrfs: get rid of add recursionChris Mason2007-03-071-114/+95Star
* Btrfs: Fixup reference counting on cowsChris Mason2007-03-071-87/+204
* Btrfs: early reference countingChris Mason2007-03-021-3/+42
* Btrfs: Fix extent code to use merge during deleteChris Mason2007-03-021-2/+2
* Btrfs: more return code checkingChris Mason2007-02-281-6/+9
* Btrfs: return code checkingChris Mason2007-02-281-0/+5
* Btrfs: u64 cleanupsChris Mason2007-02-261-2/+2
* Btrfs: Add fsx-style randomized tree testerChris Mason2007-02-261-0/+296