summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-04-20nfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
2025-04-20NFSD: Fix CB_GETATTR status fixChuck Lever1-1/+1
2025-04-20NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia1-1/+1
2025-04-20dlm: fix error if active rsb is not hashedAlexander Aring1-0/+1
2025-04-20dlm: fix error if inactive rsb is not hashedAlexander Aring1-0/+1
2025-04-20cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár2-4/+10
2025-04-20cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-04-20cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2025-04-20CIFS: Propagate min offload along with other parameters from primary to secon...Aman2-0/+8
2025-04-20mm/userfaultfd: fix release hang over concurrent GUPPeter Xu1-26/+25
2025-04-20btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn1-0/+3
2025-04-20btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn1-0/+3
2025-04-20btrfs: tests: fix chunk map leak after failure to add it to the treeFilipe Manana1-0/+1
2025-04-20btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana1-0/+12
2025-04-20jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-04-20smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-04-20udf: Fix inode_getblk() return valueJan Kara1-0/+1
2025-04-20f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil2-3/+5
2025-04-20f2fs: fix the missing write pointer correctionJaegeuk Kim1-1/+3
2025-04-20ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-04-20ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-20erofs: set error to bio if file-backed IO failsSheng Yong1-0/+2
2025-04-20btrfs: harden block_group::bg_list against list_del() racesBoris Burkov2-0/+20
2025-04-20ext4: ignore xattrs past endBhupesh1-1/+10
2025-04-20Revert "f2fs: rebuild nat_bits during umount"Chao Yu3-95/+59
2025-04-20ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-04-20f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu1-1/+8
2025-04-20jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-04-20jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis1-1/+1
2025-04-20fs/jfs: Prevent integer overflow in AG size calculationRand Deeb1-1/+1
2025-04-20fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb1-2/+2
2025-04-20jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han1-1/+1
2025-04-20f2fs: don't retry IO for corrupted data scenarioChao Yu1-0/+4
2025-04-20umount: Allow superblock owners to force umountTrond Myklebust1-1/+2
2025-04-20fs: consistently deref the files table with rcu_dereference_raw()Mateusz Guzik1-9/+17
2025-04-20smb: client: fix UAF in decryption with multichannelPaulo Alcantara3-23/+10
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever1-6/+18
2025-04-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-04-10nfsd: fix management of listener transportsOlga Kornievskaia1-23/+21
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-04-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton1-4/+2
2025-04-10exec: fix the racy usage of fs_struct->in_execOleg Nesterov1-6/+9
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-04-10exfat: fix potential wrong error return from get_blockSungjong Seo1-0/+2
2025-04-10exfat: fix random stack corruption after get_blockSungjong Seo1-6/+33
2025-04-10ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon3-5/+24