summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-21/+23
* btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-168-41/+44
|\
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-068-40/+43
| * btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1
* | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-151-1/+1
* | btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox2016-12-151-0/+1
|/
* Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-122-116/+160
|\
| * btrfs: tests: uninline member definitions in free_space_extentDavid Sterba2016-10-031-1/+2
| * btrfs: tests: constify free space extent specsDavid Sterba2016-10-031-11/+11
| * Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval2016-10-031-68/+96
| * Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval2016-10-031-36/+51
* | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-1/+1
* | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-261-6/+6
|/
* btrfs: tests, require fs_info for rootJeff Mahoney2016-07-267-55/+90
* btrfs: tests, move initialization into tests/Jeff Mahoney2016-07-262-34/+48
* Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun2016-06-231-1/+1
* Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu2016-06-061-1/+11
* Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu2016-06-061-1/+7
* Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu2016-06-062-17/+29
* Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu2016-06-061-19/+30
* Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-028-271/+327
* Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2016-06-021-1/+1
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-254-6/+7
* btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-291-3/+3
* btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-22/+22
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-223-6/+2Star
|\
| * btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
| * btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2016-02-182-6/+1Star
* | btrfs: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-2/+1Star
|/
* btrfs: tests: switch to GFP_KERNELDavid Sterba2016-01-223-15/+15
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-113-111/+86Star
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-073-112/+87Star
* | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-6/+8
|\ \
| * | btrfs: constify remaining structs with function pointersDavid Sterba2016-01-071-2/+2
| * | btrfs tests: replace whole ops structure for free space testsDavid Sterba2016-01-071-6/+8
| |/
* | Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-186-55/+783
|\ \ | |/ |/|
| * Btrfs: add free space tree sanity testsOmar Sandoval2015-12-175-47/+641
| * Btrfs: add extent buffer bitmap sanity testsOmar Sandoval2015-12-171-2/+136
* | Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter2015-11-251-1/+3
* | Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-221-1/+21
|/
* btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo2015-06-101-26/+83
* Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang2015-04-131-2/+2
* Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-171-1/+196
* btrfs: switch extent_state state to unsignedDavid Sterba2015-01-221-2/+1Star
* btrfs: sink parameter len to alloc_extent_bufferDavid Sterba2014-12-121-1/+1
* btrfs: unify extent buffer allocation apiDavid Sterba2014-12-123-14/+13Star
* Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-231-1/+1