aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/inode-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-4/+4
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-4/+4
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana1-2/+2
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana1-2/+2
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik1-9/+0
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana1-4/+8
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-1/+0
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov1-2/+2
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov1-4/+2
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov1-7/+7
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-23/+21
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-8/+4
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov1-6/+6
2019-04-29btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo1-0/+1
2019-04-29btrfs: tests: unify messages when tests startDavid Sterba1-3/+8
2019-04-29btrfs: tests: use standard error message after inode allocation failureDavid Sterba1-3/+3
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 root allocation failureDavid Sterba1-3/+3
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba1-3/+3
2018-12-17btrfs: Adjust loop in free_extent_bufferNikolay Borisov1-6/+0
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba1-3/+3
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba1-154/+158
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov1-5/+0
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-8/+4
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana1-6/+6
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-14/+4
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov1-1/+1
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-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-8/+8
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 Mahoney1-22/+24
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-156/+188
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba1-4/+4
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik1-1/+196
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba1-2/+2
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-31/+4
2013-11-11Btrfs: add a sanity test for a vacant extent at the front of a fileJosef Bacik1-5/+128
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik1-0/+832