summaryrefslogtreecommitdiff
path: root/extent-tree.c
Commit message (Collapse)AuthorAge
* A few update for btrfs-progsYan2008-01-08
| | | | | | | Hello, This patch adds inode flags definition to btrfs-progs and updates extent-tree.c to match the kernel.
* Update find_free_extent for the ext3 conversion toolYan2008-01-04
| | | | | This patch adds customized find_free_extent support to btrfs-progs, the conversion program requires this.
* Update btrfs-progs to match kernel sourcesYan2008-01-04
|
* Add back pointers from extents to the file or btree referencing themChris Mason2007-12-11
|
* Add generation numbers to block pointersChris Mason2007-12-09
|
* Update btrfs-progs to better match the kernelYan2007-12-05
|
* Add simple stripe size parameterChris Mason2007-11-30
|
* properly init block group cache structsChris Mason2007-10-19
|
* Remove the last radix tree (block_group_cache)Chris Mason2007-10-17
|
* Create a slightly more generic extent-caching structureChris Mason2007-10-15
|
* Switch to byte granular allocationsChris Mason2007-10-15
|
* Stop using radix trees to record pending allocationsChris Mason2007-10-15
|
* Allow large blocksChris Mason2007-10-15
|
* Make btrfs-progs compile with -fstrict-aliasing (included in -O2) again.Jan Engelhardt2007-09-14
| | | | | | | | | This is done by doing a two-step conversion (rather than a one-step). First, the variable goes from type * to void *, and then to implicitly to void **. (Not sure if this is "good practice", but it shuts up the compiler, so it seems the compiler takes into account that we are actually punning it this way.)
* btrfs-progs support for root block accountingJosef Bacik2007-08-29
| | | | | | This adds support for keeping track of the number of blocks used by root_item's. This makes it so that mkfs lays down the "default" subvol with the correct block accounting in place. Thank you,
* add GPLv2Chris Mason2007-06-12
|
* printf cleanupsChris Mason2007-06-12
|
* 32 bit compile fixesChris Mason2007-06-08
|
* cleanup warnings found with -O2Chris Mason2007-05-22
|
* start of block group codeChris Mason2007-04-26
|
* get rid of the extent_item type fieldChris Mason2007-04-24
|
* fsck checks against extent map, small fixesChris Mason2007-04-23
|
* add owner and type fields to the extents aand block headersChris Mason2007-04-20
|
* drop owner and parentidChris Mason2007-04-10
|
* uuidsChris Mason2007-04-05
|
* generations on headersChris Mason2007-03-26
|
* Better block record keeping, real mkfsChris Mason2007-03-20
|
* Add inode map, and the start of file extent itemsChris Mason2007-03-20
|
* transaction handles everywhereChris Mason2007-03-16
|
* pin freed blocks from the FS tree tooChris Mason2007-03-16
|
* Use a chunk of the key flags to record the item type.Chris Mason2007-03-15
| | | | | | Add (untested and simple) directory item code Fix comp_keys to use the new key ordering Add btrfs_insert_empty_item
* variable block size supportChris Mason2007-03-14
|
* add leaf data casting helperChris Mason2007-03-14
|
* properly reset block cache on freeChris Mason2007-03-14
|
* Change the super to point to a tree of trees to enable persistent snapshotsChris Mason2007-03-13
|
* make some funcs staticChris Mason2007-03-13
|
* rename funcs and structs to btrfsChris Mason2007-03-13
|
* struct extent_item endianChris Mason2007-03-13
|
* node->blockptrs endian fixesChris Mason2007-03-13
|
* struct item endian fixesChris Mason2007-03-12
|
* struct key endian fixesChris Mason2007-03-12
|
* get/set for struct header fieldsChris Mason2007-03-12
|
* fix leak in btrfs_drop_snapshotChris Mason2007-03-12
|
* recursion free-first passChris Mason2007-03-10
|
* Fixup last found extent cachingChris Mason2007-03-07
|
* get rid of add recursionChris Mason2007-03-07
|
* Fixup reference counting on cowsChris Mason2007-03-06
|
* early reference countingChris Mason2007-03-02
|
* Fix extent code to use merge during deleteChris Mason2007-03-02
| | | | | | Remove implicit commit in del_item and insert_item Add implicit commit to close() Add commit op in random-test
* more return code checkingChris Mason2007-02-28
|