summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-io-tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: rename err to ret in convert_extent_bit()Anand Jain1-15/+15
2024-05-07btrfs: rename err to ret in __set_extent_bit()Anand Jain1-14/+14
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou1-2/+2
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2024-03-04btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik1-0/+1
2023-12-16btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba1-0/+2
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba1-21/+59
2023-12-15btrfs: enhance extent_io_tree error reportsDavid Sterba1-10/+14
2023-12-15btrfs: drop error message in extent_io_tree insert_state()David Sterba1-3/+0
2023-12-15btrfs: move lockdep class setting out of extent_io_tree_initDavid Sterba1-10/+0
2023-12-15btrfs: remove unused definition of tree_entry in extent-io-tree.cDavid Sterba1-6/+0
2023-10-12btrfs: make sure we cache next state in find_first_extent_bit()Filipe Manana1-1/+10
2023-10-12btrfs: make tree iteration in extent_io_tree_release() more efficientFilipe Manana1-8/+13
2023-10-12btrfs: collapse wait_on_state() to its caller wait_extent_bit()Filipe Manana1-15/+8
2023-10-12btrfs: remove redundant memory barrier from extent_io_tree_release()Filipe Manana1-6/+5
2023-10-12btrfs: make wait_extent_bit() staticFilipe Manana1-2/+2
2023-10-12btrfs: update stale comment at extent_io_tree_release()Filipe Manana1-4/+8
2023-10-12btrfs: make extent state merges more efficient during insertionsFilipe Manana1-42/+89
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba1-17/+17
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba1-0/+31
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana1-7/+7
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-12/+13
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba1-0/+12
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King1-1/+1
2023-02-13btrfs: fix uninitialized variable warnings in __set_extent_bit and convert_ex...Josef Bacik1-4/+4
2023-01-03btrfs: fix off-by-one in delalloc search during lseekFilipe Manana1-1/+1
2022-12-05btrfs: fix uninitialized variable in find_first_clear_extent_bitJosef Bacik1-1/+1
2022-12-05btrfs: fix uninitialized parent in insert_stateJosef Bacik1-1/+1
2022-12-05btrfs: update stale comment for count_range_bits()Filipe Manana1-3/+23
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Filipe Manana1-3/+44
2022-12-05btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba1-4/+2
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba1-16/+16
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba1-3/+2
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik1-8/+14
2022-12-05btrfs: cache the failed state when locking extentsJosef Bacik1-13/+39
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik1-3/+4
2022-10-11btrfs: unlock locked extent area if we have contentionJosef Bacik1-7/+8
2022-09-26btrfs: remove is_data_inode() checks in extent-io-tree.cJosef Bacik1-6/+6
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-8/+9
2022-09-26btrfs: get rid of extent_io_tree::dirty_bytesJosef Bacik1-16/+1
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-2/+2
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik1-3/+2
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik1-11/+19
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-3/+4
2022-09-26btrfs: drop exclusive_bits from set_extent_bitJosef Bacik1-7/+8
2022-09-26btrfs: use next_state/prev_state in merge_stateJosef Bacik1-29/+20