index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfsctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-25
NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fd
Chuck Lever
1
-2
/
+12
2026-03-25
nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().
Kuniyuki Iwashima
1
-1
/
+1
2026-03-13
nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().
Kuniyuki Iwashima
1
-1
/
+1
2026-01-17
nfsd: check that server is running in unlock_filesystem
Olga Kornievskaia
1
-1
/
+8
2026-01-17
nfsd: provide locking for v4_end_grace
NeilBrown
1
-2
/
+1
2025-06-27
nfsd: use threads array as-is in netlink interface
Jeff Layton
1
-3
/
+2
2025-06-27
NFSD: fix race between nfsd registration and exports_proc
Maninder Singh
1
-9
/
+8
2025-06-27
NFSD: unregister filesystem in case genl_register_family() fails
Maninder Singh
1
-1
/
+3
2025-04-20
nfsd: don't ignore the return code of svc_proc_register()
Jeff Layton
1
-1
/
+8
2025-04-10
nfsd: fix management of listener transports
Olga Kornievskaia
1
-23
/
+21
2024-09-23
nfsd: add LOCALIO support
Weston Andros Adamson
1
-1
/
+24
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
1
-1
/
+1
2024-09-21
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
1
-1
/
+1
2024-09-21
nfsd: don't allocate the versions array.
NeilBrown
1
-4
/
+6
2024-09-01
nfsd: move nfsd_pool_stats_open into nfsctl.c
NeilBrown
1
-0
/
+7
2024-07-22
nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets
Jeff Layton
1
-2
/
+1
2024-07-08
nfsd: new netlink ops to get/set server pool_mode
Jeff Layton
1
-0
/
+57
2024-07-08
nfsd: allow passing in array of thread counts via netlink
Jeff Layton
1
-12
/
+20
2024-07-08
nfsd: make nfsd_svc take an array of thread counts
Jeff Layton
1
-2
/
+10
2024-06-25
nfsd: initialise nfsd_info.mutex early.
NeilBrown
1
-0
/
+2
2024-06-17
NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()
Lorenzo Bianconi
1
-37
/
+11
2024-05-06
NFSD: add listener-{set,get} netlink command
Lorenzo Bianconi
1
-0
/
+220
2024-05-06
NFSD: add write_version to netlink command
Lorenzo Bianconi
1
-0
/
+150
2024-05-06
NFSD: convert write_threads to netlink command
Lorenzo Bianconi
1
-0
/
+143
2024-05-06
NFSD: allow callers to pass in scope string to nfsd_svc
Jeff Layton
1
-1
/
+1
2024-05-06
NFSD: move nfsd_mutex handling into nfsd_svc callers
Jeff Layton
1
-0
/
+2
2024-05-06
nfsd: don't create nfsv4recoverydir in nfsdfs when not used.
NeilBrown
1
-2
/
+2
2024-05-06
fs: nfsd: use group allocation/free of per-cpu counters API
Kefeng Wang
1
-2
/
+3
2024-03-01
nfsd: prepare for supporting admin-revocation of state
NeilBrown
1
-0
/
+1
2024-03-01
nfsd: make svc_stat per-network namespace instead of global
Josef Bacik
1
-0
/
+2
2024-03-01
nfsd: make all of the nfsd stats per-network namespace
Josef Bacik
1
-9
/
+3
2024-03-01
nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
Josef Bacik
1
-3
/
+5
2024-01-12
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+0
2024-01-12
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-56
/
+14
2024-01-08
nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()
NeilBrown
1
-2
/
+3
2024-01-08
SUNRPC: discard sv_refcnt, and svc_get/svc_put
NeilBrown
1
-11
/
+2
2024-01-08
svc: don't hold reference for poolstats, only mutex.
NeilBrown
1
-1
/
+1
2024-01-08
nfsd: new Kconfig option for legacy client tracking
Jeff Layton
1
-0
/
+6
2024-01-06
Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-14
/
+17
2024-01-05
nfsd: drop the nfsd_put helper
Jeff Layton
1
-14
/
+17
2023-12-20
Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-8
/
+10
2023-12-20
nfsd: kill stale comment about simple_fill_super() requirements
Al Viro
1
-4
/
+0
2023-12-15
nfsd: hold nfsd_mutex across entire netlink operation
NeilBrown
1
-6
/
+3
2023-12-15
nfsd: call nfsd_last_thread() before final nfsd_put()
NeilBrown
1
-2
/
+7
2023-11-19
switch nfsd_client_rmdir() to use of simple_recursive_removal()
Al Viro
1
-56
/
+14
2023-10-30
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-0
/
+203
2023-10-18
nfsd: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-16
NFSD: add rpc_status netlink support
Lorenzo Bianconi
1
-1
/
+187
2023-10-16
NFSD: introduce netlink stubs
Lorenzo Bianconi
1
-0
/
+17
2023-09-01
Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-0
/
+1
[next]