summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust
2023-10-10NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust
2023-10-10NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington
2023-10-10NFS: Cleanup unused rpc_clnt variableBenjamin Coddington
2023-10-10fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-10-10proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
2023-10-10nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-10-10btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-10-10ext4: do not let fstrim block system suspendJan Kara
2023-10-10ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara
2023-10-10ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi
2023-10-10ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov
2023-10-10ext4: change s_last_trim_minblks type to unsigned longLukas Czerner
2023-10-10ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn
2023-10-10ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao
2023-10-10ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao
2023-10-10NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust
2023-10-10NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust
2023-09-23ext4: fix rec_len verify errorShida Zhang
2023-09-23tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton
2023-09-23proc: fix a dentry lock race between release_task and lookupZhihao Cheng
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23ovl: fix incorrect fdput() on aio completionAmir Goldstein
2023-09-23attr: block mode changes of symlinksChristian Brauner
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger
2023-09-23locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-09-23autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin
2023-09-21Revert "configfs: fix a race in configfs_lookup()"Greg Kroah-Hartman
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi
2023-09-19ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian
2023-09-19NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin
2023-09-19NFS: Fix a potential data corruptionTrond Myklebust
2023-09-19udf: initialize newblock to 0Tom Rix
2023-09-19pstore/ram: Check start of empty przs during initEnlin Mu
2023-09-19fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers
2023-09-19dlm: fix plock lookup when using multiple lockspacesAlexander Aring
2023-09-19procfs: block chmod on /proc/thread-self/commAleksa Sarai
2023-09-19NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia
2023-09-19NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington