summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: convert EXTENT_* bits to enumsDavid Sterba1-33/+38
2022-12-05btrfs: convert extent_io page op defines to enum bitsDavid Sterba1-7/+10
2022-12-05btrfs: convert BTRFS_ILOCK-* defines to enum bitDavid Sterba1-3/+6
2022-12-05btrfs: add helper for bit enumerationDavid Sterba1-0/+8
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo5-130/+122
2022-12-05btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana3-19/+18
2022-12-05btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana1-1/+1
2022-12-05btrfs: re-check reclaim condition in reclaim workerBoris Burkov1-25/+40
2022-12-05btrfs: skip reclaim if block_group is emptyBoris Burkov1-0/+18
2022-12-05btrfs: avoid unnecessary resolution of indirect backrefs during fiemapFilipe Manana1-11/+17
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana3-10/+69
2022-12-05btrfs: move up backref sharedness cache store and lookup functionsFilipe Manana1-118/+118
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana2-3/+74
2022-12-05btrfs: remove useless logic when finding parent nodesFilipe Manana1-5/+18
2022-12-05btrfs: remove roots ulist when checking data extent sharednessFilipe Manana2-6/+1
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana3-36/+48
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana3-32/+32
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana3-14/+12
2022-12-05btrfs: remove checks for a 0 inode number during backref walkingFilipe Manana1-2/+2
2022-12-05btrfs: remove checks for a root with id 0 during backref walkingFilipe Manana1-4/+2
2022-12-05btrfs: drop redundant bflags initialization when allocating extent bufferFilipe Manana1-1/+0
2022-12-05btrfs: drop pointless memset when cloning extent bufferFilipe Manana1-1/+0
2022-12-05btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana1-13/+20
2022-12-05btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana1-0/+12
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana3-18/+59
2022-12-05btrfs: raid56: make it more explicit that cache rbio should have all its data...Qu Wenruo1-19/+51
2022-12-05btrfs: raid56: allocate memory separately for rbio pointersQu Wenruo1-22/+24
2022-12-05btrfs: raid56: cleanup for function __free_raid_bio()Qu Wenruo1-31/+30
2022-12-05btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYJosef Bacik3-2/+57
2022-12-05btrfs: move the btrfs_verity_descriptor_item defs up in ctree.hJosef Bacik1-9/+10
2022-12-05btrfs: move btrfs_next_old_item into ctree.cJosef Bacik2-8/+9
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik5-19/+38
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik4-10/+27
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik5-10/+28
2022-12-05btrfs: move btrfs_print_data_csum_error into inode.cJosef Bacik2-26/+26
2022-12-05btrfs: move flush related definitions to space-info.hJosef Bacik6-59/+63
2022-12-05btrfs: move btrfs_should_fragment_free_space into block-group.cJosef Bacik2-10/+13
2022-12-05btrfs: move discard stat defs to free-space-cache.hJosef Bacik2-9/+9
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik2-11/+11
2022-12-05btrfs: move maximum limits to btrfs_tree.hJosef Bacik2-13/+12
2022-12-05btrfs: move btrfs_get_block_group helper out of disk-io.hJosef Bacik2-7/+8
2022-12-05btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik2-214/+216
2022-12-05btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik1-3/+0
2022-12-05btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik1-8/+0
2022-12-05btrfs: remove unused set/clear_pending_info helpersJosef Bacik1-24/+0
2022-12-05btrfs: simplify cleanup after error in btrfs_create_treePeng Hao1-4/+1
2022-12-05btrfs: add cached_state to read_extent_buffer_subpageJosef Bacik1-5/+10
2022-12-05btrfs: cache the failed state when locking extentsJosef Bacik3-15/+43
2022-12-05btrfs: use a cached_state everywhere in relocationJosef Bacik1-14/+26
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik3-7/+12