summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-02-16fs/ntfs3: Fix an NULL dereference bugDan Carpenter1-1/+1
2024-02-16xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2024-02-16xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2024-02-16xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2024-02-16xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2024-02-16xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2024-02-16xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2024-02-16xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2024-02-16xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2024-02-16xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2024-02-16xfs: abort intent items when recovery intents failLong Li3-4/+5
2024-02-16xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2024-02-16xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang4-13/+80
2024-02-16xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig1-11/+13
2024-02-16xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2024-02-16xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2024-02-16xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2024-02-16xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2024-02-16xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1
2024-02-16xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong3-16/+41
2024-02-16xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2024-02-16cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-16cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-02-16ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li1-0/+20
2024-02-05ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao1-17/+22
2024-02-05ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2024-02-05ceph: reinitialize mds feature bit even when session in openVenky Shankar1-1/+1
2024-02-059p: Fix initialisation of netfs_inode for 9pDavid Howells3-3/+5
2024-02-05fs/kernfs/dir: obey S_ISGIDMax Kellermann1-0/+12
2024-02-05f2fs: fix to tag gcing flag on page during block migrationChao Yu2-1/+5
2024-02-05f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim1-0/+2
2024-02-05reiserfs: Avoid touching renamed directory if parent does not changeJan Kara1-25/+29
2024-02-05fast_dput(): handle underflows gracefullyAl Viro1-3/+4
2024-02-05f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2024-02-05ext4: avoid online resizing failures due to oversized flex bgBaokun Li1-8/+17
2024-02-05ext4: remove unnecessary check from alloc_flex_gd()Baokun Li1-3/+0
2024-02-05ext4: unify the type of flexbg_size to unsigned intBaokun Li1-6/+7
2024-02-05ext4: fix inconsistent between segment fstrim and full fstrimYe Bin1-3/+8
2024-02-05ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi1-0/+8
2024-02-05smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-02-05smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-02-05ext4: treat end of range as exclusive in ext4_zero_range()Ojaswin Mujoo1-2/+4
2024-02-05sysctl: Fix out of bounds access for empty sysctl registersJoel Granados1-2/+7
2024-02-05jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis1-0/+3
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov1-1/+2
2024-02-05erofs: fix ztailpacking for subpage compressed blocksGao Xiang1-1/+1
2024-02-05erofs: fix up compacted indexes for block size < 4096Gao Xiang1-18/+14
2024-02-05pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen1-0/+1
2024-02-05jfs: fix uaf in jfs_evict_inodeEdward Adam Davis1-3/+3