summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-06btrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran
2026-01-06btrfs: force free space tree for bs > ps casesQu Wenruo
2026-01-06btrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo
2026-01-06btrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana
2026-01-06btrfs: avoid access-beyond-folio for bs > ps encoded writesQu Wenruo
2025-12-16btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana
2025-12-16btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana
2025-12-16btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()Leo Martins
2025-12-16btrfs: always detect conflicting inodes when logging inode refsFilipe Manana
2025-12-16btrfs: fix beyond-EOF write handlingQu Wenruo
2025-12-16btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko
2025-12-16btrfs: fix NULL dereference on root when tracing inode evictionMiquel Sabaté Solà
2025-12-16btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo
2025-12-16btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov
2025-12-12btrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana
2025-12-12btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey
2025-12-09btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo
2025-12-09Revert "btrfs: add ASSERTs on prealloc in qgroup functions"Qu Wenruo
2025-12-08btrfs: do not skip logging new dentries when logging a new nameFilipe Manana
2025-12-08btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana
2025-12-08btrfs: tests: fix double btrfs_path free in remove_extent_ref()Dan Carpenter
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
2025-11-25btrfs: raid56: introduce a new parameter to locate a sectorQu Wenruo
2025-11-25btrfs: raid56: add an overview for the btrfs_raid_bio structureQu Wenruo