summaryrefslogtreecommitdiff
path: root/extent-tree.c
Commit message (Collapse)AuthorAge
* 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
|
* return code checkingChris Mason2007-02-28
|
* u64 cleanupsChris Mason2007-02-26
|
* Add fsx-style randomized tree testerChris Mason2007-02-26
Add debug-tree command to print the tree Add extent-tree.c to the repo Comment ctree.h