summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-02-21select: Fix unbalanced user_access_end()Christophe Leroy1-2/+2
2025-02-21pstore/blk: trivial typo fixesEugen Hristev1-2/+2
2025-02-21fs: fix proc_handler for sysctl_nr_openJinliang Zheng1-1/+1
2025-02-21afs: Fix directory format encoding structDavid Howells1-1/+1
2025-02-21afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells1-1/+6
2025-02-01smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2025-02-01smb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
2025-02-01ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)1-1/+2
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2025-02-01xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2025-02-01xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2025-02-01xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2025-02-01xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2025-02-01xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2025-02-01xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2025-02-01xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2025-02-01xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2025-02-01xfs: abort intent items when recovery intents failLong Li3-4/+5
2025-02-01xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2025-02-01xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang4-13/+80
2025-02-01xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig1-11/+13
2025-02-01xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2025-02-01xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2025-02-01xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2025-02-01xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2025-02-01xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1
2025-02-01xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong3-16/+41
2025-02-01xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2025-01-23nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11
2025-01-23erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang1-8/+9
2025-01-23erofs: tidy up EROFS on-disk namingGao Xiang2-142/+119
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-23cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12
2025-01-23fs: fix missing declaration of init_filesZhang Kunbo1-0/+1
2025-01-23hfs: Sanity check the root recordLeo Stone1-1/+3
2025-01-17ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2025-01-17ocfs2: correct return value of ocfs2_local_free_info()Joseph Qi1-6/+3
2025-01-17ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-17afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2025-01-17ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2025-01-17exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2025-01-17exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2025-01-17jbd2: flush filesystem device before updating tail sequenceZhang Yi1-2/+2
2025-01-17jbd2: increase IO priority for writing revoke recordsZhang Yi1-1/+1
2025-01-17ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2025-01-09ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana2-15/+22