index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-01-06
btrfs: fix NULL pointer dereference in do_abort_log_replay()
Suchit Karunakaran
2026-01-06
btrfs: force free space tree for bs > ps cases
Qu Wenruo
2026-01-06
btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
Qu Wenruo
2026-01-06
btrfs: release path before initializing extent tree in btrfs_read_locked_inode()
Filipe Manana
2026-01-06
btrfs: avoid access-beyond-folio for bs > ps encoded writes
Qu Wenruo
2025-12-16
btrfs: fix reservation leak in some error paths when inserting inline extent
Filipe Manana
2025-12-16
btrfs: do not free data reservation in fallback from inline due to -ENOSPC
Filipe Manana
2025-12-16
btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()
Leo Martins
2025-12-16
btrfs: always detect conflicting inodes when logging inode refs
Filipe Manana
2025-12-16
btrfs: fix beyond-EOF write handling
Qu Wenruo
2025-12-16
btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
Robbie Ko
2025-12-16
btrfs: fix NULL dereference on root when tracing inode eviction
Miquel SabatĂ© SolĂ
2025-12-16
btrfs: qgroup: update all parent qgroups when doing quick inherit
Qu Wenruo
2025-12-16
btrfs: fix qgroup_snapshot_quick_inherit() squota bug
Boris Burkov
2025-12-12
btrfs: fix changeset leak on mmap write after failure to reserve metadata
Filipe Manana
2025-12-12
btrfs: fix memory leak of fs_devices in degraded seed device path
Deepanshu Kartikey
2025-12-09
btrfs: fix a potential path leak in print_data_reloc_error()
Qu Wenruo
2025-12-09
Revert "btrfs: add ASSERTs on prealloc in qgroup functions"
Qu Wenruo
2025-12-08
btrfs: do not skip logging new dentries when logging a new name
Filipe Manana
2025-12-08
btrfs: don't log conflicting inode if it's a dir moved in the current transac...
Filipe Manana
2025-12-08
btrfs: tests: fix double btrfs_path free in remove_extent_ref()
Dan Carpenter
2025-11-25
btrfs: remove unnecessary inode key in btrfs_log_all_parents()
Filipe Manana
2025-11-25
btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()
Filipe Manana
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-25
btrfs: send: do not allocate memory for xattr data when checking it exists
Filipe Manana
2025-11-25
btrfs: send: add unlikely to all unexpected overflow checks
Filipe Manana
2025-11-25
btrfs: reduce arguments to btrfs_del_inode_ref_in_log()
Filipe Manana
2025-11-25
btrfs: remove root argument from btrfs_del_dir_entries_in_log()
Filipe Manana
2025-11-25
btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()
Filipe Manana
2025-11-25
btrfs: don't search back for dir inode item in INO_LOOKUP_USER
Josef Bacik
2025-11-25
btrfs: don't rewrite ret from inode_permission
Josef Bacik
2025-11-25
btrfs: add orig_logical to btrfs_bio for encryption
Josef Bacik
2025-11-25
btrfs: disable verity on encrypted inodes
Sweet Tea Dorminy
2025-11-25
btrfs: disable various operations on encrypted inodes
Omar Sandoval
2025-11-25
btrfs: remove redundant level reset in btrfs_del_items()
Sun YangKai
2025-11-25
btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()
Sun YangKai
2025-11-25
btrfs: optimize balance_level() path reference handling
Sun YangKai
2025-11-25
btrfs: factor out root promotion logic into promote_child_to_root()
Sun YangKai
2025-11-25
btrfs: raid56: remove the "_step" infix
Qu Wenruo
2025-11-25
btrfs: raid56: enable bs > ps support
Qu Wenruo
2025-11-25
btrfs: raid56: prepare finish_parity_scrub() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare rbio_bio_add_io_paddr() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare steal_rbio() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare set_bio_pages_uptodate() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare verify_bio_data_sectors() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare verify_one_sector() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare recover_vertical() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare generate_pq_vertical() for bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: introduce a new parameter to locate a sector
Qu Wenruo
2025-11-25
btrfs: raid56: add an overview for the btrfs_raid_bio structure
Qu Wenruo
[next]