summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-213-6/+2
|\
| * 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/+1
* | btrfs: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-2/+1
|/
* 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/+86
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-073-112/+87
* | 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-211-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-211-2/+1
* btrfs: sink parameter len to alloc_extent_bufferDavid Sterba2014-12-121-1/+1
* btrfs: unify extent buffer allocation apiDavid Sterba2014-12-123-14/+13
* Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-221-1/+1
* Btrfs: improve free space cache management and space allocationFilipe Manana2014-09-171-0/+514
* Btrfs: fix qgroups sanity test crash or hangFilipe Manana2014-06-131-0/+2
* btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin2014-06-131-1/+1
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-094-31/+578
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-301-1/+1
|\
| * Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-1/+1
* | treewide: fix comments and printk msgsMasanari Iida2014-01-071-1/+1
* | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
|/
* Btrfs: add a sanity test for a vacant extent at the front of a fileJosef Bacik2013-11-111-5/+128
* Btrfs: add tests for btrfs_get_extentJosef Bacik2013-11-113-1/+844
* Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik2013-11-113-0/+359
* Btrfs: add a sanity test for btrfs_split_itemJosef Bacik2013-11-112-0/+234
* Btrfs: separate out tests into their own directoryJosef Bacik2013-09-012-0/+429
OpenPOWER on IntegriCloud