summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)Author
2024-11-11btrfs: tests: implement case for partial RAID stripe-tree deleteJohannes Thumshirn
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn
2024-09-10btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik
2024-07-25btrfs: fix corrupt read due to bad offset of a compressed extent mapFilipe Manana
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana
2024-05-07btrfs: tests: error out on unexpected extent map reference countFilipe Manana
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-03-04btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo
2023-12-15btrfs: migrate extent_buffer::pages[] to folioQu Wenruo
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: unexport add_extent_mapping()Filipe Manana
2023-12-15btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana
2023-12-15btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana
2023-12-15btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik
2023-08-21btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo
2023-08-21btrfs: tests: enhance extent buffer bitmap testsQu Wenruo
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: open code set_extent_bitsDavid Sterba
2023-06-19btrfs: open code set_extent_delallocDavid Sterba
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds