summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-12btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-10-02minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-02mm/hugetlb: fix folio is still mapped when deletedJinjiang Tu1-4/+6
2025-10-02afs: Fix potential null pointer dereference in afs_put_serverZhen Ni1-1/+2
2025-10-02smb: client: fix wrong index reference in smb2_compound_op()Sang-Heon Jeon1-1/+1
2025-10-02smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher1-10/+8
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-25btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-09-25nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*Nathan Chancellor2-6/+6
2025-09-25ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher1-1/+10
2025-09-25ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon1-8/+9
2025-09-25btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-19ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon3-5/+24
2025-09-19kernfs: Fix UAF in polling when open file is releasedChen Ridong1-18/+36
2025-09-19cifs: fix pagecache leak when do writepagesYang Erkun1-3/+13
2025-09-19btrfs: fix corruption reading compressed range when block size is smaller tha...Qu Wenruo1-14/+32
2025-09-19btrfs: use readahead_expand() on compressed extentsBoris Burkov1-1/+33
2025-09-19fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-09-19fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-09-19ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-09-19proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-19NFSv4/flexfiles: Fix layout merge mirror check.Jonathan Curley1-1/+1
2025-09-19NFSv4.2: Serialise O_DIRECT i/o and copy rangeTrond Myklebust1-0/+1
2025-09-19NFSv4.2: Serialise O_DIRECT i/o and clone rangeTrond Myklebust1-0/+2
2025-09-19NFSv4.2: Serialise O_DIRECT i/o and fallocate()Trond Myklebust1-0/+1
2025-09-19NFS: Serialise O_DIRECT i/o and truncate()Trond Myklebust3-12/+15
2025-09-19fs/nfs/io: make nfs_start_io_*() killableMax Kellermann4-20/+66
2025-09-19NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the serverTrond Myklebust1-0/+2
2025-09-19NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust1-2/+3
2025-09-19NFSv4: Don't clear capabilities that won't be resetTrond Myklebust1-1/+0
2025-09-19flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_readTigran Mkrtchyan1-7/+12
2025-09-19NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-09-19nfsd: Fix a regression in nfsd_setattr()Trond Myklebust2-2/+11
2025-09-09btrfs: adjust subpage bit start based on sectorsizeJosef Bacik1-1/+1
2025-09-09cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov1-0/+3
2025-09-09proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-09-09ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-09-09fs: writeback: fix use-after-free in __mark_inode_dirty()Jiufei Xue1-4/+5
2025-09-09btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana1-4/+21
2025-09-09btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana3-16/+4
2025-09-09btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana1-6/+30
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-09-04smb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
2025-09-04fs/smb: Fix inconsistent refcnt updateShuhao Fu1-2/+5
2025-09-04efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan1-0/+4
2025-09-04NFS: Fix a race when updating an existing writeTrond Myklebust2-50/+30
2025-09-04nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig2-83/+69
2025-09-04erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu1-2/+11
2025-09-04smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara1-0/+18
2025-09-04smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara1-2/+14