summaryrefslogtreecommitdiff
path: root/ctree.c
Commit message (Collapse)AuthorAge
* Switch to byte granular allocationsChris Mason2007-10-15
|
* Allow large blocksChris Mason2007-10-15
|
* add GPLv2Chris Mason2007-06-12
|
* start of block group codeChris Mason2007-04-26
|
* faster btrfsckChris Mason2007-04-23
|
* add owner and type fields to the extents aand block headersChris Mason2007-04-20
|
* bring back the inode number directory indexChris Mason2007-04-19
|
* rework csum and extent item orderingChris Mason2007-04-17
|
* drop owner and parentidChris Mason2007-04-10
|
* csum data struct changesChris Mason2007-03-29
|
* add generation to file extentsChris Mason2007-03-27
|
* minor commentsChris Mason2007-03-17
|
* transaction handles everywhereChris Mason2007-03-16
|
* pin freed blocks from the FS tree tooChris Mason2007-03-16
|
* add a name_len to dir items, reorder keyChris 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
|
* merge leaves before splitChris Mason2007-03-13
|
* make some funcs staticChris Mason2007-03-13
|
* rename funcs and structs to btrfsChris 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
|
* 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
* pretend page cache & commit codeChris Mason2007-03-01
|
* Fixup the code to merge during path walksChris Mason2007-03-01
| | | | | Add a bulk insert/remove test to random-test Add the quick-test code back as another regression test
* merge on the way down during deletesChris Mason2007-03-01
|
* more return code checkingChris Mason2007-02-28
|
* return code checkingChris Mason2007-02-28
|
* Take out the merge-during-search-on-delete code, it is buggy.Chris Mason2007-02-28
|
* 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
* cleanup & commentChris Mason2007-02-24
|
* push_leaf_rightChris Mason2007-02-24
|
* Break up ctree.c a littleChris Mason2007-02-24
| | | | Extent fixes
* Block sized tree extents and extent deletionChris Mason2007-02-23
|
* switch to early splitsChris Mason2007-02-22
|
* extent fixesChris Mason2007-02-21
|
* early extent mapping supportChris Mason2007-02-20
|
* Commenting/cleanupChris Mason2007-02-02
|
* Add backing store, memory managementChris Mason2007-02-02
|
* Faster deletes, add Makefile and kerncompatChris Mason2007-01-26
|
* Initial checkin, basic working tree codeChris Mason2007-01-26