summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-31f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_beginYeongjin Gil
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig
2026-01-30NFS: simplify error handling in nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: fold nfs_abort_delegation_return into nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: remove the delegation == NULL check in nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: use bool for the issync argument to nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: return void from ->return_delegationChristoph Hellwig
2026-01-30NFS: return void from nfs4_inode_make_writeableChristoph Hellwig
2026-01-30f2fs: fix incomplete block usage in compact SSA summariesDaeho Jeong
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker
2026-01-30NFS: Move sequence slot operations into minorversion operationsAnna Schumaker
2026-01-30NFS: Pass a struct nfs_client to nfs4_init_sequence()Anna Schumaker
2026-01-30NFS: Move NFS v4.0 pathdown recovery into nfs40client.cAnna Schumaker
2026-01-30NFS: Move nfs40_init_client into nfs40client.cAnna Schumaker
2026-01-30NFS: Move nfs40_shutdown_client into nfs40client.cAnna Schumaker
2026-01-30NFS: Make the various NFS v4.0 operations static againAnna Schumaker
2026-01-30NFS: Move the NFS v4.0 minor version ops into nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_state_renewal_ops into nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker
2026-01-30NFS: Move nfs40_call_sync_ops into nfs40proc.cAnna Schumaker
2026-01-30gfs2: Fix use-after-free in iomap inline data write pathDeepanshu Kartikey
2026-01-30xfs: add sysfs stats for zoned GCChristoph Hellwig
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig
2026-01-30xfs: add zone reset error injectionChristoph Hellwig
2026-01-30xfs: refactor zone reset handlingChristoph Hellwig
2026-01-30xfs: don't mark all discard issued by zoned GC as syncChristoph Hellwig
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig
2026-01-30xfs: use WRITE_ONCE/READ_ONCE for m_errortagChristoph Hellwig
2026-01-30xfs: move the guts of XFS_ERRORTAG_DELAY out of lineChristoph Hellwig
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig
2026-01-30xfs: allocate m_errortag earlyChristoph Hellwig
2026-01-30xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubsChristoph Hellwig
2026-01-30xfs: validate log record version against superblock log versionRaphael Pinsonneault-Thibeault
2026-01-29hfsplus: fix warning issue in inode.cViacheslav Dubeyko
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig
2026-01-29f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig
2026-01-29ext4: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig
2026-01-29Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-29nfsd: do not allow exporting of special kernel filesystemsAmir Goldstein
2026-01-29fsverity: add tracepointsAndrey Albershteyn
2026-01-29fs: add FS_XFLAG_VERITY for fs-verity filesAndrey Albershteyn
2026-01-29NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasksChuck Lever
2026-01-29NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operationRick Macklem
2026-01-29NFSD: Add support for POSIX draft ACLs for file creationRick Macklem