aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/extent-io-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-15/+17
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig1-1/+0
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-3/+3
2022-09-11btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)1-15/+17
2022-01-07btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo1-0/+52
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo1-6/+6
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo1-15/+11
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov1-0/+9
2019-09-09Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana1-7/+22
2019-09-09Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana1-0/+2
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues1-14/+16
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_extent_bitNikolay Borisov1-0/+87
2019-04-29btrfs: tests: drop messages when some tests finishDavid Sterba1-1/+0
2019-04-29btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after inode allocation failureDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba1-2/+2
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba1-1/+1
2019-04-29btrfs: tests: don't leak fs_info in extent_io bitmap testsDavid Sterba1-7/+9
2019-04-29btrfs: tests: handle fs_info allocation failure in extent_io testsDavid Sterba1-0/+4
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo1-1/+5
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo1-1/+1
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi1-1/+1
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn1-5/+5
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov1-5/+5
2018-12-17btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo1-2/+3
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov1-1/+1
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba1-5/+5
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba1-4/+4
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba1-37/+38
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana1-3/+3
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-1/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-1/+4
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval1-36/+51
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu1-1/+11
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu1-19/+30
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-13/+14
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba1-3/+3
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-21/+21
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba1-6/+6
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-5/+6
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-5/+6
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval1-2/+136
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba1-2/+1
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-0/+276