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