aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-io-tree.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07btrfs: avoid GFP_ATOMIC allocations in qgroup free pathsLeo Martins1-0/+3
2026-04-07btrfs: optimize clearing all bits from first extent record in an io treeFilipe Manana1-2/+42
2026-04-07btrfs: panic instead of warn when splitting extent state not in the treeFilipe Manana1-7/+6
2026-04-07btrfs: free cached state outside critical section in wait_extent_bit()Filipe Manana1-1/+1
2026-04-07btrfs: avoid unnecessary wake ups on io trees when there are no waitersFilipe Manana1-8/+21
2026-04-07btrfs: remove wake parameter from clear_state_bit()Filipe Manana1-10/+9
2026-04-07btrfs: change last argument of add_extent_changeset() to booleanFilipe Manana1-4/+4
2026-04-07btrfs: use extent_io_tree_panic() instead of BUG_ON()Filipe Manana1-2/+4
2026-04-07btrfs: make add_extent_changeset() only return errors or successFilipe Manana1-2/+6
2026-04-07btrfs: tag as unlikely branches that call extent_io_tree_panic()Filipe Manana1-6/+6
2026-04-07btrfs: turn extent_io_tree_panic() into a macro for better error reportingFilipe Manana1-9/+4
2026-04-07btrfs: optimize clearing all bits from the last extent record in an io treeFilipe Manana1-0/+39
2026-02-03btrfs: merge setting ret and return retDavid Sterba1-5/+2
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-1/+1
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba1-1/+2
2025-07-21btrfs: rename err to ret in btrfs_lock_extent_bits()David Sterba1-5/+5
2025-07-21btrfs: rename err to ret in btrfs_try_lock_extent_bits()David Sterba1-4/+3
2025-05-15btrfs: make extent unpinning more efficient when committing transactionFilipe Manana1-0/+20
2025-05-15btrfs: remove unnecessary NULL checks before freeing extent stateFilipe Manana1-6/+3
2025-05-15btrfs: avoid re-searching tree when setting bits in an extent rangeFilipe Manana1-0/+16
2025-05-15btrfs: avoid repeated extent state processing when setting extent bitsFilipe Manana1-8/+6
2025-05-15btrfs: simplify last record detection at set_extent_bit()Filipe Manana1-6/+4
2025-05-15btrfs: exit after state split error at set_extent_bit()Filipe Manana1-1/+4
2025-05-15btrfs: exit after state insertion failure at set_extent_bit()Filipe Manana1-0/+1
2025-05-15btrfs: simplify last record detection at btrfs_convert_extent_bit()Filipe Manana1-6/+4
2025-05-15btrfs: avoid re-searching tree when converting bits in an extent rangeFilipe Manana1-0/+16
2025-05-15btrfs: avoid repeated extent state processing when converting extent bitsFilipe Manana1-8/+6
2025-05-15btrfs: avoid unnecessary next node searches when clearing bits from extent rangeFilipe Manana1-10/+23
2025-05-15btrfs: exit after state insertion failure at btrfs_convert_extent_bit()Filipe Manana1-0/+1
2025-05-15btrfs: exit after state split error at btrfs_convert_extent_bit()Filipe Manana1-1/+4
2025-05-15btrfs: remove duplicate error check at btrfs_convert_extent_bit()Filipe Manana1-3/+3
2025-05-15btrfs: simplify last record detection at btrfs_clear_extent_bit_changeset()Filipe Manana1-4/+2
2025-05-15btrfs: avoid extra tree search at btrfs_clear_extent_bit_changeset()Filipe Manana1-1/+7
2025-05-15btrfs: use bools for local variables at btrfs_clear_extent_bit_changeset()Filipe Manana1-6/+5
2025-05-15btrfs: add missing error return to btrfs_clear_extent_bit_changeset()Filipe Manana1-8/+8
2025-05-15btrfs: exit after state split error at btrfs_clear_extent_bit_changeset()Filipe Manana1-1/+4
2025-05-15btrfs: remove duplicate error check at btrfs_clear_extent_bit_changeset()Filipe Manana1-4/+3
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba1-1/+1
2025-05-15btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of intFilipe Manana1-4/+7
2025-05-15btrfs: remove double underscore prefix from __set_extent_bit()Filipe Manana1-15/+13
2025-05-15btrfs: rename remaining exported functions from extent-io-tree.hFilipe Manana1-9/+9
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana1-15/+15
2025-05-15btrfs: rename the functions to count, test and get bit ranges in io treesFilipe Manana1-9/+9
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana1-3/+3
2025-05-15btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()Filipe Manana1-2/+1
2025-05-15btrfs: rename the functions to get inode and fs_info from an extent io treeFilipe Manana1-5/+5
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-7/+7
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-2/+2
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-7/+8