summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-09-04efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan1-0/+4
2025-09-04udf: Fix directory iteration for longer tail extentsJan Kara1-1/+1
2025-09-04NFS: Fix a race when updating an existing writeTrond Myklebust2-47/+28
2025-09-04nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig2-83/+68
2025-08-28alloc_fdtable(): change calling conventions.Al Viro1-46/+29
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2025-08-28use uniform permission checks for all mount propagation changesAl Viro1-14/+20
2025-08-28fs/buffer: fix use-after-free when call bh_read() helperYe Bin1-1/+1
2025-08-28squashfs: fix memory leak in squashfs_fill_superPhillip Lougher1-7/+7
2025-08-28btrfs: populate otime when logging an inode itemQu Wenruo1-0/+5
2025-08-28NFS: Fix the setting of capabilities when automounting a new filesystemTrond Myklebust4-23/+45
2025-08-28NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker3-14/+22
2025-08-28smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
2025-08-28smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-08-28f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+7
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-1/+1
2025-08-28jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
2025-08-28ext4: fix hole length calculation overflow in non-extent inodesZhang Yi1-2/+2
2025-08-28ext4: use kmalloc_array() for array space allocationLiao Yuanhong1-2/+3
2025-08-28ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
2025-08-28ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo1-0/+8
2025-08-28ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo1-3/+12
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1
2025-08-28btrfs: do not allow relocation of partially dropped subvolumesQu Wenruo1-0/+19
2025-08-28btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana1-18/+30
2025-08-28ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li1-19/+14
2025-08-28pNFS: Fix uninited ptr deref in block/scsi layoutSergey Bashirov1-5/+15
2025-08-28pNFS: Handle RPC size limit for layoutcommitsSergey Bashirov1-3/+8
2025-08-28pNFS: Fix disk addr range check in block/scsi layoutSergey Bashirov1-2/+2
2025-08-28pNFS: Fix stripe mapping in block/scsi layoutSergey Bashirov1-2/+3
2025-08-28jfs: upper bound check of tree index in dbAllocAGArnaud Lecomte1-0/+6
2025-08-28jfs: Regular file corruption checkEdward Adam Davis1-0/+3
2025-08-28jfs: truncate good inode pages when hard link is 0Lizhi Xu1-1/+1
2025-08-28fs/orangefs: use snprintf() instead of sprintf()Amir Mohammad Jahangirzad1-1/+1
2025-08-28ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o1-3/+16
2025-08-28cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
2025-08-28ext2: Handle fiemap on empty files to prevent EINVALWei Gao1-1/+11
2025-08-28fs/ntfs3: correctly create symlink for relative pathRong Zhang1-13/+18
2025-08-28fs/ntfs3: Add sanity check for file nameLizhi Xu1-0/+3
2025-08-28better lockdep annotations for simple_recursive_removal()Al Viro1-2/+2
2025-08-28hfs: fix not erasing deleted b-tree node issueViacheslav Dubeyko1-0/+1
2025-08-28udf: Verify partition map countJan Kara1-2/+11
2025-08-28smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
2025-08-28hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa1-1/+5
2025-08-28hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko1-0/+7
2025-08-28hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko1-0/+92
2025-08-28hfs: fix slab-out-of-bounds in hfs_bnode_read()Viacheslav Dubeyko1-0/+92
2025-08-28eventpoll: Fix semi-unbounded recursionJann Horn1-14/+46
2025-08-28fs: Prevent file descriptor table allocations exceeding INT_MAXSasha Levin1-0/+15