index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-01-30
NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4
Anna Schumaker
-361
/
+34
2026-01-30
NFS: Add a way to disable NFS v4.0 via KConfig
Anna Schumaker
-5
/
+47
2026-01-30
NFS: Move sequence slot operations into minorversion operations
Anna Schumaker
-72
/
+69
2026-01-30
NFS: Pass a struct nfs_client to nfs4_init_sequence()
Anna Schumaker
-69
/
+87
2026-01-30
NFS: Move NFS v4.0 pathdown recovery into nfs40client.c
Anna Schumaker
-22
/
+25
2026-01-30
NFS: Move nfs40_init_client into nfs40client.c
Anna Schumaker
-28
/
+28
2026-01-30
NFS: Move nfs40_shutdown_client into nfs40client.c
Anna Schumaker
-9
/
+13
2026-01-30
NFS: Make the various NFS v4.0 operations static again
Anna Schumaker
-10
/
+5
2026-01-30
NFS: Move the NFS v4.0 minor version ops into nfs40proc.c
Anna Schumaker
-111
/
+115
2026-01-30
NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.c
Anna Schumaker
-109
/
+114
2026-01-30
NFS: Split out the nfs40_state_renewal_ops into nfs40proc.c
Anna Schumaker
-101
/
+103
2026-01-30
NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.c
Anna Schumaker
-29
/
+34
2026-01-30
NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.c
Anna Schumaker
-194
/
+214
2026-01-30
NFS: Move nfs40_call_sync_ops into nfs40proc.c
Anna Schumaker
-25
/
+40
2026-01-30
gfs2: Fix use-after-free in iomap inline data write path
Deepanshu Kartikey
-1
/
+12
2026-01-30
xfs: add sysfs stats for zoned GC
Christoph Hellwig
-1
/
+18
2026-01-30
xfs: give the defer_relog stat a xs_ prefix
Christoph Hellwig
-5
/
+5
2026-01-30
xfs: add zone reset error injection
Christoph Hellwig
-4
/
+15
2026-01-30
xfs: refactor zone reset handling
Christoph Hellwig
-21
/
+28
2026-01-30
xfs: don't mark all discard issued by zoned GC as sync
Christoph Hellwig
-1
/
+2
2026-01-30
xfs: allow setting errortags at mount time
Christoph Hellwig
-1
/
+47
2026-01-30
xfs: use WRITE_ONCE/READ_ONCE for m_errortag
Christoph Hellwig
-9
/
+14
2026-01-30
xfs: move the guts of XFS_ERRORTAG_DELAY out of line
Christoph Hellwig
-12
/
+24
2026-01-30
xfs: don't validate error tags in the I/O path
Christoph Hellwig
-30
/
+12
2026-01-30
xfs: allocate m_errortag early
Christoph Hellwig
-25
/
+13
2026-01-30
xfs: fix the errno sign for the xfs_errortag_{add,clearall} stubs
Christoph Hellwig
-2
/
+2
2026-01-30
xfs: validate log record version against superblock log version
Raphael Pinsonneault-Thibeault
-11
/
+16
2026-01-29
hfsplus: fix warning issue in inode.c
Viacheslav Dubeyko
-2
/
+2
2026-01-29
fsverity: start consolidating pagecache code
Christoph Hellwig
-32
/
+41
2026-01-29
fsverity: pass struct file to ->write_merkle_tree_block
Christoph Hellwig
-12
/
+14
2026-01-29
f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITY
Christoph Hellwig
-1
/
+1
2026-01-29
ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
Christoph Hellwig
-1
/
+2
2026-01-29
fs,fsverity: clear out fsverity_info from common code
Christoph Hellwig
-11
/
+13
2026-01-29
fs,fsverity: reject size changes on fsverity files in setattr_prepare
Christoph Hellwig
-17
/
+11
2026-01-29
Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-26
/
+3
2026-01-29
nfsd: do not allow exporting of special kernel filesystems
Amir Goldstein
-3
/
+5
2026-01-29
fsverity: add tracepoints
Andrey Albershteyn
-0
/
+16
2026-01-29
fs: add FS_XFLAG_VERITY for fs-verity files
Andrey Albershteyn
-0
/
+4
2026-01-29
NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasks
Chuck Lever
-1
/
+23
2026-01-29
NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operation
Rick Macklem
-5
/
+19
2026-01-29
NFSD: Add support for POSIX draft ACLs for file creation
Rick Macklem
-9
/
+53
2026-01-29
NFSD: Add support for XDR decoding POSIX draft ACLs
Rick Macklem
-10
/
+162
2026-01-29
NFSD: Refactor nfsd_setattr()'s ACL error reporting
Rick Macklem
-11
/
+34
2026-01-29
NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributes
Rick Macklem
-0
/
+5
2026-01-29
NFSD: Add nfsd4_encode_fattr4_posix_access_acl
Rick Macklem
-0
/
+35
2026-01-29
NFSD: Add nfsd4_encode_fattr4_posix_default_acl
Rick Macklem
-0
/
+128
2026-01-29
NFSD: Add nfsd4_encode_fattr4_acl_trueform_scope
Rick Macklem
-0
/
+10
2026-01-29
NFSD: Add nfsd4_encode_fattr4_acl_trueform
Rick Macklem
-0
/
+26
2026-01-29
Add RPC language definition of NFSv4 POSIX ACL extension
Chuck Lever
-2
/
+249
2026-01-29
NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLs
Chuck Lever
-0
/
+19
[prev]
[next]