summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-23tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)1-0/+3
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton1-2/+2
2023-09-23proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana1-1/+7
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana1-3/+16
2023-09-23ovl: fix incorrect fdput() on aio completionAmir Goldstein1-6/+3
2023-09-23attr: block mode changes of symlinksChristian Brauner1-2/+18
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain2-0/+9
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik2-2/+2
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion1-0/+1
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger1-2/+2
2023-09-23locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu1-1/+1
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-09-23autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin1-1/+2
2023-09-21Revert "configfs: fix a race in configfs_lookup()"Greg Kroah-Hartman1-2/+0
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-09-19ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian3-8/+17
2023-09-19NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin1-1/+1
2023-09-19NFS: Fix a potential data corruptionTrond Myklebust1-1/+19
2023-09-19udf: initialize newblock to 0Tom Rix1-3/+1
2023-09-19pstore/ram: Check start of empty przs during initEnlin Mu1-1/+1
2023-09-19fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers1-0/+16
2023-09-19dlm: fix plock lookup when using multiple lockspacesAlexander Aring1-3/+3
2023-09-19procfs: block chmod on /proc/thread-self/commAleksa Sarai1-1/+2
2023-09-19NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia1-2/+3
2023-09-19NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2-2/+2
2023-09-19NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever3-14/+29
2023-09-19fs: lockd: avoid possible wrong NULL parameterSu Hui1-0/+3
2023-09-19jfs: validate max amount of blocks before allocation.Alexei Filippov1-0/+5
2023-09-19nfs/blocklayout: Use the passed in gfp flagsDan Carpenter1-2/+2
2023-09-19ext4: correct grp validation in ext4_mb_good_groupKemeng Shi1-1/+1
2023-09-19quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-09-19quota: add new helper dquot_active()Baokun Li1-9/+14
2023-09-19quota: rename dquot_active() to inode_quota_active()Baokun Li1-10/+10
2023-09-19quota: factor out dquot_write_dquot()Baokun Li1-23/+16
2023-09-19fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
2023-09-19fs: Fix error checking for d_hash_and_lookup()Wang Ming1-1/+1
2023-09-19eventfd: prevent underflow for eventfd semaphoresWen Yang1-1/+1
2023-09-19eventfd: Export eventfd_ctx_do_read()David Woodhouse1-1/+4
2023-09-19reiserfs: Check the return value from __getblk()Matthew Wilcox1-1/+3
2023-09-19udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-09-19udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-09-19ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-09-19fs/nls: make load_nls() take a const parameterWinston Wen1-2/+2
2023-09-19nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2-3/+7
2023-09-19nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5