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: reset write verifier on deferred writeback errorsJeff Layton1-1/+5
38 hoursnfsd: avoid leaking pre-allocated openowner on unconfirmed retry raceJeff Layton1-0/+1
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 Moore6-13/+42
38 hoursfs: constify file ptr in backing_file accessor helpersAmir Goldstein3-7/+11
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 hoursfhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh()Jann Horn3-6/+26
38 hoursxfs: fix error returns in CoW fork repairYingjie Gao1-5/+2
38 hoursxfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig23-65/+58
38 hoursdlm: prevent NPD when writing a positive value to event_doneThadeu Lima de Souza Cascardo1-1/+1
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 hoursfuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn1-0/+4
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-19fs/qnx6: fix pointer arithmetic in directory iterationArpith Kalaginanavoor1-4/+4
2026-06-19ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
2026-06-19writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
2026-06-19writeback: Avoid contention on wb->list_lock when switching inodesJan Kara1-36/+63
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-19erofs: fix use-after-free on sbi->sync_decompressGao Xiang1-3/+3
2026-06-19erofs: tidy up synchronous decompressionGao Xiang4-29/+16
2026-06-19erofs: add sysfs node to drop internal cachesChunhai Guo3-1/+19
2026-06-09mm: perform all memfd seal checks in a single placeLorenzo Stoakes1-5/+0
2026-06-09ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
2026-06-09hpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka1-1/+1
2026-06-09remove pointless includes of <linux/fdtable.h>Al Viro6-6/+0