summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/inode-tests.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo2024-03-041-20/+20
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-30/+30
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-2/+10
* btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo2022-12-051-38/+19
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-291-1/+1
* btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik2022-09-261-4/+4
* btrfs: remove the wake argument from clear_extent_bitsJosef Bacik2022-09-261-4/+4
* btrfs: unexport setup_items_for_insert()Filipe Manana2021-10-261-2/+2
* btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana2021-10-261-2/+2
* btrfs: tests: initialize test inodes locationJosef Bacik2020-12-181-9/+0
* btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana2020-11-131-4/+8
* btrfs: remove struct extent_io_opsNikolay Borisov2020-10-071-1/+0
* btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov2020-10-071-2/+2
* btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov2020-10-071-4/+2
* btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov2020-07-271-7/+7
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-23/+21
* btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-091-8/+4
* btrfs: Remove leftover of in-band dedupeNikolay Borisov2019-09-091-6/+6
* btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo2019-04-291-0/+1
* btrfs: tests: unify messages when tests startDavid Sterba2019-04-291-3/+8
* btrfs: tests: use standard error message after inode allocation failureDavid Sterba2019-04-291-3/+3
* btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba2019-04-291-2/+2
* btrfs: tests: use standard error message after root allocation failureDavid Sterba2019-04-291-3/+3
* btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba2019-04-291-3/+3
* btrfs: Adjust loop in free_extent_bufferNikolay Borisov2018-12-171-6/+0
* btrfs: tests: drop newline from test_msg stringsDavid Sterba2018-05-291-3/+3
* btrfs: tests: add helper for error messages and update themDavid Sterba2018-05-291-154/+158
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-5/+0
* btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-8/+4
* Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-151-6/+6
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-14/+4
* btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov2017-10-301-1/+1
* btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-21/+23
* btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-8/+8
* btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-261-6/+6
* btrfs: tests, require fs_info for rootJeff Mahoney2016-07-261-22/+24
* Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-156/+188
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* btrfs: tests: switch to GFP_KERNELDavid Sterba2016-01-221-4/+4
* Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1
* Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-171-1/+196
* btrfs: unify extent buffer allocation apiDavid Sterba2014-12-121-2/+2
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-091-31/+4
* Btrfs: add a sanity test for a vacant extent at the front of a fileJosef Bacik2013-11-111-5/+128
* Btrfs: add tests for btrfs_get_extentJosef Bacik2013-11-111-0/+832