index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-06
btrfs: force free space tree for bs > ps cases
Qu Wenruo
1
-1
/
+1
2026-01-06
btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
Qu Wenruo
1
-7
/
+5
2026-01-06
btrfs: release path before initializing extent tree in btrfs_read_locked_inode()
Filipe Manana
1
-5
/
+14
2026-01-06
btrfs: avoid access-beyond-folio for bs > ps encoded writes
Qu Wenruo
1
-4
/
+18
2025-12-16
btrfs: fix reservation leak in some error paths when inserting inline extent
Filipe Manana
1
-6
/
+10
2025-12-16
btrfs: do not free data reservation in fallback from inline due to -ENOSPC
Filipe Manana
1
-1
/
+5
2025-12-16
btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()
Leo Martins
1
-15
/
+17
2025-12-16
btrfs: always detect conflicting inodes when logging inode refs
Filipe Manana
1
-4
/
+2
2025-12-16
btrfs: fix beyond-EOF write handling
Qu Wenruo
1
-4
/
+4
2025-12-16
btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
Robbie Ko
1
-5
/
+6
2025-12-16
btrfs: fix NULL dereference on root when tracing inode eviction
Miquel SabatĂ© SolĂ
1
-1
/
+2
2025-12-16
btrfs: qgroup: update all parent qgroups when doing quick inherit
Qu Wenruo
1
-2
/
+16
2025-12-16
btrfs: fix qgroup_snapshot_quick_inherit() squota bug
Boris Burkov
1
-0
/
+3
2025-12-12
btrfs: fix changeset leak on mmap write after failure to reserve metadata
Filipe Manana
1
-1
/
+2
2025-12-12
btrfs: fix memory leak of fs_devices in degraded seed device path
Deepanshu Kartikey
1
-0
/
+1
2025-12-09
btrfs: fix a potential path leak in print_data_reloc_error()
Qu Wenruo
1
-0
/
+1
2025-12-09
Revert "btrfs: add ASSERTs on prealloc in qgroup functions"
Qu Wenruo
1
-23
/
+4
2025-12-08
btrfs: do not skip logging new dentries when logging a new name
Filipe Manana
1
-8
/
+0
2025-12-08
btrfs: don't log conflicting inode if it's a dir moved in the current transac...
Filipe Manana
1
-0
/
+38
2025-12-08
btrfs: tests: fix double btrfs_path free in remove_extent_ref()
Dan Carpenter
1
-1
/
+0
2025-11-25
btrfs: remove unnecessary inode key in btrfs_log_all_parents()
Filipe Manana
1
-8
/
+4
2025-11-25
btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()
Filipe Manana
1
-13
/
+0
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
12
-176
/
+105
2025-11-25
btrfs: send: do not allocate memory for xattr data when checking it exists
Filipe Manana
1
-4
/
+8
2025-11-25
btrfs: send: add unlikely to all unexpected overflow checks
Filipe Manana
1
-9
/
+9
2025-11-25
btrfs: reduce arguments to btrfs_del_inode_ref_in_log()
Filipe Manana
3
-8
/
+8
2025-11-25
btrfs: remove root argument from btrfs_del_dir_entries_in_log()
Filipe Manana
3
-3
/
+2
2025-11-25
btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()
Filipe Manana
1
-7
/
+4
2025-11-25
btrfs: don't search back for dir inode item in INO_LOOKUP_USER
Josef Bacik
1
-20
/
+3
2025-11-25
btrfs: don't rewrite ret from inode_permission
Josef Bacik
1
-3
/
+1
2025-11-25
btrfs: add orig_logical to btrfs_bio for encryption
Josef Bacik
3
-1
/
+13
2025-11-25
btrfs: disable verity on encrypted inodes
Sweet Tea Dorminy
1
-0
/
+3
2025-11-25
btrfs: disable various operations on encrypted inodes
Omar Sandoval
2
-0
/
+9
2025-11-25
btrfs: remove redundant level reset in btrfs_del_items()
Sun YangKai
1
-3
/
+1
2025-11-25
btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()
Sun YangKai
1
-25
/
+14
2025-11-25
btrfs: optimize balance_level() path reference handling
Sun YangKai
1
-3
/
+3
2025-11-25
btrfs: factor out root promotion logic into promote_child_to_root()
Sun YangKai
1
-46
/
+70
2025-11-25
btrfs: raid56: remove the "_step" infix
Qu Wenruo
1
-16
/
+16
2025-11-25
btrfs: raid56: enable bs > ps support
Qu Wenruo
2
-11
/
+6
2025-11-25
btrfs: raid56: prepare finish_parity_scrub() to support bs > ps cases
Qu Wenruo
1
-89
/
+87
2025-11-25
btrfs: raid56: prepare rbio_bio_add_io_paddr() to support bs > ps cases
Qu Wenruo
1
-41
/
+65
2025-11-25
btrfs: raid56: prepare steal_rbio() to support bs > ps cases
Qu Wenruo
1
-10
/
+41
2025-11-25
btrfs: raid56: prepare set_bio_pages_uptodate() to support bs > ps cases
Qu Wenruo
1
-7
/
+13
2025-11-25
btrfs: raid56: prepare verify_bio_data_sectors() to support bs > ps cases
Qu Wenruo
1
-8
/
+18
2025-11-25
btrfs: raid56: prepare verify_one_sector() to support bs > ps cases
Qu Wenruo
1
-6
/
+49
2025-11-25
btrfs: raid56: prepare recover_vertical() to support bs > ps cases
Qu Wenruo
1
-73
/
+68
2025-11-25
btrfs: raid56: prepare generate_pq_vertical() for bs > ps cases
Qu Wenruo
1
-22
/
+70
2025-11-25
btrfs: raid56: introduce a new parameter to locate a sector
Qu Wenruo
2
-34
/
+80
2025-11-25
btrfs: raid56: add an overview for the btrfs_raid_bio structure
Qu Wenruo
1
-0
/
+70
2025-11-24
btrfs: scrub: always update btrfs_scrub_progress::last_physical
Qu Wenruo
1
-0
/
+5
[next]