aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/random-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Btrfs: Fixup reference counting on cowsChris Mason2007-03-061-14/+7
| | | | Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: early reference countingChris Mason2007-03-021-6/+6
| | | | Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: period commit during initial fill in the random testerChris Mason2007-03-021-3/+11
| | | | Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: 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 Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: 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 Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: return code checkingChris Mason2007-02-281-1/+6
| | | | Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: 32bit cleanupsChris Mason2007-02-261-2/+3
| | | | Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: u64 cleanupsChris Mason2007-02-261-8/+8
| | | | Signed-off-by: Chris Mason <chris.mason@oracle.com>
* Btrfs: 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 Signed-off-by: Chris Mason <chris.mason@oracle.com>