aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/free-space-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik1-11/+11
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik1-1/+4
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-1/+1
2022-01-03btrfs: add self test for bytes_index free space cacheJosef Bacik1-0/+181
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba1-1/+0
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-8/+7
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-04-29btrfs: tests: unify messages when tests startDavid Sterba1-1/+1
2019-04-29btrfs: tests: drop messages when some tests finishDavid Sterba1-1/+0
2019-04-29btrfs: tests: use standard error message after block group allocation failureDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after root allocation failureDavid Sterba1-0/+1
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba1-2/+3
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba1-6/+6
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba1-87/+90
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-10/+8
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-5/+9
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu1-1/+7
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-29/+39
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 Steeves1-3/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
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-105/+79
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 Lee1-106/+80
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-39/+2
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval1-33/+2
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+3
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik1-1/+21
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik1-1/+1
2014-09-17Btrfs: improve free space cache management and space allocationFilipe Manana1-0/+514
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik1-0/+395