aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
12 daysf2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
12 dayswriteback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
12 daysksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang1-3/+2
12 daysksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
12 daysksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
12 daysksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito1-5/+23
12 daysksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
12 dayssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
12 dayssmb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
12 dayssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
12 dayssmb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
12 dayssmb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara2-16/+13
12 dayssmb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
12 daysksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
12 daysfuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi1-11/+8
12 daysfuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2
12 daysfuse: Check for large folio with SPLICE_F_MOVEBernd Schubert1-0/+3
12 daysfuse: abort on fatal signal during sync initMiklos Szeredi3-1/+9
12 daysfuse: reject oversized dirents in page cacheSamuel Page1-0/+4
12 daysf2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu1-1/+2
12 daysf2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
12 daysf2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
12 daysf2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12
12 daysfs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
12 daysksmbd: validate owner of durable handle on reconnectNamjae Jeon6-16/+102
12 daysksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-11/+30
2026-04-22nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey1-0/+3
2026-04-22ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang1-3/+7
2026-04-22ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe2-10/+7
2026-04-22ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
2026-04-22dcache: Limit the minimal number of bucket to twoZhihao Cheng1-2/+2
2026-04-22smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_flush_send_list()Stefan Metzmacher1-1/+7
2026-04-22smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()Stefan Metzmacher1-0/+8
2026-04-22ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-04-22ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
2026-04-22ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-22smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
2026-04-22smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-1/+1
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds12-46/+90
2026-04-09kernfs: make directory seek namespace-awareChristian Brauner1-0/+5
2026-04-09kernfs: use namespace id instead of pointer for hashing and comparisonChristian Brauner1-7/+26
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner10-38/+49
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+10
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2026-04-02eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini1-1/+5
2026-04-02Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds3-31/+133
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-24/+39