summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
44 hoursvirtiofs: fix UAF on submount umountMiklos Szeredi1-1/+7
44 hoursdlm: prevent NPD when writing a positive value to event_doneThadeu Lima de Souza Cascardo1-1/+1
44 hoursnfsd: check get_user() return when reading princhashlenDominik Woźniak1-1/+2
44 hoursnfsd: fix posix_acl leak on SETACL decode failureJeff Layton2-10/+24
44 hoursNFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang1-1/+2
44 hoursocfs2: reject oversized group bitmap descriptorsZhang Cen1-0/+22
44 hourspNFS: Fix use-after-free in pnfs_update_layout()Wentao Liang1-1/+1
44 hoursexfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito1-1/+3
44 hoursf2fs: validate ACL entry sizes in f2fs_acl_from_disk()Zhang Cen1-2/+16
44 hoursext4: add bounds check for inline data length in ext4_read_inline_pageYuto Ohnuki1-0/+8
44 hoursfuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn1-0/+4
2026-06-19use less confusing names for iov_iter direction initializersAl Viro18-46/+46
2026-06-19f2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
2026-06-19smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva1-10/+26
2026-06-19btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
2026-06-19btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich1-2/+3
2026-06-19ceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
2026-06-19hfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan1-1/+3
2026-06-19hfsplus: fix uninit-value by validating catalog record sizeDeepanshu Kartikey5-4/+64
2026-06-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
2026-06-19erofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang1-14/+16
2026-06-19smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-06-19smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-06-19f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
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-19nfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
2026-06-19ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
2026-06-19hpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka1-1/+1
2026-06-19smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
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-01ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
2026-06-01btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-06-01btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo3-26/+18
2026-06-01fs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
2026-06-01nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko1-3/+1
2026-06-01ocfs2: validate group add input before cachingZhengYuan Huang1-5/+7
2026-06-01ocfs2: validate bg_bits during freefrag scanZhengYuan Huang1-1/+17
2026-06-01ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang1-2/+2
2026-06-01ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo1-1/+1
2026-06-01ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
2026-06-01quota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+30
2026-06-01pstore/ram: fix resource leak when ioremap() failsCole Leavitt1-0/+4
2026-06-01nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey1-0/+6
2026-06-01fs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_STARTHyungJung Joo1-0/+6
2026-06-01isofs: validate block number from NFS file handle in isofs_export_igetMichael Bommarito1-1/+1
2026-06-01isofs: validate Rock Ridge CE continuation extent against volume sizeMichael Bommarito1-0/+9
2026-06-01udf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
2026-06-01fanotify: fix false positive on permission eventsMiklos Szeredi2-8/+12