aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-02fs: consolidate fsverity_info lookup in buffer.cChristoph Hellwig1-16/+11
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig6-26/+42
2026-02-02fsverity: deconstify the inode pointer in struct fsverity_infoChristoph Hellwig3-5/+6
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig8-66/+139
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig3-30/+31
2026-02-02jfs: avoid -Wtautological-constant-out-of-range-compare warningArnd Bergmann1-2/+2
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig2-2/+7
2026-02-02fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folioChristoph Hellwig1-3/+4
2026-02-02pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong1-1/+3
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-02-02dlm: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2026-02-02pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another nsLuca Boccassi1-1/+1
2026-01-31ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-01-31Merge tag 'efi-fixes-for-v6.19-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-01-31f2fs: introduce trace_f2fs_priority_updateChao Yu1-5/+12
2026-01-31f2fs: fix lock priority inversion issueChao Yu4-2/+96
2026-01-31f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_beginYeongjin Gil1-2/+10
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig4-21/+14
2026-01-30NFS: simplify error handling in nfs_end_delegation_returnChristoph Hellwig1-13/+10
2026-01-30NFS: fold nfs_abort_delegation_return into nfs_end_delegation_returnChristoph Hellwig1-19/+14
2026-01-30NFS: remove the delegation == NULL check in nfs_end_delegation_returnChristoph Hellwig1-3/+0
2026-01-30NFS: use bool for the issync argument to nfs_end_delegation_returnChristoph Hellwig1-6/+9
2026-01-30NFS: return void from ->return_delegationChristoph Hellwig4-10/+6
2026-01-30NFS: return void from nfs4_inode_make_writeableChristoph Hellwig2-8/+4
2026-01-30f2fs: fix incomplete block usage in compact SSA summariesDaeho Jeong1-4/+4
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker23-361/+34
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker8-5/+47
2026-01-30NFS: Move sequence slot operations into minorversion operationsAnna Schumaker3-72/+69
2026-01-30NFS: Pass a struct nfs_client to nfs4_init_sequence()Anna Schumaker4-69/+87
2026-01-30NFS: Move NFS v4.0 pathdown recovery into nfs40client.cAnna Schumaker3-22/+25
2026-01-30NFS: Move nfs40_init_client into nfs40client.cAnna Schumaker4-28/+28
2026-01-30NFS: Move nfs40_shutdown_client into nfs40client.cAnna Schumaker5-9/+13
2026-01-30NFS: Make the various NFS v4.0 operations static againAnna Schumaker2-10/+5
2026-01-30NFS: Move the NFS v4.0 minor version ops into nfs40proc.cAnna Schumaker4-111/+115
2026-01-30NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.cAnna Schumaker4-109/+114
2026-01-30NFS: Split out the nfs40_state_renewal_ops into nfs40proc.cAnna Schumaker4-101/+103
2026-01-30NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.cAnna Schumaker4-29/+34
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker9-194/+214
2026-01-30NFS: Move nfs40_call_sync_ops into nfs40proc.cAnna Schumaker5-25/+40
2026-01-30gfs2: Fix use-after-free in iomap inline data write pathDeepanshu Kartikey1-1/+12
2026-01-30xfs: add sysfs stats for zoned GCChristoph Hellwig3-1/+18
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig3-5/+5
2026-01-30xfs: add zone reset error injectionChristoph Hellwig2-4/+15
2026-01-30xfs: refactor zone reset handlingChristoph Hellwig1-21/+28
2026-01-30xfs: don't mark all discard issued by zoned GC as syncChristoph Hellwig1-1/+2
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig3-1/+47
2026-01-30xfs: use WRITE_ONCE/READ_ONCE for m_errortagChristoph Hellwig1-9/+14
2026-01-30xfs: move the guts of XFS_ERRORTAG_DELAY out of lineChristoph Hellwig2-12/+24
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig3-30/+12