summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-20ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-10-20ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-10-20quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-10-10NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2-12/+28
2023-10-10NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2023-10-10NFS: Cleanup unused rpc_clnt variableBenjamin Coddington1-4/+0
2023-10-06fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-10-06nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2-4/+4
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana1-3/+4
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-10-06xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong1-5/+27
2023-10-06xfs: disable reaping in fscounters scrubDarrick J. Wong5-37/+6
2023-10-06xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong3-0/+8
2023-10-06xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong1-2/+4
2023-10-06xfs: introduce xfs_inodegc_push()Dave Chinner5-10/+28
2023-10-06xfs: bound maximum wait time for inodegc workDave Chinner3-16/+24
2023-10-06ext4: do not let fstrim block system suspendJan Kara1-2/+10
2023-10-06ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara1-21/+25
2023-10-06ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi1-4/+2
2023-10-06ext4: change s_last_trim_minblks type to unsigned longLukas Czerner2-3/+3
2023-10-06ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn1-3/+2
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-1/+5
2023-10-06NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2-0/+7
2023-10-06NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust1-0/+1
2023-10-06NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust1-6/+11
2023-10-06NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2-14/+17
2023-09-23ext4: fix rec_len verify errorShida Zhang1-11/+15
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-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-23ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein1-1/+2
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-23jbd2: correct the end of the journal recovery scan rangeZhang Yi1-9/+3
2023-09-23jbd2: rename jbd_debug() to jbd2_debug()Jan Kara6-67/+67
2023-09-23jbd2: kill t_handle_lock transaction spinlockRitesh Harjani1-19/+9
2023-09-23jbd2: fix use-after-free of transaction_t raceRitesh Harjani1-16/+25
2023-09-23jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2-37/+35
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