summaryrefslogtreecommitdiff
path: root/random-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Btrfs-progs: fix magic return value in random-test.cWang Shilong2013-10-161-9/+9
| | | | | | Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-031-9/+9
| | | | | | | | | | | | | | | Port of commit b3b4aa7 to userspace. parameter tree root it's not used since commit 5f39d397dfbe140a14edecd4e73c34ce23c4f9ee ("Btrfs: Create extent_buffer interface for large blocksizes") This gets userspace a tad closer to kernelspace by removing this unused parameter that was all over the codebase... Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
* btrfs-progs: Handle errors returned from open_ctreeDanny Kukawka2013-01-211-0/+8
| | | | | 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-061-1/+1
|
* add GPLv2Chris Mason2007-06-121-0/+18
|
* printf cleanupsChris Mason2007-06-121-7/+9
|
* cleanup warnings found with -O2Chris Mason2007-05-221-1/+1
|
* transaction handles everywhereChris Mason2007-03-161-26/+36
|
* Use a chunk of the key flags to record the item type.Chris Mason2007-03-151-3/+7
| | | | | | 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-131-46/+46
|
* struct item endian fixesChris Mason2007-03-121-2/+3
|
* struct key endian fixesChris Mason2007-03-121-8/+9
|
* get/set for struct header fieldsChris Mason2007-03-121-2/+2
|
* Fixup reference counting on cowsChris Mason2007-03-061-14/+7
|
* early reference countingChris Mason2007-03-021-6/+6
|
* period commit during initial fill in the random testerChris Mason2007-03-021-3/+11
|
* Fix extent code to use merge during deleteChris Mason2007-03-021-2/+8
| | | | | | 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-011-18/+99
| | | | | Add a bulk insert/remove test to random-test Add the quick-test code back as another regression test
* return code checkingChris Mason2007-02-281-1/+6
|
* 32bit cleanupsChris Mason2007-02-261-2/+3
|
* u64 cleanupsChris Mason2007-02-261-8/+8
|
* Add fsx-style randomized tree testerChris Mason2007-02-261-0/+295
Add debug-tree command to print the tree Add extent-tree.c to the repo Comment ctree.h