summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
27 hoursksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
27 hoursnfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton2-7/+19
27 hoursksmbd: Compare MACs in constant timeEric Biggers2-3/+6
27 hoursuse less confusing names for iov_iter direction initializersAl Viro23-54/+54
27 hourssmb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
27 hoursf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
27 hoursf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
27 hourssmb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-11/+27
27 hoursbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
27 hourssmb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
27 hoursbtrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich1-2/+3
27 hourssmb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-10/+85
27 hoursceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
27 hourserofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1
27 hourshfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan1-1/+3
27 hourshfsplus: fix uninit-value by validating catalog record sizeDeepanshu Kartikey5-4/+64
27 hoursudf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
27 hourserofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang1-14/+16
27 hoursksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
27 hourssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
27 hourssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
27 hourssmb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
27 hourssmb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
27 hoursf2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
27 hoursf2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-6/+11
27 hoursfs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signalingMingyu Wang1-4/+4
27 hoursfuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
27 hoursnfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
27 hoursfs/ntfs3: Return error for inconsistent extended attributesEdward Lo1-0/+1
27 hoursext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
27 hourshpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka1-1/+1
27 hourssmb: 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-01fs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
2026-06-01ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-06-01ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-06-01fs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou1-1/+6
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-01ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-06-01gfs2: prevent NULL pointer dereference during unmountAndreas Gruenbacher1-2/+3
2026-06-01gfs2: add some missing log lockingAndreas Gruenbacher1-8/+20
2026-06-01quota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+30