summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
6 daysMerge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysbtrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana
10 daysbtrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey
13 daysbtrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo
13 daysRevert "btrfs: add ASSERTs on prealloc in qgroup functions"Qu Wenruo
14 daysbtrfs: do not skip logging new dentries when logging a new nameFilipe Manana
14 daysbtrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana
14 daysbtrfs: tests: fix double btrfs_path free in remove_extent_ref()Dan Carpenter
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-03Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-26btrfs: fix the comment on btrfs_update_timeChristoph Hellwig
2025-11-26btrfs: use vfs_utimes to update file timestampsChristoph Hellwig
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana
2025-11-25btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-25btrfs: send: do not allocate memory for xattr data when checking it existsFilipe Manana
2025-11-25btrfs: send: add unlikely to all unexpected overflow checksFilipe Manana
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana
2025-11-25btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()Filipe Manana
2025-11-25btrfs: don't search back for dir inode item in INO_LOOKUP_USERJosef Bacik
2025-11-25btrfs: don't rewrite ret from inode_permissionJosef Bacik
2025-11-25btrfs: add orig_logical to btrfs_bio for encryptionJosef Bacik
2025-11-25btrfs: disable verity on encrypted inodesSweet Tea Dorminy
2025-11-25btrfs: disable various operations on encrypted inodesOmar Sandoval
2025-11-25btrfs: remove redundant level reset in btrfs_del_items()Sun YangKai
2025-11-25btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()Sun YangKai
2025-11-25btrfs: optimize balance_level() path reference handlingSun YangKai
2025-11-25btrfs: factor out root promotion logic into promote_child_to_root()Sun YangKai
2025-11-25btrfs: raid56: remove the "_step" infixQu Wenruo
2025-11-25btrfs: raid56: enable bs > ps supportQu Wenruo
2025-11-25btrfs: raid56: prepare finish_parity_scrub() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare rbio_bio_add_io_paddr() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare steal_rbio() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare set_bio_pages_uptodate() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare verify_bio_data_sectors() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare verify_one_sector() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare recover_vertical() to support bs > ps casesQu Wenruo
2025-11-25btrfs: raid56: prepare generate_pq_vertical() for bs > ps casesQu Wenruo