aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2-9/+9
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-14/+4
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extentsZygo Blaxell1-10/+20
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov1-1/+1
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET1-1/+2
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov2-2/+1
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-1/+1
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba1-1/+0
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-21/+23
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds8-41/+44
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox1-1/+1
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox1-0/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney8-40/+43
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason2-116/+160
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba1-1/+2
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval1-36/+51
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-6/+6
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney7-55/+90
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney2-34/+48
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun1-1/+1
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu1-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu1-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu2-17/+29
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 Xu8-271/+327
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves4-6/+7
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. Shutemov2-22/+22
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds3-6/+2
2016-03-17btrfs: use radix_tree_iter_retry()Matthew Wilcox1-2/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-18btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2-6/+1
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba3-15/+15
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 Mason3-111/+86
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-6/+8
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba1-2/+2
2016-01-07btrfs tests: replace whole ops structure for free space testsDavid Sterba1-6/+8
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee3-112/+87
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason6-55/+783
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval5-47/+641
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval1-2/+136
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+3