index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
38 hours
smb: client: require net admin for CIFS SWN netlink
Michael Bommarito
1
-1
/
+5
38 hours
ksmbd: fix OOB write in QUERY_INFO for compound requests
Asim Viladi Oglu Manizada
3
-32
/
+134
38 hours
fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling
Mingyu Wang
1
-4
/
+4
38 hours
fuse: reject fuse_notify() pagecache ops on directories
Jann Horn
1
-1
/
+8
38 hours
ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL
Gil Portnoy
1
-0
/
+11
38 hours
iomap: don't revert iov_iter on partially completed buffered writes
Brian Foster
1
-4
/
+0
38 hours
ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers
Gil Portnoy
1
-3
/
+12
38 hours
ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loops
Ali Ganiyev
1
-4
/
+4
38 hours
hpfs: fix a crash if hpfs_map_dnode_bitmap fails
Mikulas Patocka
1
-1
/
+1
38 hours
ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...
Sean Shen
1
-0
/
+11
2026-06-01
netfs: Fix overrun check in netfs_extract_user_iter()
David Howells
1
-9
/
+17
2026-06-01
zonefs: handle integer overflow in zonefs_fname_to_fno
Johannes Thumshirn
1
-1
/
+5
2026-06-01
cifs: Fix busy dentry used after unmounting
Zhihao Cheng
1
-0
/
+2
2026-06-01
smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close
ChenXiaoSong
1
-4
/
+12
2026-06-01
smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()
Henrique Carvalho
1
-0
/
+2
2026-06-01
ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow
Ferry Meng
1
-3
/
+9
2026-06-01
ksmbd: fix null pointer dereference in compare_guid_key()
Jeremy Laratro
1
-1
/
+5
2026-06-01
sysfs: don't remove existing directory on update failure
Greg Kroah-Hartman
1
-1
/
+1
2026-06-01
smb: client: reject userspace cifs.spnego descriptions
Asim Viladi Oglu Manizada
1
-0
/
+16
2026-06-01
ksmbd: close durable scavenger races against m_fp_list lookups
DaeMyung Kang
1
-27
/
+77
2026-06-01
ksmbd: validate owner of durable handle on reconnect
Namjae Jeon
6
-15
/
+103
2026-06-01
ksmbd: add durable scavenger timer
Namjae Jeon
7
-6
/
+167
2026-06-01
ksmbd: avoid reclaiming expired durable opens by the client
Namjae Jeon
2
-1
/
+9
2026-05-23
netfs: Fix potential uninitialised var in netfs_extract_user_iter()
David Howells
1
-1
/
+1
2026-05-23
ksmbd: validate inherited ACE SID length
Shota Zaizen
1
-14
/
+52
2026-05-23
f2fs: fix false alarm of lockdep on cp_global_sem lock
Chao Yu
2
-0
/
+14
2026-05-23
f2fs: fix incorrect file address mapping when inline inode is unwritten
Yongpeng Yang
1
-4
/
+9
2026-05-23
btrfs: fix missing last_unlink_trans update when removing a directory
Filipe Manana
1
-0
/
+2
2026-05-23
btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()
Filipe Manana
1
-15
/
+16
2026-05-23
btrfs: use inode already stored in local variable at btrfs_rmdir()
Filipe Manana
1
-2
/
+1
2026-05-23
smb: client: Use FullSessionKey for AES-256 encryption key derivation
Piyush Sachdeva
2
-8
/
+26
2026-05-23
eventfs: Use list_add_tail_rcu() for SRCU-protected children list
David Carlier
1
-1
/
+1
2026-05-23
btrfs: fix double free in create_space_info_sub_group() error path
Guangshuo Li
1
-3
/
+1
2026-05-23
btrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()
Filipe Manana
3
-7
/
+5
2026-05-23
netfs: fix error handling in netfs_extract_user_iter()
Paulo Alcantara
1
-3
/
+10
2026-05-23
ceph: fix a buffer leak in __ceph_setxattr()
Viacheslav Dubeyko
1
-0
/
+1
2026-05-23
smb/client: fix possible infinite loop and oob read in symlink_data()
Ye Bin
1
-0
/
+3
2026-05-23
ksmbd: validate response sizes in ipc_validate_msg()
Michael Bommarito
2
-9
/
+13
2026-05-23
smb: client: fix OOB reads parsing symlink error response
Greg Kroah-Hartman
1
-8
/
+12
2026-05-23
smb: client: correctly handle ErrorContextData as a flexible array
Liang Jie
2
-3
/
+3
2026-05-23
ntfs: ->d_compare() must not block
Al Viro
5
-24
/
+20
2026-05-23
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Mark Harmstone
1
-1
/
+1
2026-05-23
fs/adfs: validate nzones in adfs_validate_bblk()
Bae Yeonju
1
-0
/
+3
2026-05-23
ksmbd: scope conn->binding slowpath to bound sessions only
Hyunwoo Kim
1
-1
/
+6
2026-05-23
ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 open
DaeMyung Kang
1
-0
/
+2
2026-05-23
ksmbd: destroy async_ida in ksmbd_conn_free()
DaeMyung Kang
1
-0
/
+9
2026-05-23
ksmbd: add support for supplementary groups
Namjae Jeon
7
-17
/
+137
2026-05-23
ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
Thorsten Blum
1
-2
/
+2
2026-05-23
ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()
DaeMyung Kang
1
-2
/
+3
2026-05-23
f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()
Yongpeng Yang
1
-2
/
+5
[next]