summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana2-14/+14
2025-07-22btrfs: use pgoff_t for page index variablesDavid Sterba1-4/+3
2025-07-22btrfs: add btrfs prefix to free space tree exported functionsFilipe Manana1-48/+45
2025-07-22btrfs: make extent_buffer_test_bit() return a boolean insteadFilipe Manana1-7/+7
2025-07-22btrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba1-1/+2
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik1-20/+8
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba1-3/+3
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana1-6/+6
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana2-58/+58
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana2-20/+21
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana1-6/+6
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana2-4/+4
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-12/+12
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-8/+8
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana2-14/+14
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana1-3/+3
2025-05-15btrfs: use clear_extent_bits() instead of clear_extent_bit() where possibleFilipe Manana1-12/+12
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana1-1/+0
2025-05-15btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_treeFilipe Manana1-8/+4
2025-03-18btrfs: tests: fix chunk map leak after failure to add it to the treeFilipe Manana1-0/+1
2025-03-18btrfs: merge alloc_dummy_extent_buffer() helpersDavid Sterba1-3/+3
2025-03-18btrfs: don't pass nodesize to __alloc_extent_buffer()David Sterba1-3/+3
2025-02-17btrfs: selftests: fix btrfs_test_delayed_refs() leak of transactionDavid Disseldorp1-0/+1
2025-01-14btrfs: selftests: add a selftest for deleting two out of three extentsJohannes Thumshirn1-0/+144
2025-01-14btrfs: selftests: add test for punching a hole into 3 RAID stripe-extentsJohannes Thumshirn1-0/+183
2025-01-14btrfs: selftests: add selftest for punching holes into the RAID stripe extentsJohannes Thumshirn1-0/+140
2025-01-14btrfs: selftests: test RAID stripe-tree deletion spanning two itemsJohannes Thumshirn1-0/+144
2025-01-14btrfs: selftests: don't split RAID extents in halfJohannes Thumshirn1-16/+28
2025-01-14btrfs: selftests: check for correct return value of failed lookupJohannes Thumshirn1-1/+1
2025-01-14btrfs: selftests: correct RAID stripe-tree feature flag settingJohannes Thumshirn1-2/+2
2025-01-13btrfs: selftests: add delayed ref self test casesJosef Bacik3-0/+1039
2024-11-11btrfs: tests: implement case for partial RAID stripe-tree deleteJohannes Thumshirn1-0/+221
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn3-0/+323
2024-09-10btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik1-5/+5
2024-07-26btrfs: fix corrupt read due to bad offset of a compressed extent mapFilipe Manana1-0/+99
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo2-80/+66
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo1-28/+13
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo2-57/+36
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo2-2/+56
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana1-3/+3
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana1-3/+3
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana1-2/+1
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana1-3/+1
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