aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-06btrfs: assert delayed node locked when removing delayed itemFilipe Manana
2023-10-06ceph: drop messages from MDS when unmountingXiubo Li
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-10-06f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim
2023-10-06f2fs: optimize iteration over sparse directoriesChao Yu
2023-10-06cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu
2023-10-06proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
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-06btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-10-06netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski
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-10-06NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust
2023-10-06NFS: Fix O_DIRECT locking issuesTrond Myklebust
2023-10-06NFS: Fix error handling for O_DIRECT write schedulingTrond 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: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-23btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
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-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-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-09-19btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota
2023-09-19btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi
2023-09-19f2fs: avoid false alarm of circular lockingJaegeuk Kim
2023-09-19f2fs: flush inode if atomic file is abortedJaegeuk Kim