summaryrefslogtreecommitdiff
path: root/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Make btrfs-progs compile with -fstrict-aliasing (included in -O2) again.Jan Engelhardt2007-09-141-5/+5
* btrfs-progs support for root block accountingv0.8Josef Bacik2007-08-291-3/+14
* add GPLv2Chris Mason2007-06-121-0/+18
* printf cleanupsChris Mason2007-06-121-2/+2
* 32 bit compile fixesChris Mason2007-06-081-1/+2
* cleanup warnings found with -O2Chris Mason2007-05-221-1/+1
* start of block group codeChris Mason2007-04-261-4/+211
* get rid of the extent_item type fieldChris Mason2007-04-241-4/+2
* fsck checks against extent map, small fixesChris Mason2007-04-231-0/+2
* add owner and type fields to the extents aand block headersChris Mason2007-04-201-2/+6
* drop owner and parentidChris Mason2007-04-101-7/+2
* uuidsChris Mason2007-04-051-0/+2
* generations on headersChris Mason2007-03-261-0/+2
* Better block record keeping, real mkfsChris Mason2007-03-201-5/+19
* Add inode map, and the start of file extent itemsChris Mason2007-03-201-48/+57
* transaction handles everywhereChris Mason2007-03-161-60/+75
* pin freed blocks from the FS tree tooChris Mason2007-03-161-11/+17
* Use a chunk of the key flags to record the item type.Chris Mason2007-03-151-7/+10
* variable block size supportChris Mason2007-03-141-4/+2
* add leaf data casting helperChris Mason2007-03-141-6/+2
* properly reset block cache on freeChris Mason2007-03-141-1/+1
* Change the super to point to a tree of trees to enable persistent snapshotsChris Mason2007-03-131-8/+7
* make some funcs staticChris Mason2007-03-131-11/+36
* rename funcs and structs to btrfsChris Mason2007-03-131-73/+74
* struct extent_item endianChris Mason2007-03-131-9/+13
* node->blockptrs endian fixesChris Mason2007-03-131-2/+2
* struct item endian fixesChris Mason2007-03-121-5/+7
* struct key endian fixesChris Mason2007-03-121-16/+18
* get/set for struct header fieldsChris Mason2007-03-121-40/+13
* fix leak in btrfs_drop_snapshotChris Mason2007-03-121-4/+7
* recursion free-first passChris Mason2007-03-101-2/+96
* Fixup last found extent cachingChris Mason2007-03-071-18/+21
* get rid of add recursionChris Mason2007-03-071-114/+95
* Fixup reference counting on cowsChris Mason2007-03-061-87/+204
* early reference countingChris Mason2007-03-021-3/+42
* Fix extent code to use merge during deleteChris Mason2007-03-021-2/+2
* more return code checkingChris Mason2007-02-281-6/+9
* return code checkingChris Mason2007-02-281-0/+5
* u64 cleanupsChris Mason2007-02-261-2/+2
* Add fsx-style randomized tree testerChris Mason2007-02-261-0/+296