summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)Author
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-17btrfs: use radix_tree_iter_retry()Matthew Wilcox
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-18btrfs: fix memory leak of fs_info in block group cacheKinglong Mee
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba
2016-01-07btrfs tests: replace whole ops structure for free space testsDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik