summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-06nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-10-06NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia1-1/+5
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2-4/+4
2023-10-06btrfs: assert delayed node locked when removing delayed itemFilipe Manana1-4/+8
2023-10-06ceph: drop messages from MDS when unmountingXiubo Li7-22/+109
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-10-06f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim1-6/+2
2023-10-06f2fs: optimize iteration over sparse directoriesChao Yu4-19/+41
2023-10-06cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2023-10-06proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2-17/+22
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
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-06btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana1-27/+47
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana1-3/+4
2023-10-06netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski1-1/+5
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-10-06NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust1-16/+31
2023-10-06NFS: Fix O_DIRECT locking issuesTrond Myklebust1-4/+4
2023-10-06NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust1-16/+46
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: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik1-1/+1
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana1-1/+7
2023-09-23btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo1-6/+8
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-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-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-09-19btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota1-5/+1
2023-09-19btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik1-3/+9
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov1-3/+16
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2-23/+36