summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-07-29btrfs: do not subtract delalloc from avail bytesNaohiro Aota
2024-07-29btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds
2024-07-25btrfs: fix corrupt read due to bad offset of a compressed extent mapFilipe Manana
2024-07-25btrfs: tree-checker: validate dref root and objectidQu Wenruo
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-19Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana
2024-07-11btrfs: stop extent map shrinker if reschedule is neededFilipe Manana
2024-07-11btrfs: use delayed iput during extent map shrinkingFilipe Manana
2024-07-11btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana
2024-07-11btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana
2024-07-11btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()Qu Wenruo
2024-07-11btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo
2024-07-11btrfs: enhance compression error messagesDavid Sterba
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo
2024-07-11btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo
2024-07-11btrfs: output the unrecognized super block flags as hexQu Wenruo
2024-07-11btrfs: remove unused Opt enumsQu Wenruo
2024-07-11btrfs: tree-checker: add extra ram_bytes and disk_num_bytes checkQu Wenruo
2024-07-11btrfs: fix the ram_bytes assignment for truncated ordered extentsQu Wenruo
2024-07-11btrfs: make validate_extent_map() catch ram_bytes mismatchQu Wenruo
2024-07-11btrfs: ignore incorrect btrfs_file_extent_item::ram_bytesQu Wenruo
2024-07-11btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()Qu Wenruo
2024-07-11btrfs: fix typo in error message in btrfs_validate_super()Mark Harmstone
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana
2024-07-11btrfs: pass a btrfs_inode to btrfs_set_prop()David Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba
2024-07-11btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba
2024-07-11btrfs: switch btrfs_pending_snapshot::dir to btrfs_inodeDavid Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba
2024-07-11btrfs: switch btrfs_block_group::inode to struct btrfs_inodeDavid Sterba
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()David Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()David Sterba
2024-07-11btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn
2024-07-11btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEYQu Wenruo
2024-07-11btrfs: urgent periodic reclaim passBoris Burkov