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
/
nfsd
Age
Commit message (
Expand
)
Author
Lines
13 days
Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
-14
/
+15
2026-02-24
nfsd: report the requested maximum number of threads instead of number running
Jeff Layton
-12
/
+13
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-5
/
+5
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-6
/
+3
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-27
/
+27
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-54
/
+48
2026-02-16
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+5
2026-02-14
nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().
Kuniyuki Iwashima
-1
/
+1
2026-02-14
nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().
Kuniyuki Iwashima
-1
/
+1
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-02-12
Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
-136
/
+1220
2026-02-09
Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-3
/
+8
2026-01-29
nfsd: do not allow exporting of special kernel filesystems
Amir Goldstein
-3
/
+5
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
2026-01-29
xdrgen: Implement pass-through lines in specifications
Chuck Lever
-2
/
+11
2026-01-28
nfsd: cancel async COPY operations when admin revokes filesystem state
Chuck Lever
-18
/
+133
2026-01-28
nfsd: add controls to set the minimum number of threads per pool
Jeff Layton
-4
/
+36
2026-01-28
nfsd: adjust number of running nfsd threads based on activity
Jeff Layton
-1
/
+77
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
-1
/
+1
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
-4
/
+4
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
-12
/
+9
2026-01-26
xdrgen: Add enum value validation to generated decoders
Chuck Lever
-20
/
+87
2026-01-26
nfsd: fix return error code for nfsd_map_name_to_[ug]id
Anthony Iliopoulos
-0
/
+4
2026-01-26
nfsd: never defer requests during idmap lookup
Anthony Iliopoulos
-8
/
+58
2026-01-26
NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegation
Olga Kornievskaia
-1
/
+2
2026-01-26
nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()
Jeff Layton
-1
/
+4
2026-01-26
nfsd: use workqueue enable/disable APIs for v4_end_grace sync
NeilBrown
-14
/
+9
2026-01-26
NFS: NFSERR_INVAL is not defined by NFSv2
Chuck Lever
-2
/
+2
2026-01-26
nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "
Jeff Layton
-1
/
+1
2026-01-26
NFSD: Add instructions on how to deal with xdrgen files
Chuck Lever
-1
/
+9
2026-01-26
NFSD: Clean up nfsd4_check_open_attributes()
Chuck Lever
-19
/
+21
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2026-01-09
Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+40
2026-01-06
Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
-31
/
+75
2026-01-02
NFSD: net ref data still needs to be freed even if net hasn't startup
Edward Adam Davis
-15
/
+15
2026-01-02
nfsd: check that server is running in unlock_filesystem
Olga Kornievskaia
-6
/
+12
2026-01-02
nfsd: use correct loop termination in nfsd4_revoke_states()
NeilBrown
-1
/
+1
2026-01-02
nfsd: provide locking for v4_end_grace
NeilBrown
-5
/
+44
[next]