summaryrefslogtreecommitdiff
path: root/random-test.c
Commit message (Collapse)AuthorAge
* transaction handles everywhereChris 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
* rename funcs and structs to btrfsChris 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
|
* Fixup reference counting on cowsChris Mason2007-03-06
|
* early reference countingChris Mason2007-03-02
|
* period commit during initial fill in the random testerChris 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
* 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
* return code checkingChris Mason2007-02-28
|
* 32bit cleanupsChris Mason2007-02-26
|
* 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