summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-19ceph: fix type promotion bug on 32bit systemsDan Carpenter
2023-10-19ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li
2023-10-19quota: Fix slow quotaoffJan Kara
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili
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-06fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
2023-10-06nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-10-06xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-10-06xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-10-06xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-10-06xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-10-06xfs: introduce xfs_inodegc_push()Dave Chinner
2023-10-06xfs: bound maximum wait time for inodegc workDave Chinner
2023-10-06ext4: do not let fstrim block system suspendJan Kara
2023-10-06ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara
2023-10-06ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi
2023-10-06ext4: change s_last_trim_minblks type to unsigned longLukas Czerner
2023-10-06ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-10-06NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2023-10-06NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust
2023-10-06NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust
2023-10-06NFS: 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-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-23ovl: fix failed copyup of fileattr on a symlinkAmir 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-23jbd2: correct the end of the journal recovery scan rangeZhang Yi
2023-09-23jbd2: rename jbd_debug() to jbd2_debug()Jan Kara
2023-09-23jbd2: kill t_handle_lock transaction spinlockRitesh Harjani
2023-09-23jbd2: fix use-after-free of transaction_t raceRitesh Harjani
2023-09-23jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani
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