summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
38 hoursksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh1-1/+3
38 hoursNFS: Prevent resource leak in nfs_alloc_server()Markus Elfring1-0/+1
38 hoursNFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addrMichael Bommarito1-2/+2
38 hoursnfsd: check get_user() return when reading princhashlenDominik Woźniak1-1/+2
38 hoursnfsd: fix posix_acl leak on SETACL decode failureJeff Layton2-10/+24
38 hoursNFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang1-1/+2
38 hoursocfs2: reject oversized group bitmap descriptorsZhang Cen1-0/+22
38 hourspNFS: Fix use-after-free in pnfs_update_layout()Wentao Liang1-1/+1
38 hoursgfs2: fix use-after-free in gfs2_qd_deallocTristan Madani1-0/+1
38 hoursexfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito1-1/+3
38 hoursf2fs: keep atomic write retry from zeroing original dataWenjie Qi1-5/+11
38 hoursf2fs: fix incorrect FI_NO_EXTENT handling in __destroy_extent_node()Yongpeng Yang1-12/+7
38 hoursf2fs: validate ACL entry sizes in f2fs_acl_from_disk()Zhang Cen1-2/+16
38 hoursf2fs: fix to round down start offset of fallocate for pin fileSunmin Jeong1-1/+8
38 hoursf2fs: validate compress cache inode only when enabledWenjie Qi1-2/+7
38 hoursntfs3: reject direct userspace writes to reserved $LX* xattrsKonstantin Komarov1-0/+12
38 hourslsm: add backing_file LSM hooksPaul Moore4-13/+37
38 hoursfs: prepare for adding LSM blob to backing_fileAmir Goldstein1-1/+19
38 hourseventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
38 hourseventpoll: move epi_fget() upChristian Brauner1-28/+28
38 hourseventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner1-8/+8
38 hourseventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
38 hourseventpoll: kill __ep_remove()Christian Brauner1-37/+30
38 hourseventpoll: split __ep_remove()Christian Brauner1-4/+23
38 hourseventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
38 hoursvirtiofs: fix UAF on submount umountMiklos Szeredi1-1/+7
38 hoursksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
38 hoursfuse: re-lock request before replacing page cache folioJoanne Koong1-14/+5
38 hoursdlm: prevent NPD when writing a positive value to event_doneThadeu Lima de Souza Cascardo1-1/+1
38 hoursfuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn1-0/+4
2026-06-19smb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
2026-06-19ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada3-32/+134
2026-06-19fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signalingMingyu Wang1-4/+4
2026-06-19fuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
2026-06-19ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
2026-06-19iomap: don't revert iov_iter on partially completed buffered writesBrian Foster1-4/+0
2026-06-19ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy1-3/+12
2026-06-19ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
2026-06-19hpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka1-1/+1
2026-06-19ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen1-0/+11
2026-06-01netfs: Fix overrun check in netfs_extract_user_iter()David Howells1-9/+17
2026-06-01zonefs: handle integer overflow in zonefs_fname_to_fnoJohannes Thumshirn1-1/+5
2026-06-01cifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
2026-06-01smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong1-4/+12
2026-06-01smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()Henrique Carvalho1-0/+2
2026-06-01ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-06-01ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro1-1/+5
2026-06-01sysfs: don't remove existing directory on update failureGreg Kroah-Hartman1-1/+1
2026-06-01smb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada1-0/+16
2026-06-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang1-27/+77