index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-04-21
btrfs: fix wrong min_objectid in btrfs_previous_item() call
robbieko
-1
/
+1
2026-04-21
btrfs: fix raid stripe search missing entries at leaf boundaries
robbieko
-3
/
+15
2026-04-21
btrfs: copy devid in btrfs_partially_delete_raid_extent()
robbieko
-0
/
+3
2026-04-21
btrfs: handle unexpected free-space-tree key types
David Sterba
-3
/
+15
2026-04-21
btrfs: fix missing last_unlink_trans update when removing a directory
Filipe Manana
-0
/
+2
2026-04-21
btrfs: don't clobber errors in add_remap_tree_entries()
Mark Harmstone
-1
/
+1
2026-04-21
btrfs: enable shutdown ioctl for non-experimental builds
Qu Wenruo
-4
/
+3
2026-04-21
btrfs: apply first key check for readahead when possible
Qu Wenruo
-4
/
+15
2026-04-21
btrfs: abort transaction in do_remap_reloc_trans() on failure
Mark Harmstone
-4
/
+10
2026-04-21
btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
Mark Harmstone
-0
/
+6
2026-04-21
btrfs: fix bytes_may_use leak in move_existing_remap()
Mark Harmstone
-0
/
+6
2026-04-20
Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
-73
/
+202
2026-04-20
Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-173
/
+142
2026-04-20
Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
-1145
/
+3517
2026-04-20
fsnotify: fix inode reference leak in fsnotify_recalc_mask()
Amir Goldstein
-3
/
+36
2026-04-20
isofs: use QSTR_LEN() in isofs_cmp
Thorsten Blum
-9
/
+2
2026-04-20
isofs: validate block number from NFS file handle in isofs_export_iget
Michael Bommarito
-1
/
+1
2026-04-20
isofs: validate Rock Ridge CE continuation extent against volume size
Michael Bommarito
-0
/
+9
2026-04-20
fanotify: Fix spelling mistake "enforecement" -> "enforcement"
Ethan Carter Edwards
-1
/
+1
2026-04-19
Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+5
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-15
/
+13
2026-04-19
cifs: update internal module version number
Steve French
-2
/
+2
2026-04-19
smb: client: compress: fix bad encoding on last LZ77 flag
Enzo Matsumiya
-1
/
+1
2026-04-18
eventfs: Hold eventfs_mutex and SRCU when remount walks events
David Carlier
-1
/
+21
2026-04-18
eventfs: Use list_add_tail_rcu() for SRCU-protected children list
David Carlier
-1
/
+1
2026-04-18
f2fs: add page-order information for large folio reads in iostat
Daniel Lee
-1
/
+48
2026-04-18
ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment
Tristan Madani
-0
/
+2
2026-04-18
ksmbd: use check_add_overflow() to prevent u16 DACL size overflow
Tristan Madani
-4
/
+12
2026-04-18
ksmbd: fix use-after-free in smb2_open during durable reconnect
Akif
-8
/
+5
2026-04-18
ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()
Michael Bommarito
-5
/
+23
2026-04-18
smb: server: fix max_connections off-by-one in tcp accept path
DaeMyung Kang
-1
/
+1
2026-04-18
ksmbd: require minimum ACE size in smb_check_perm_dacl()
Michael Bommarito
-4
/
+13
2026-04-18
ksmbd: validate response sizes in ipc_validate_msg()
Michael Bommarito
-9
/
+13
2026-04-18
smb: server: fix active_num_conn leak on transport allocation failure
Michael Bommarito
-0
/
+2
2026-04-18
userfaultfd: allow registration of ranges below mmap_min_addr
Denis M. Karpov
-2
/
+0
2026-04-18
writeback: prevent memory cgroup release in writeback module
Muchun Song
-11
/
+11
2026-04-18
buffer: prevent memory cgroup release in folio_alloc_buffers()
Muchun Song
-2
/
+2
2026-04-18
ntfs: fix potential 32-bit truncation in ntfs_write_cb()
Dan Carpenter
-1
/
+2
2026-04-18
ntfs: fix uninitialized variable in ntfs_map_runlist_nolock
Namjae Jeon
-1
/
+1
2026-04-18
ntfs: delete dead code
Dan Carpenter
-4
/
+3
2026-04-18
ntfs: add missing error code in ntfs_mft_record_alloc()
Dan Carpenter
-0
/
+1
2026-04-18
ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()
Namjae Jeon
-1
/
+4
2026-04-18
ntfs: fix uninitialized pointer in ntfs_write_mft_block
Namjae Jeon
-2
/
+2
2026-04-18
ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_resident
Namjae Jeon
-1
/
+1
2026-04-18
ntfs: remove noop_direct_IO from address_space_operations
Hyunchul Lee
-1
/
+0
2026-04-18
ntfs: limit memory allocation in ntfs_attr_readall
Hyunchul Lee
-0
/
+14
2026-04-18
ntfs: not zero out range beyond init in punch_hole
Hyunchul Lee
-12
/
+21
2026-04-18
ntfs: zero out stale data in straddle block beyond initialized_size
Hyunchul Lee
-11
/
+45
2026-04-17
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-377
/
+597
2026-04-17
Merge tag 'for-linus-7.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-73
/
+411
[prev]
[next]