summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
7 daysntfs3: fix integer overflow in run_unpack() volume boundary checkTobias Gaertner1-3/+9
7 daysntfs3: add buffer boundary checks to run_unpack()Tobias Gaertner1-0/+6
7 daysNFSv4.1: Apply session size limits on clone pathTushar Sariya3-2/+7
7 daysceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
7 daysinotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang1-0/+1
7 daysext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
7 daysext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
7 daysuserfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov1-2/+0
7 daysxfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
7 daysxfs: start gc on zonegc_low_space attribute updatesHans Holmberg3-1/+27
7 daysfs: prepare for adding LSM blob to backing_fileAmir Goldstein1-2/+20
7 daysjbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi1-3/+5
7 dayserofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang1-13/+15
7 daysext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev1-3/+11
7 daysocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao1-29/+45
7 daysfs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)1-6/+6
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
2026-04-27writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
2026-04-27ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang1-3/+2
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
2026-04-27ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito1-5/+23
2026-04-27ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
2026-04-27smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-04-27smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-04-27smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-04-27ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
2026-04-27fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi1-11/+8
2026-04-27fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2
2026-04-27fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert1-0/+3
2026-04-27fuse: abort on fatal signal during sync initMiklos Szeredi3-1/+9
2026-04-27fuse: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-04-27f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu1-1/+2
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-04-27f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
2026-04-27f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12
2026-04-27fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
2026-04-27ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-15/+102
2026-04-27ksmbd: 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: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-04-22ocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
2026-04-22ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
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_fl...Stefan Metzmacher1-1/+7
2026-04-22smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher1-0/+8