summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever2023-10-061-2/+2
* btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo2023-10-061-1/+7
* direct_write_fallback(): on error revert the ->ki_pos update from buffered writeAl Viro2023-10-061-0/+1
* 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
* gfs2: Fix another freeze/thaw hangAndreas Gruenbacher2023-10-061-4/+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 race between finishing block group creation and its item updateFilipe Manana2023-09-231-2/+10
* 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
* efivarfs: fix statfs() on efivarfsHeinrich Schuchardt2023-09-231-4/+10
* 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
* btrfs: zoned: activate metadata block group on write timeNaohiro Aota2023-09-233-2/+93
* btrfs: zoned: defer advancing meta write pointerNaohiro Aota2023-09-233-26/+4
* btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota2023-09-233-21/+30
* btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota2023-09-234-27/+31
* btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2023-09-232-7/+12
* ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li2023-09-231-17/+14
* ext4: avoid overlapping preallocations due to overflowBaokun Li2023-09-231-11/+10
* ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li2023-09-232-6/+17
* 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