index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()
George Saad
1
-3
/
+11
12 days
writeback: Fix use after free in inode_switch_wbs_work_fn()
Jan Kara
1
-17
/
+19
12 days
ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()
DaeMyung Kang
1
-3
/
+2
12 days
ksmbd: use check_add_overflow() to prevent u16 DACL size overflow
Tristan Madani
1
-4
/
+12
12 days
ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment
Tristan Madani
1
-0
/
+2
12 days
ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()
Michael Bommarito
1
-5
/
+23
12 days
ksmbd: validate response sizes in ipc_validate_msg()
Michael Bommarito
2
-9
/
+13
12 days
smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO path
Michael Bommarito
1
-0
/
+6
12 days
smb: client: validate the whole DACL before rewriting it in cifsacl
Michael Bommarito
1
-31
/
+85
12 days
smb: client: require a full NFS mode SID before reading mode bits
Michael Bommarito
1
-0
/
+1
12 days
smb: server: fix max_connections off-by-one in tcp accept path
DaeMyung Kang
1
-1
/
+1
12 days
smb: client: fix dir separator in SMB1 UNIX mounts
Paulo Alcantara
2
-16
/
+13
12 days
smb: server: fix active_num_conn leak on transport allocation failure
Michael Bommarito
1
-0
/
+2
12 days
ksmbd: require minimum ACE size in smb_check_perm_dacl()
Michael Bommarito
1
-4
/
+13
12 days
fuse: fuse_dev_ioctl_clone() should wait for device file to be initialized
Miklos Szeredi
1
-11
/
+8
12 days
fuse: quiet down complaints in fuse_conn_limit_write
Darrick J. Wong
1
-2
/
+2
12 days
fuse: Check for large folio with SPLICE_F_MOVE
Bernd Schubert
1
-0
/
+3
12 days
fuse: abort on fatal signal during sync init
Miklos Szeredi
3
-1
/
+9
12 days
fuse: reject oversized dirents in page cache
Samuel Page
1
-0
/
+4
12 days
f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footer
Chao Yu
1
-1
/
+2
12 days
f2fs: fix to avoid memory leak in f2fs_rename()
Chao Yu
1
-0
/
+1
12 days
f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()
Yongpeng Yang
1
-2
/
+2
12 days
f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally
Chao Yu
3
-7
/
+12
12 days
fs/ntfs3: validate rec->used in journal-replay file record check
Greg Kroah-Hartman
1
-1
/
+11
12 days
ksmbd: validate owner of durable handle on reconnect
Namjae Jeon
6
-16
/
+102
12 days
ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavenger
Namjae Jeon
1
-11
/
+30
2026-04-22
nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_map
Deepanshu Kartikey
1
-0
/
+3
2026-04-22
ocfs2: handle invalid dinode in ocfs2_group_extend
ZhengYuan Huang
1
-3
/
+7
2026-04-22
ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRY
Tejas Bharambe
2
-10
/
+7
2026-04-22
ocfs2: fix possible deadlock between unlink and dio_end_io_write
Joseph Qi
1
-2
/
+1
2026-04-22
dcache: Limit the minimal number of bucket to two
Zhihao Cheng
1
-2
/
+2
2026-04-22
smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_flush_send_list()
Stefan Metzmacher
1
-1
/
+7
2026-04-22
smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()
Stefan Metzmacher
1
-0
/
+8
2026-04-22
ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
Greg Kroah-Hartman
2
-1
/
+2
2026-04-22
ksmbd: require 3 sub-authorities before reading sub_auth[2]
Greg Kroah-Hartman
1
-1
/
+2
2026-04-22
ksmbd: validate EaNameLength in smb2_get_ea()
Greg Kroah-Hartman
1
-0
/
+5
2026-04-22
smb: client: fix OOB reads parsing symlink error response
Greg Kroah-Hartman
1
-8
/
+12
2026-04-22
smb: client: fix off-by-8 bounds check in check_wsl_eas()
Greg Kroah-Hartman
1
-1
/
+1
2026-04-10
Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
12
-46
/
+90
2026-04-09
kernfs: make directory seek namespace-aware
Christian Brauner
1
-0
/
+5
2026-04-09
kernfs: use namespace id instead of pointer for hashing and comparison
Christian Brauner
1
-7
/
+26
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
10
-38
/
+49
2026-04-07
Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+10
2026-04-06
ocfs2: fix out-of-bounds write in ocfs2_write_end_inline
Joseph Qi
1
-0
/
+10
2026-04-02
Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+4
2026-04-02
eventpoll: defer struct eventpoll free to RCU grace period
Nicholas Carlini
1
-1
/
+5
2026-04-02
Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbd
Linus Torvalds
3
-31
/
+133
2026-04-02
Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-1
/
+1
2026-03-31
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
Fredric Cover
1
-0
/
+4
2026-03-31
Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-24
/
+39
[next]