summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds91-3875/+5164
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-29/+97
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana3-21/+66
2024-07-11btrfs: stop extent map shrinker if reschedule is neededFilipe Manana1-8/+31
2024-07-11btrfs: use delayed iput during extent map shrinkingFilipe Manana1-1/+1
2024-07-11btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana1-1/+1
2024-07-11btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana1-0/+1
2024-07-11btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()Qu Wenruo1-6/+20
2024-07-11btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo3-16/+15
2024-07-11btrfs: enhance compression error messagesDavid Sterba3-44/+125
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana6-13/+23
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo5-16/+16
2024-07-11btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo3-8/+5
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo4-5/+26
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo8-12/+34
2024-07-11btrfs: output the unrecognized super block flags as hexQu Wenruo1-1/+1
2024-07-11btrfs: remove unused Opt enumsQu Wenruo1-3/+0
2024-07-11btrfs: tree-checker: add extra ram_bytes and disk_num_bytes checkQu Wenruo1-0/+18
2024-07-11btrfs: fix the ram_bytes assignment for truncated ordered extentsQu Wenruo1-3/+1
2024-07-11btrfs: make validate_extent_map() catch ram_bytes mismatchQu Wenruo1-0/+5
2024-07-11btrfs: ignore incorrect btrfs_file_extent_item::ram_bytesQu Wenruo1-0/+7
2024-07-11btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()Qu Wenruo1-5/+4
2024-07-11btrfs: fix typo in error message in btrfs_validate_super()Mark Harmstone1-1/+1
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana8-1059/+1095
2024-07-11btrfs: pass a btrfs_inode to btrfs_set_prop()David Sterba4-13/+13
2024-07-11btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba3-4/+4
2024-07-11btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba6-20/+20
2024-07-11btrfs: switch btrfs_pending_snapshot::dir to btrfs_inodeDavid Sterba3-3/+3
2024-07-11btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba3-7/+7
2024-07-11btrfs: switch btrfs_block_group::inode to struct btrfs_inodeDavid Sterba3-5/+5
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba5-7/+7
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()David Sterba3-6/+6
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()David Sterba3-4/+4
2024-07-11btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn5-42/+1
2024-07-11btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEYQu Wenruo1-0/+3
2024-07-11btrfs: urgent periodic reclaim passBoris Burkov1-1/+34
2024-07-11btrfs: prevent pathological periodic reclaim loopsBoris Burkov3-11/+71
2024-07-11btrfs: periodic block_group reclaimBoris Burkov5-0/+95
2024-07-11btrfs: dynamic block_group reclaim thresholdBoris Burkov4-27/+169
2024-07-11btrfs: store fs_info in space_infoBoris Burkov2-0/+2
2024-07-11btrfs: report reclaim stats in sysfsBoris Burkov3-0/+34
2024-07-11btrfs: qgroup: warn about inconsistent qgroups when relation update failsDavid Sterba1-2/+3
2024-07-11btrfs: qgroup: preallocate memory before adding a relationDavid Sterba3-19/+34
2024-07-11btrfs: abort transaction on errors in btrfs_free_chunk()David Sterba1-6/+9
2024-07-11btrfs: only print error message when checking item size in print_extent_item()David Sterba1-1/+1
2024-07-11btrfs: abort transaction if we don't find extref in btrfs_del_inode_extref()David Sterba1-2/+2
2024-07-11btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana3-39/+39
2024-07-11btrfs: preallocate ulist memory for qgroup rsvBoris Burkov4-3/+29