summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad
2026-04-27writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara
2026-04-27ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani
2026-04-27ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito
2026-04-27ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
2026-04-27smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito
2026-04-27smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito
2026-04-27smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang
2026-04-27smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara
2026-04-27smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito
2026-04-27ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-04-27fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi
2026-04-27fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong
2026-04-27fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert
2026-04-27fuse: abort on fatal signal during sync initMiklos Szeredi
2026-04-27fuse: reject oversized dirents in page cacheSamuel Page
2026-04-27f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu
2026-04-27f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang
2026-04-27f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu
2026-04-27fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman
2026-04-27ksmbd: validate owner of durable handle on reconnectNamjae Jeon
2026-04-27ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon
2026-04-22nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey
2026-04-22ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang
2026-04-22ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe
2026-04-22ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi
2026-04-22dcache: Limit the minimal number of bucket to twoZhihao Cheng
2026-04-22smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher
2026-04-22smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher
2026-04-22ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman
2026-04-22ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman
2026-04-22ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman
2026-04-22smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman
2026-04-22smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09kernfs: make directory seek namespace-awareChristian Brauner
2026-04-09kernfs: use namespace id instead of pointer for hashing and comparisonChristian Brauner
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-04-02eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini
2026-04-02Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds