summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/inode-tests.c
Commit message (Expand)AuthorAgeFilesLines
* 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