summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
34 hoursksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
34 hourssmb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
34 hoursf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
34 hoursf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
34 hoursbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
34 hourssmb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-8/+26
34 hourssmb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
34 hoursbtrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li1-3/+1
34 hoursbtrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()Filipe Manana3-7/+5
34 hoursbtrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich1-2/+3
34 hoursceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
34 hourserofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1
34 hourshfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan1-1/+3
34 hourshfsplus: fix uninit-value by validating catalog record sizeDeepanshu Kartikey5-4/+64
34 hoursudf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
34 hoursxfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
34 hourssmb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-10/+85
34 hoursksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
34 hoursf2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
34 hoursf2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-6/+12
34 hoursf2fs: use kfree() instead of kvfree() to free some memoryJiazi Li3-8/+8
34 hoursfs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signalingMingyu Wang1-4/+4
34 hoursfuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
34 hoursksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
34 hoursiomap: don't revert iov_iter on partially completed buffered writesBrian Foster1-4/+0
34 hoursfs/ntfs3: Return error for inconsistent extended attributesEdward Lo1-0/+1
35 hourshpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka1-1/+1
2026-06-01cifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
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-01smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
2026-06-01smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
2026-06-01smb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie2-3/+3
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-01f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
2026-06-01f2fs: Use sysfs_emit_at() to simplify codeChristophe JAILLET1-24/+21
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