summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
23 hoursuse less confusing names for iov_iter direction initializersAl Viro18-46/+46
23 hoursf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
23 hourssmb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva1-10/+26
23 hoursbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
23 hoursbtrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich1-2/+3
23 hoursceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
23 hourshfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan1-1/+3
23 hourshfsplus: fix uninit-value by validating catalog record sizeDeepanshu Kartikey5-4/+64
23 hoursudf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
23 hourserofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang1-14/+16
23 hourssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
23 hourssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
23 hoursf2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
23 hoursfs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signalingMingyu Wang1-4/+4
23 hoursfuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
23 hoursnfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
23 hoursext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
23 hourshpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka1-1/+1
23 hourssmb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
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-01btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-06-01btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo3-26/+18
2026-06-01fs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
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-01quota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+30
2026-06-01pstore/ram: fix resource leak when ioremap() failsCole Leavitt1-0/+4
2026-06-01nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey1-0/+6
2026-06-01fs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_STARTHyungJung Joo1-0/+6
2026-06-01isofs: validate block number from NFS file handle in isofs_export_igetMichael Bommarito1-1/+1
2026-06-01isofs: validate Rock Ridge CE continuation extent against volume sizeMichael Bommarito1-0/+9
2026-06-01udf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
2026-06-01fanotify: fix false positive on permission eventsMiklos Szeredi2-8/+12
2026-06-01inotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang1-0/+1
2026-06-01ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
2026-06-01userfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov1-2/+0
2026-06-01ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev1-3/+11
2026-06-01ocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao1-29/+45
2026-06-01fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2
2026-06-01fuse: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-06-01cifs: Fix connections leak when tlink setup failedZhang Xiaoxu1-4/+13
2026-06-01gfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+6
2026-06-01ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
2026-06-01fs/ocfs2: fix comments mentioning i_mutexhongnanli11-16/+16