summaryrefslogtreecommitdiff
path: root/quick-test.c
Commit message (Collapse)AuthorAge
* btrfs-progs: Handle errors returned from open_ctreeDanny Kukawka2013-01-21
| | | | | Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de> Signed-off-by: David Sterba <dsterba@suse.cz>
* Btrfs: add btrfs-debug-tree -b <block number> to print a single blockChris Mason2010-04-06
|
* Fix compile error in quick-test.c of btrfs progsLiu Hui2009-01-07
|
* Add a readonly flag open_ctree to force RO opensChris Mason2008-05-05
|
* Fix up the quick btree code test programChris Mason2008-04-15
|
* add GPLv2Chris Mason2007-06-12
|
* update print-tree for inline dataChris Mason2007-04-04
|
* sync up with kernel sourcesChris Mason2007-04-02
|
* Add inode map, and the start of file extent itemsChris Mason2007-03-20
|
* 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
* variable block size supportChris Mason2007-03-14
|
* rename funcs and structs to btrfsChris Mason2007-03-13
|
* struct key endian fixesChris Mason2007-03-12
|
* get/set for struct header fieldsChris Mason2007-03-12
|
* recursion free-first passChris Mason2007-03-10
|
* Fixup reference counting on cowsChris Mason2007-03-06
|
* early reference countingChris Mason2007-03-02
|
* 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