aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/extent-io-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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