summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/smb/client: Reset password pointer to NULLQuang Le2023-10-061-0/+1
* btrfs: properly report 0 avail for very full file systemsJosef Bacik2023-10-061-1/+1
* nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-10-061-3/+3
* NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia2023-10-061-1/+5
* smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2023-10-062-4/+4
* btrfs: assert delayed node locked when removing delayed itemFilipe Manana2023-10-061-4/+8
* ceph: drop messages from MDS when unmountingXiubo Li2023-10-067-22/+109
* btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo2023-10-061-1/+7
* f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim2023-10-061-6/+2
* f2fs: optimize iteration over sparse directoriesChao Yu2023-10-064-19/+41
* cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2023-10-062-11/+24
* proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2023-10-062-17/+22
* proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer2023-10-061-12/+15
* ext4: do not let fstrim block system suspendJan Kara2023-10-061-2/+10
* ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-10-061-21/+25
* ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi2023-10-061-4/+2
* btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana2023-10-061-27/+47
* btrfs: improve error message after failure to add delayed dir index itemFilipe Manana2023-10-061-3/+4
* netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski2023-10-061-1/+5
* NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-10-061-1/+5
* NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-10-062-0/+7
* NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust2023-10-061-0/+1
* NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust2023-10-061-6/+11
* NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2023-10-062-14/+17
* NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust2023-10-061-16/+31
* NFS: Fix O_DIRECT locking issuesTrond Myklebust2023-10-061-4/+4
* NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust2023-10-061-16/+46
* ext4: fix rec_len verify errorShida Zhang2023-09-231-11/+15
* tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)2023-09-231-0/+3
* nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton2023-09-231-2/+2
* btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik2023-09-231-1/+1
* btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana2023-09-231-1/+7
* btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo2023-09-231-6/+8
* btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana2023-09-231-3/+16
* ovl: fix incorrect fdput() on aio completionAmir Goldstein2023-09-231-6/+3
* ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein2023-09-231-1/+2
* attr: block mode changes of symlinksChristian Brauner2023-09-231-2/+18
* btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain2023-09-231-5/+3
* btrfs: add a helper to read the superblock metadata_uuidAnand Jain2023-09-232-0/+9
* jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion2023-09-231-0/+1
* fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner2023-09-231-0/+1
* ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger2023-09-231-2/+2
* locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu2023-09-231-1/+1
* btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-09-231-0/+5
* autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin2023-09-231-1/+2
* btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain2023-09-191-3/+2
* btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota2023-09-191-5/+1
* btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik2023-09-191-3/+9
* btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana2023-09-191-3/+4
* btrfs: free qgroup rsv on io failureBoris Burkov2023-09-191-0/+7