summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-19writeback: Avoid excessively long inode switching timesJan Kara1-10/+11
2025-10-19writeback: Avoid softlockup when switching many inodesJan Kara1-1/+10
2025-10-19cramfs: Verify inode mode when loading from diskTetsuo Handa1-1/+10
2025-10-19fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu1-1/+10
2025-10-19minixfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-10-19minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-19minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo1-3/+11
2025-10-19fscontext: do not consume log entries when returning -EMSGSIZEAleksa Sarai1-32/+38
2025-10-19ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-19Squashfs: reject negative file sizes in squashfs_read_inode()Phillip Lougher1-0/+4
2025-10-19Squashfs: add additional inode sanity checkingPhillip Lougher1-2/+18
2025-10-19ext4: free orphan info with kvfreeJan Kara1-2/+2
2025-10-19ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
2025-10-19ext4: correctly handle queries for metadata mappingsOjaswin Mujoo1-5/+9
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
2025-10-19ext4: verify orphan file size is not too bigJan Kara1-1/+12
2025-10-19nfsd: nfserr_jukebox in nlm_fopen should lead to a retryOlga Kornievskaia1-0/+15
2025-10-19NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum1-1/+1
2025-10-19openat2: don't trigger automounts with RESOLVE_NO_XDEVAskar Safin1-0/+8
2025-10-19fs/ntfs3: Fix a resource leak bug in wnd_extend()Haoxiang Li1-0/+1
2025-10-19btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-10-19fs: always return zero on success from replace_fd()Thomas Weißschuh1-1/+4
2025-10-19ext4: fix checks for orphan inodesJan Kara5-9/+15
2025-10-19fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-10-19Squashfs: fix uninit-value in squashfs_get_parentPhillip Lougher2-1/+8
2025-10-19ocfs2: fix double free in user_cluster_connect()Dan Carpenter1-0/+1
2025-10-19NFSv4.1: fix backchannel max_resp_sz verification checkAnthony Iliopoulos1-1/+1
2025-10-19fs: ntfs3: Fix integer overflow in run_unpack()Vitaly Grigoryev1-3/+9
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)4-12/+0
2025-10-02mm/hugetlb: fix folio is still mapped when deletedJinjiang Tu1-8/+6
2025-10-02ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon1-8/+9
2025-10-02btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-10-02nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*Nathan Chancellor2-6/+6
2025-10-02fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-10-02fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-10-02ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-10-02NFSv4/flexfiles: Fix layout merge mirror check.Jonathan Curley1-1/+1
2025-10-02NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the serverTrond Myklebust1-0/+2
2025-10-02NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust1-2/+3
2025-10-02NFSv4: Don't clear capabilities that won't be resetTrond Myklebust1-1/+0
2025-10-02flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_readTigran Mkrtchyan1-7/+12
2025-10-02xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2025-09-09fs: writeback: fix use-after-free in __mark_inode_dirty()Jiufei Xue1-4/+5
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