| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-17 | convert nfsctl | Al Viro | 1 | -9/+9 |
| 2025-10-03 | Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -1/+1 |
| 2025-09-23 | SUNRPC: Move the svc_rpcb_cleanup() call sites | Chuck Lever | 1 | -1/+1 |
| 2025-09-17 | nfsd_get_inode(): lift setting ->i_{,f}op to callers. | Al Viro | 1 | -18/+9 |
| 2025-09-17 | nfsdfs_create_files(): switch to simple_start_creating() | Al Viro | 1 | -18/+12 |
| 2025-09-17 | _nfsd_symlink(): switch to simple_start_creating() | Al Viro | 1 | -26/+16 |
| 2025-09-17 | nfsd_mkdir(): switch to simple_start_creating() | Al Viro | 1 | -25/+12 |
| 2025-09-17 | nfsctl: symlink has no business bumping link count of parent directory | Al Viro | 1 | -1/+0 |
| 2025-07-30 | Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -22/+14 |
| 2025-07-14 | NFSD: Make nfsd_genl_rqstp::rq_ops array best-effort | Chuck Lever | 1 | -1/+2 |
| 2025-07-14 | NFSD: Rename a function parameter | Chuck Lever | 1 | -14/+14 |
| 2025-07-02 | netlink: introduce type-checking attribute iteration for nlmsg | Carolina Jubran | 1 | -22/+14 |
| 2025-06-19 | nfsd: use threads array as-is in netlink interface | Jeff Layton | 1 | -3/+2 |
| 2025-05-11 | NFSD: Add /sys/kernel/debug/nfsd | Chuck Lever | 1 | -0/+4 |
| 2025-05-11 | NFSD: fix race between nfsd registration and exports_proc | Maninder Singh | 1 | -9/+8 |
| 2025-05-11 | NFSD: unregister filesystem in case genl_register_family() fails | Maninder Singh | 1 | -1/+3 |
| 2025-03-10 | nfsd: don't ignore the return code of svc_proc_register() | Jeff Layton | 1 | -1/+8 |
| 2025-03-10 | nfsd: fix management of listener transports | Olga Kornievskaia | 1 | -23/+21 |
| 2025-01-28 | Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -2/+4 |
| 2025-01-14 | nfs_common: track all open nfsd_files per LOCALIO nfs_client | Mike Snitzer | 1 | -1/+3 |
| 2025-01-14 | nfs_common: rename functions that invalidate LOCALIO nfs_clients | Mike Snitzer | 1 | -2/+2 |
| 2025-01-06 | sunrpc: remove all connection limit configuration | NeilBrown | 1 | -42/+0 |
| 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-20 | sunrpc: change sp_nrthreads from atomic_t to unsigned int. | NeilBrown | 1 | -1/+1 |
| 2024-09-20 | 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-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -4/+0 |
| 2024-01-11 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -56/+14 |
| 2024-01-07 | nfsd: rename nfsd_last_thread() to nfsd_destroy_serv() | NeilBrown | 1 | -2/+3 |
| 2024-01-07 | SUNRPC: discard sv_refcnt, and svc_get/svc_put | NeilBrown | 1 | -11/+2 |
| 2024-01-07 | svc: don't hold reference for poolstats, only mutex. | NeilBrown | 1 | -1/+1 |
| 2024-01-07 | nfsd: new Kconfig option for legacy client tracking | Jeff Layton | 1 | -0/+6 |
| 2024-01-05 | 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-04 | 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-18 | 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-08-31 | Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-29 | nfsd: add a MODULE_DESCRIPTION | Jeff Layton | 1 | -0/+1 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+1 |
| 2023-08-24 | NFSD: Fix a thinko introduced by recent trace point changes | Chuck Lever | 1 | -0/+1 |
| 2023-07-24 | nfsd: convert to ctime accessor functions | Jeff Layton | 1 | -1/+1 |
| 2023-06-18 | NFSD: Distinguish per-net namespace initialization | Chuck Lever | 1 | -4/+19 |
| 2023-06-18 | nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net | Jeff Layton | 1 | -1/+9 |
| 2023-06-05 | NFSD: trace nfsctl operations | Chuck Lever | 1 | -8/+25 |
| 2023-06-05 | NFSD: Clean up nfsctl_transaction_write() | Chuck Lever | 1 | -6/+6 |
| 2023-06-05 | NFSD: Clean up nfsctl white-space damage | Chuck Lever | 1 | -19/+19 |
| 2023-05-31 | nfsd: fix double fget() bug in __write_ports_addfd() | Dan Carpenter | 1 | -6/+1 |
| 2023-05-02 | nfsd: define exports_proc_ops with CONFIG_PROC_FS | Tom Rix | 1 | -12/+13 |
| 2023-02-20 | NFSD: Clean up nfsd_symlink() | Chuck Lever | 1 | -8/+3 |
| 2023-02-20 | NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink | Chuck Lever | 1 | -16/+58 |
| 2023-02-20 | nfsd: move reply cache initialization into nfsd startup | Jeff Layton | 1 | -8/+0 |
| 2023-01-11 | NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time | Dai Ngo | 1 | -6/+1 |
| 2022-11-28 | nfsd: allow disabling NFSv2 at compile time | Jeff Layton | 1 | -0/+2 |
| 2022-11-28 | nfsd: ignore requests to disable unsupported versions | Jeff Layton | 1 | -1/+3 |
| 2022-10-11 | NFSD: unregister shrinker when nfsd_init_net() fails | Tetsuo Handa | 1 | -1/+3 |
| 2022-09-26 | nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops | ChenXiaoSong | 1 | -7/+2 |
| 2022-09-26 | nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops | ChenXiaoSong | 1 | -7/+3 |
| 2022-09-26 | nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_... | ChenXiaoSong | 1 | -24/+5 |
| 2022-09-26 | NFSD: add shrinker to reap courtesy clients on low memory condition | Dai Ngo | 1 | -2/+4 |
| 2022-07-29 | nfsd: silence extraneous printk on nfsd.ko insertion | Jeff Layton | 1 | -1/+0 |
| 2022-07-29 | NFSD: refactoring v4 specific code to a helper in nfs4state.c | Dai Ngo | 1 | -8/+1 |
| 2022-07-29 | NFSD: Hook up the filecache stat file | Chuck Lever | 1 | -0/+10 |
| 2022-07-29 | nfsd: remove redundant assignment to variable len | Colin Ian King | 1 | -1/+0 |
| 2022-05-23 | nfsd: Fix null-ptr-deref in nfsd_fill_super() | Zhang Xiaoxu | 1 | -7/+7 |
| 2022-05-23 | nfsd: Unregister the cld notifier when laundry_wq create failed | Zhang Xiaoxu | 1 | -1/+3 |
| 2022-05-19 | NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd | Dai Ngo | 1 | -0/+4 |
| 2022-02-28 | SUNRPC: Rename svc_close_xprt() | Chuck Lever | 1 | -1/+1 |
| 2022-02-28 | SUNRPC: Rename svc_create_xprt() | Chuck Lever | 1 | -4/+4 |
| 2022-01-24 | fsnotify: fix fsnotify hooks in pseudo filesystems | Amir Goldstein | 1 | -2/+3 |
| 2022-01-08 | NFSD: Clean up the nfsd_net::nfssvc_boot field | Chuck Lever | 1 | -1/+2 |
| 2021-12-13 | NFSD: simplify locking for network notifier. | NeilBrown | 1 | -2/+0 |
| 2021-12-13 | SUNRPC: stop using ->sv_nrthreads as a refcount | NeilBrown | 1 | -12/+10 |
| 2021-12-13 | SUNRPC/NFSD: clean up get/put functions. | NeilBrown | 1 | -2/+2 |
| 2021-12-13 | NFSD: handle errors better in write_ports_addfd() | NeilBrown | 1 | -1/+1 |
| 2021-12-10 | nfsd: Fix nsfd startup race (again) | Alexander Sverdlin | 1 | -7/+7 |
| 2021-11-10 | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -3/+3 |
| 2021-10-06 | NFSD: Keep existing listeners on portlist error | Benjamin Coddington | 1 | -1/+4 |
| 2021-10-02 | NFSD: simplify struct nfsfh | NeilBrown | 1 | -3/+3 |
| 2021-09-30 | nfsd: fix error handling of register_pernet_subsys() in init_nfsd() | Patrick Ho | 1 | -1/+1 |
| 2021-04-20 | nfsd: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-03-22 | nfsd: report client confirmation status in "info" file | NeilBrown | 1 | -6/+8 |
| 2021-03-22 | nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted | Trond Myklebust | 1 | -12/+2 |
| 2021-02-22 | Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -7/+7 |
| 2021-02-15 | nfsd: register pernet ops last, unregister first | J. Bruce Fields | 1 | -7/+7 |
| 2021-01-25 | nfsd: report per-export stats | Amir Goldstein | 1 | -0/+3 |
| 2021-01-25 | nfsd: protect concurrent access to nfsd stats counters | Amir Goldstein | 1 | -1/+4 |
| 2020-09-25 | nfsd: remove fault injection code | J. Bruce Fields | 1 | -3/+0 |
| 2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2020-06-29 | nfsd: fix nfsdfs inode reference count leak | J. Bruce Fields | 1 | -0/+1 |
| 2020-06-29 | nfsd4: fix nfsdfs reference count loop | J. Bruce Fields | 1 | -10/+12 |
| 2020-06-01 | nfsd4: make drc_slab global, not per-net | J. Bruce Fields | 1 | -0/+6 |
| 2020-05-20 | NFSD: Fix improperly-formatted Doxygen comments | Chuck Lever | 1 | -13/+13 |
| 2020-03-19 | nfsd: fsnotify on rmdir under nfsd/clients/ | J. Bruce Fields | 1 | -0/+1 |
| 2020-02-07 | Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -3/+3 |
| 2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -7/+6 |
| 2019-12-19 | nfsd: use boottime for lease expiry calculation | Arnd Bergmann | 1 | -3/+3 |
| 2019-09-27 | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+1 |
| 2019-09-18 | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
| 2019-09-10 | nfsd: Support the server resetting the boot verifier | Trond Myklebust | 1 | -0/+1 |
| 2019-09-05 | new helper: get_tree_keyed() | Al Viro | 1 | -2/+1 |
| 2019-08-15 | nfsd: initialize i_private before d_add | J. Bruce Fields | 1 | -6/+6 |
| 2019-08-15 | nfsd: use i_wrlock instead of rcu for nfsdfs i_private | J. Bruce Fields | 1 | -4/+2 |
| 2019-08-15 | nfsd: fix dentry leak upon mkdir failure. | Tetsuo Handa | 1 | -0/+1 |
| 2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -7/+25 |
| 2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+1 |
| 2019-07-09 | nfsd: Make __get_nfsdfs_client() static | YueHaibing | 1 | -1/+1 |
| 2019-07-03 | nfsd4: add a client info file | J. Bruce Fields | 1 | -6/+108 |
| 2019-07-03 | nfsd: make client/ directory names small ints | J. Bruce Fields | 1 | -2/+3 |
| 2019-07-03 | nfsd: add nfsd/clients directory | J. Bruce Fields | 1 | -1/+102 |
| 2019-07-03 | nfsd: persist nfsd filesystem across mounts | J. Bruce Fields | 1 | -0/+11 |
| 2019-07-03 | nfsd4: drc containerization | J. Bruce Fields | 1 | -6/+8 |
| 2019-07-03 | nfsd: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -4/+1 |
| 2019-05-25 | vfs: Convert nfsctl to use the new mount API | David Howells | 1 | -7/+26 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-24 | SUNRPC: Cache the process user cred in the RPC server listener | Trond Myklebust | 1 | -8/+8 |
| 2019-04-24 | nfsd: Allow containers to set supported nfs versions | Trond Myklebust | 1 | -11/+14 |
| 2019-04-24 | nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld | Scott Mayhew | 1 | -0/+1 |
| 2019-03-12 | Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
| 2019-03-06 | nfsd: fix wrong check in write_v4_end_grace() | Yihao Wu | 1 | -1/+1 |
| 2019-02-14 | Revert "nfsd4: return default lease period" | J. Bruce Fields | 1 | -2/+2 |
| 2018-11-28 | nfsd4: fix crash on writing v4_end_grace before nfsd startup | J. Bruce Fields | 1 | -0/+2 |
| 2018-09-25 | NFSD introduce async copy feature | Olga Kornievskaia | 1 | -0/+1 |
| 2018-08-09 | nfsd: constify write_op[] | Eric Biggers | 1 | -1/+1 |
| 2018-06-17 | nfsd4: return default lease period | J. Bruce Fields | 1 | -2/+2 |
| 2018-06-17 | nfsd4: extend reclaim period for reclaiming clients | J. Bruce Fields | 1 | -0/+1 |
| 2017-11-27 | race of nfsd inetaddr notifiers vs nn->nfsd_serv change | Vasily Averin | 1 | -0/+3 |
| 2017-04-26 | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 1 | -1/+1 |
| 2017-03-10 | NFSD: further refinement of content of /proc/fs/nfsd/versions | NeilBrown | 1 | -10/+33 |
| 2017-02-27 | nfsd: Fix display of the version string | Trond Myklebust | 1 | -30/+26 |
| 2017-02-27 | nfsd: fix configuration of supported minor versions | Trond Myklebust | 1 | -8/+8 |
| 2017-01-31 | NFSD: correctly range-check v4.x minor version when setting versions. | NeilBrown | 1 | -3/+7 |
| 2016-12-16 | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2016-11-14 | nfsd: constify reply_cache_stats_operations structure | Julia Lawall | 1 | -1/+1 |
| 2016-09-26 | nfsd: randomize SETCLIENTID reply to help distinguish servers | J. Bruce Fields | 1 | -0/+2 |
| 2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -9/+4 |
| 2016-06-23 | vfs: Pass data, ns, and ns->userns to mount_ns | Eric W. Biederman | 1 | -9/+4 |
| 2016-05-29 | drop redundant ->owner initializations | Al Viro | 1 | -3/+0 |
| 2015-04-21 | nfsd: fix nsfd startup race triggering BUG_ON | Giuseppe Cantavenera | 1 | -8/+8 |
| 2015-02-02 | nfsd: implement pNFS operations | Christoph Hellwig | 1 | -1/+8 |
| 2014-12-16 | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -3/+3 |
| 2014-12-01 | nfsd: minor off by one checks in __write_versions() | Dan Carpenter | 1 | -3/+3 |
| 2014-11-19 | nfsd/nfsctl.c: new helper | Al Viro | 1 | -21/+16 |
| 2014-09-17 | nfsd: add a v4_end_grace file to /proc/fs/nfsd | Jeff Layton | 1 | -0/+45 |
| 2014-07-08 | nfsd: add a new /proc/fs/nfsd/max_connections file | Jeff Layton | 1 | -0/+42 |
| 2014-06-23 | NFSD: Using min/max/min_t/max_t for calculate | Kinglong Mee | 1 | -6/+3 |
| 2014-05-08 | NFSD: Get rid of empty function nfs4_state_init | Kinglong Mee | 1 | -1/+0 |
| 2014-03-31 | nfsd: check passed socket's net matches NFSd superblock's one | Stanislav Kinsbursky | 1 | -0/+5 |
| 2013-05-03 | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+12 |
| 2013-04-09 | constify a bunch of struct file_operations instances | Al Viro | 1 | -2/+2 |
| 2013-04-03 | nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports error | fanchaoting | 1 | -1/+3 |
| 2013-04-03 | nfsd: add new reply_cache_stats file in nfsdfs | Jeff Layton | 1 | -0/+9 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2013-02-28 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -21/+60 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2013-02-15 | nfsd: use proper net while reading "exports" file | Stanislav Kinsbursky | 1 | -6/+25 |
| 2013-02-15 | nfsd: containerize NFSd filesystem | Stanislav Kinsbursky | 1 | -13/+33 |
| 2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton | 1 | -1/+1 |
| 2013-01-23 | nfsd4: require version 4 when enabling or disabling minorversion | J. Bruce Fields | 1 | -1/+1 |
| 2012-12-10 | nfsd: make NFSd service structure allocated per net | Stanislav Kinsbursky | 1 | -25/+38 |
| 2012-12-10 | nfsd: pass net to __write_ports() and down | Stanislav Kinsbursky | 1 | -8/+8 |
| 2012-12-10 | nfsd: pass net to nfsd_set_nrthreads() | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-12-10 | nfsd: pass net to nfsd_svc() | Stanislav Kinsbursky | 1 | -1/+3 |
| 2012-12-10 | nfsd: pass net to nfsd_create_serv() | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-11-28 | NFSD: Fold fault_inject.h into state.h | Bryan Schumaker | 1 | -1/+1 |
| 2012-11-28 | nfsd: make NFSv4 grace time per net | Stanislav Kinsbursky | 1 | -1/+3 |
| 2012-11-28 | nfsd: make NFSv4 lease time per net | Stanislav Kinsbursky | 1 | -1/+4 |
| 2012-11-28 | nfsd: remove redundant declarations | Stanislav Kinsbursky | 1 | -3/+0 |
| 2012-09-10 | nfsd: remove unused listener-removal interfaces | J. Bruce Fields | 1 | -78/+0 |
| 2012-08-21 | nfsd: allow configuring nfsd to listen on 5-digit ports | J. Bruce Fields | 1 | -1/+1 |
| 2012-08-21 | nfsd: remove redundant "port" argument | J. Bruce Fields | 1 | -1/+1 |
| 2012-08-20 | nfsd4: declare nfs4_recoverydir properly | J. Bruce Fields | 1 | -2/+0 |
| 2012-07-25 | NFSd: introduce nfsd_destroy() helper | Stanislav Kinsbursky | 1 | -6/+2 |
| 2012-05-31 | SUNRPC: move per-net operations from svc_destroy() | Stanislav Kinsbursky | 1 | -3/+9 |