summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-30NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.cAnna Schumaker-29/+34
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker-194/+214
2026-01-30NFS: Move nfs40_call_sync_ops into nfs40proc.cAnna Schumaker-25/+40
2026-01-30gfs2: Fix use-after-free in iomap inline data write pathDeepanshu Kartikey-1/+12
2026-01-30xfs: add sysfs stats for zoned GCChristoph Hellwig-1/+18
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig-5/+5
2026-01-30xfs: add zone reset error injectionChristoph Hellwig-4/+15
2026-01-30xfs: refactor zone reset handlingChristoph Hellwig-21/+28
2026-01-30xfs: don't mark all discard issued by zoned GC as syncChristoph Hellwig-1/+2
2026-01-30xfs: allow setting errortags at mount timeChristoph Hellwig-1/+47
2026-01-30xfs: use WRITE_ONCE/READ_ONCE for m_errortagChristoph Hellwig-9/+14
2026-01-30xfs: move the guts of XFS_ERRORTAG_DELAY out of lineChristoph Hellwig-12/+24
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig-30/+12
2026-01-30xfs: allocate m_errortag earlyChristoph Hellwig-25/+13
2026-01-30xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubsChristoph Hellwig-2/+2
2026-01-30xfs: validate log record version against superblock log versionRaphael Pinsonneault-Thibeault-11/+16
2026-01-29hfsplus: fix warning issue in inode.cViacheslav Dubeyko-2/+2
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig-32/+41
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig-12/+14
2026-01-29f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig-1/+1
2026-01-29ext4: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig-1/+2
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig-11/+13
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig-17/+11
2026-01-29Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-26/+3
2026-01-29nfsd: do not allow exporting of special kernel filesystemsAmir Goldstein-3/+5
2026-01-29fsverity: add tracepointsAndrey Albershteyn-0/+16
2026-01-29fs: add FS_XFLAG_VERITY for fs-verity filesAndrey Albershteyn-0/+4
2026-01-29NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasksChuck Lever-1/+23
2026-01-29NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operationRick Macklem-5/+19
2026-01-29NFSD: Add support for POSIX draft ACLs for file creationRick Macklem-9/+53
2026-01-29NFSD: Add support for XDR decoding POSIX draft ACLsRick Macklem-10/+162
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem-11/+34
2026-01-29NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributesRick Macklem-0/+5
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_access_aclRick Macklem-0/+35
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_default_aclRick Macklem-0/+128
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueform_scopeRick Macklem-0/+10
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueformRick Macklem-0/+26
2026-01-29Add RPC language definition of NFSv4 POSIX ACL extensionChuck Lever-2/+249
2026-01-29NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLsChuck Lever-0/+19
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever-2/+11
2026-01-29iomap: fix invalid folio access after folio_end_read()Joanne Koong-24/+27
2026-01-29fs: dcache: fix typo in enum d_walk_ret commentChelsy Ratnawat-5/+5
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun-4/+4
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig-14/+7
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig-16/+9
2026-01-29ovl: use name_is_dot* helpers in readdir codeAmir Goldstein-25/+13
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein-8/+10
2026-01-29ovl: Fix uninit-value in ovl_fill_realQing Wang-1/+1
2026-01-28hfsplus: fix generic/062 xfstests failureViacheslav Dubeyko-13/+39
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever-18/+133