summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba1-2/+1
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana1-9/+10
2024-05-07btrfs: tests: error out on unexpected extent map reference countFilipe Manana1-8/+35
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana1-88/+86
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo1-0/+5
2024-03-04btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba1-4/+24
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo1-20/+20
2023-12-16btrfs: migrate extent_buffer::pages[] to folioQu Wenruo1-2/+2
2023-12-16btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2-32/+32
2023-12-16btrfs: unexport add_extent_mapping()Filipe Manana1-22/+23
2023-12-16btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana1-7/+7
2023-12-16btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana1-10/+30
2023-12-16btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana1-2/+2
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba1-1/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana3-31/+13
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2-3/+15
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik1-0/+138
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik1-0/+56
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik1-0/+218
2023-08-21btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo1-0/+144
2023-08-21btrfs: tests: enhance extent buffer bitmap testsQu Wenruo1-51/+107
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-7/+6
2023-06-19btrfs: open code set_extent_bitsDavid Sterba1-5/+6
2023-06-19btrfs: open code set_extent_delallocDavid Sterba1-3/+3
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo1-1/+0
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-1/+1
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba2-3/+3
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba1-1/+1
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana1-10/+40
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo1-38/+19
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik4-0/+4
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-0/+1
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu1-1/+1
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+19
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana1-12/+4
2022-11-02btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana1-5/+15
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-15/+17
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-1/+1
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig1-1/+0
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-4/+4
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-3/+3
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-4/+4
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik2-12/+12
2022-09-12btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)1-15/+17
2022-07-25btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana1-0/+1
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-1/+2