summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+8
2026-02-03btrfs: tests: add cleanup functions for test specific functionsNaohiro Aota-0/+6
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov-0/+480
2026-02-03btrfs: tests: prepare extent map tests for strict alignment checksQu Wenruo-5/+11
2026-02-03btrfs: tests: remove invalid file extent map testsQu Wenruo-47/+49
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana-16/+16
2026-02-03btrfs: use the btrfs_block_group_end() helper everywhereFilipe Manana-2/+2
2026-01-09btrfs: tests: fix return 0 on rmap test failureNaohiro Aota-0/+3
2026-01-09btrfs: tests: fix root tree leak in btrfs_test_qgroups()Zilin Guan-3/+3
2025-12-08btrfs: tests: fix double btrfs_path free in remove_extent_ref()Dan Carpenter-1/+0
2025-11-24btrfs: tests: do trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai-12/+4
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà-6/+3
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba-3/+3
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana-14/+14
2025-07-21btrfs: use pgoff_t for page index variablesDavid Sterba-4/+3
2025-07-21btrfs: add btrfs prefix to free space tree exported functionsFilipe Manana-48/+45
2025-07-21btrfs: make extent_buffer_test_bit() return a boolean insteadFilipe Manana-7/+7
2025-07-21btrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba-1/+2
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik-20/+8
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba-3/+3
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana-6/+6
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana-58/+58
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana-20/+21
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana-6/+6
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana-4/+4
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana-12/+12
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana-8/+8
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana-14/+14
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana-3/+3
2025-05-15btrfs: use clear_extent_bits() instead of clear_extent_bit() where possibleFilipe Manana-12/+12
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana-1/+0
2025-05-15btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_treeFilipe Manana-8/+4
2025-03-18btrfs: tests: fix chunk map leak after failure to add it to the treeFilipe Manana-0/+1
2025-03-18btrfs: merge alloc_dummy_extent_buffer() helpersDavid Sterba-3/+3
2025-03-18btrfs: don't pass nodesize to __alloc_extent_buffer()David Sterba-3/+3
2025-02-17btrfs: selftests: fix btrfs_test_delayed_refs() leak of transactionDavid Disseldorp-0/+1
2025-01-14btrfs: selftests: add a selftest for deleting two out of three extentsJohannes Thumshirn-0/+144
2025-01-14btrfs: selftests: add test for punching a hole into 3 RAID stripe-extentsJohannes Thumshirn-0/+183
2025-01-14btrfs: selftests: add selftest for punching holes into the RAID stripe extentsJohannes Thumshirn-0/+140
2025-01-14btrfs: selftests: test RAID stripe-tree deletion spanning two itemsJohannes Thumshirn-0/+144
2025-01-14btrfs: selftests: don't split RAID extents in halfJohannes Thumshirn-16/+28
2025-01-14btrfs: selftests: check for correct return value of failed lookupJohannes Thumshirn-1/+1
2025-01-14btrfs: selftests: correct RAID stripe-tree feature flag settingJohannes Thumshirn-2/+2
2025-01-13btrfs: selftests: add delayed ref self test casesJosef Bacik-0/+1039
2024-11-11btrfs: tests: implement case for partial RAID stripe-tree deleteJohannes Thumshirn-0/+221
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn-0/+323
2024-09-10btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik-5/+5
2024-07-25btrfs: fix corrupt read due to bad offset of a compressed extent mapFilipe Manana-0/+99