summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use btrfs_is_testing() everywhereDavid Sterba10 days1-2/+1
* btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana10 days1-9/+10
* btrfs: tests: error out on unexpected extent map reference countFilipe Manana10 days1-8/+35
* btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana10 days1-88/+86
* btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo2024-04-181-0/+5
* btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba2024-03-041-4/+24
* btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo2024-03-041-20/+20
* btrfs: migrate extent_buffer::pages[] to folioQu Wenruo2023-12-151-2/+2
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-152-32/+32
* btrfs: unexport add_extent_mapping()Filipe Manana2023-12-151-22/+23
* btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana2023-12-151-7/+7
* btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana2023-12-151-10/+30
* btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana2023-12-151-2/+2
* btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba2023-12-151-1/+1
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-153-31/+13
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-122-3/+15
* btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik2023-08-211-0/+138
* btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik2023-08-211-0/+56
* btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik2023-08-211-0/+218
* btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo2023-08-211-0/+144
* btrfs: tests: enhance extent buffer bitmap testsQu Wenruo2023-08-211-51/+107
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-7/+6
* btrfs: open code set_extent_bitsDavid Sterba2023-06-191-5/+6
* btrfs: open code set_extent_delallocDavid Sterba2023-06-191-3/+3
* btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo2023-04-171-1/+0
* Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-02-201-1/+1
|\
| * btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig2023-02-151-1/+1
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba2022-12-052-3/+3
* btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba2022-12-051-1/+1
* btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana2022-12-051-10/+40
* 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-054-0/+4
* btrfs: move fs_info::flags enum to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1
* Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-101-1/+1
|\
| * btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-071-1/+1
* | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-031-17/+19
|\|
| * btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-021-12/+4
| * btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-021-5/+15
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-15/+17
|\ \ | |/ |/|
| * btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-15/+17
* | btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-291-1/+1
* | btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig2022-09-261-1/+0
* | btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik2022-09-261-4/+4
* | btrfs: unify the lock/unlock extent variantsJosef Bacik2022-09-261-3/+3
* | btrfs: remove the wake argument from clear_extent_bitsJosef Bacik2022-09-261-4/+4
* | btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik2022-09-262-12/+12
|/
* btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana2022-07-251-0/+1
* btrfs: clean up chained assignmentsDavid Sterba2022-07-251-1/+2