summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
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-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-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: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-04-27fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
2026-04-27ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-04-27ocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
2026-04-27ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2026-04-27nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey1-0/+3
2026-04-27btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo1-18/+11
2026-04-27ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang1-3/+7
2026-04-27ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe2-10/+7
2026-04-27ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
2026-04-27dcache: Limit the minimal number of bucket to twoZhihao Cheng1-2/+2
2026-04-27ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-04-27ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
2026-04-27ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-27smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-1/+1
2026-04-27eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini1-1/+5
2026-04-27fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-04-11ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
2026-04-11ext4: publish jinode after initializationLi Chen2-6/+13
2026-04-11gfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+8
2026-04-11gfs2: Improve gfs2_consist_inode() usageAndrew Price3-40/+53
2026-04-11btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana1-1/+5
2026-04-11btrfs: fix the qgroup data free range for inline data extentsQu Wenruo1-1/+1
2026-04-11btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang1-0/+17
2026-04-11btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn1-2/+4
2026-04-06xattr: switch to CLASS(fd)Al Viro1-17/+10
2026-04-06Revert "xattr: switch to CLASS(fd)"Tomasz Kramkowski1-6/+21
2026-04-02btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-04-02btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
2026-04-02btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
2026-04-02erofs: fix "BUG: Bad page state in z_erofs_do_read_page"Gao Xiang1-0/+1
2026-04-02xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-04-02xfs: avoid dereferencing log items after push callbacksYuto Ohnuki3-11/+52
2026-04-02xattr: switch to CLASS(fd)Al Viro1-21/+6
2026-04-02gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher1-5/+5
2026-04-02ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
2026-04-02ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman1-27/+45
2026-04-02ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
2026-04-02ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
2026-04-02ext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5