summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana2022-12-051-1/+1
* btrfs: re-check reclaim condition in reclaim workerBoris Burkov2022-12-051-25/+40
* btrfs: skip reclaim if block_group is emptyBoris Burkov2022-12-051-0/+18
* btrfs: avoid unnecessary resolution of indirect backrefs during fiemapFilipe Manana2022-12-051-11/+17
* btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana2022-12-053-10/+69
* btrfs: move up backref sharedness cache store and lookup functionsFilipe Manana2022-12-051-118/+118
* btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana2022-12-052-3/+74
* btrfs: remove useless logic when finding parent nodesFilipe Manana2022-12-051-5/+18
* btrfs: remove roots ulist when checking data extent sharednessFilipe Manana2022-12-052-6/+1
* btrfs: move ulists to data extent sharedness check contextFilipe Manana2022-12-053-36/+48
* btrfs: turn the backref sharedness check cache into a context objectFilipe Manana2022-12-053-32/+32
* btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana2022-12-053-14/+12
* btrfs: remove checks for a 0 inode number during backref walkingFilipe Manana2022-12-051-2/+2
* btrfs: remove checks for a root with id 0 during backref walkingFilipe Manana2022-12-051-4/+2
* btrfs: drop redundant bflags initialization when allocating extent bufferFilipe Manana2022-12-051-1/+0
* btrfs: drop pointless memset when cloning extent bufferFilipe Manana2022-12-051-1/+0
* btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana2022-12-051-13/+20
* btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana2022-12-051-0/+12
* btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana2022-12-053-18/+59
* btrfs: raid56: make it more explicit that cache rbio should have all its data...Qu Wenruo2022-12-051-19/+51
* btrfs: raid56: allocate memory separately for rbio pointersQu Wenruo2022-12-051-22/+24
* btrfs: raid56: cleanup for function __free_raid_bio()Qu Wenruo2022-12-051-31/+30
* btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYJosef Bacik2022-12-053-2/+57
* btrfs: move the btrfs_verity_descriptor_item defs up in ctree.hJosef Bacik2022-12-051-9/+10
* btrfs: move btrfs_next_old_item into ctree.cJosef Bacik2022-12-052-8/+9
* btrfs: move free space cachep's out of ctree.hJosef Bacik2022-12-055-19/+38
* btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik2022-12-054-10/+27
* btrfs: move trans_handle_cachep out of ctree.hJosef Bacik2022-12-055-10/+28
* btrfs: move btrfs_print_data_csum_error into inode.cJosef Bacik2022-12-052-26/+26
* btrfs: move flush related definitions to space-info.hJosef Bacik2022-12-056-59/+63
* btrfs: move btrfs_should_fragment_free_space into block-group.cJosef Bacik2022-12-052-10/+13
* btrfs: move discard stat defs to free-space-cache.hJosef Bacik2022-12-052-9/+9
* btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik2022-12-052-11/+11
* btrfs: move maximum limits to btrfs_tree.hJosef Bacik2022-12-052-13/+12
* btrfs: move btrfs_get_block_group helper out of disk-io.hJosef Bacik2022-12-052-7/+8
* btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik2022-12-052-214/+216
* btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik2022-12-051-3/+0
* btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik2022-12-051-8/+0
* btrfs: remove unused set/clear_pending_info helpersJosef Bacik2022-12-051-24/+0
* btrfs: simplify cleanup after error in btrfs_create_treePeng Hao2022-12-051-4/+1
* btrfs: add cached_state to read_extent_buffer_subpageJosef Bacik2022-12-051-5/+10
* btrfs: cache the failed state when locking extentsJosef Bacik2022-12-053-15/+43
* btrfs: use a cached_state everywhere in relocationJosef Bacik2022-12-051-14/+26
* btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik2022-12-053-7/+12
* btrfs: add a cached_state to try_lock_extentJosef Bacik2022-12-057-9/+14
* Linux 6.1-rc8v6.1-rc8Linus Torvalds2022-12-041-1/+1
* Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds2022-12-041-3/+0
* char: tpm: Protect tpm_pm_suspend with locksJan Dabros2022-12-041-2/+3
* Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-041-4/+13
|\
| * perf: Fix perf_pending_task() UaFPeter Zijlstra2022-11-291-4/+13