aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik1-3/+0
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-6/+4
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown1-3/+2
2023-10-16lockd: hold a reference to nlmsvc_serv while stopping the thread.NeilBrown1-0/+2
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+1
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown1-5/+9
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown1-8/+1
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown1-5/+0
2023-08-29lockd: remove SIGKILL handlingNeilBrown1-24/+0
2023-06-12lockd: drop inappropriate svc_get() from locked_get()NeilBrown1-1/+0
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2023-05-02lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix1-1/+1
2023-04-13lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain1-19/+1
2023-02-23Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-1/+1
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-5/+10
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-2/+2
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-1/+0
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever1-1/+0
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-5/+1
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-3/+1
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-2/+2
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-2/+2
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+2
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-50/+8
2021-12-13lockd: rename lockd_create_svc() to lockd_get()NeilBrown1-6/+4
2021-12-13lockd: introduce lockd_put()NeilBrown1-37/+27
2021-12-13lockd: move svc_exit_thread() into the threadNeilBrown1-11/+12
2021-12-13lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown1-12/+10
2021-12-13lockd: simplify management of network status notifiersNeilBrown1-26/+9
2021-12-13lockd: introduce nlmsvc_servNeilBrown1-16/+20
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-4/+0
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-5/+1
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown1-4/+2
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-2/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-2/+1
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+2
2021-08-17lockd: change the proc_handler for nsm_use_hostnamesJia He1-1/+1
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever1-0/+2
2021-07-06lockd: Create a simplified .vs_dispatch method for NLM requestsChuck Lever1-0/+43
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust1-12/+16
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-1/+2
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-0/+1
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-1/+2
2018-03-19lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King1-2/+2
2017-11-27race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin1-2/+14
2017-11-27lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin1-0/+2
2017-11-27lockd: added cleanup checks in exit_net hookVasily Averin1-0/+11
2017-11-27lockd: remove net pointer from messagesVasily Averin1-4/+5
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+9
2017-11-07lockd: double unregister of inetaddr notifiersVasily Averin1-11/+9
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-19/+19
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+6
2017-05-08lockd: fix lockd shutdown raceJ. Bruce Fields1-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-01-31lockd: initialize sin6_scope_id in lockd_inet6addr_event()Scott Mayhew1-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-06-30lockd: unregister notifier blocks if the service fails to come up completelyScott Mayhew1-3/+10
2016-01-07lockd: constify nlmsvc_binding structureJulia Lawall1-1/+1
2016-01-07lockd: use to_delayed_workGeliang Tang1-2/+1
2015-12-23lockd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew1-2/+72
2015-10-23lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin1-1/+0
2015-10-12lockd: create NSM handles per net namespaceAndrey Ryabinin1-0/+1
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-0/+1
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-1/+2
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton1-1/+5
2015-01-05LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust1-4/+4
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-1/+1
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+14
2014-09-17lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton1-0/+9
2014-09-17lockd: move lockd's grace period handling into its own moduleJeff Layton1-1/+1
2014-09-08lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields1-3/+1
2014-09-02lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust1-1/+2
2014-08-17lockd: Ensure that lockd_start_svc sets the server rq_task...Trond Myklebust1-0/+2
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-06-06lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-05-06lockd: avoid warning when CONFIG_SYSCTL undefinedKees Cook1-1/+1
2014-03-28lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton1-0/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-15/+2
2012-10-01lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky1-0/+1
2012-08-21svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields1-15/+2
2012-07-27Lockd: move grace period management from lockd() to per-net functionsStanislav Kinsbursky1-6/+3
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-7/+9
2012-07-27LockD: manage grace list per network namespaceStanislav Kinsbursky1-0/+1
2012-07-27LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky1-8/+10
2012-07-27LockD: manage grace period per network namespaceStanislav Kinsbursky1-6/+11
2012-05-31LockD: add debug message to start and stop functionsStanislav Kinsbursky1-0/+5
2012-05-31LockD: service start function introducedStanislav Kinsbursky1-25/+42
2012-05-31LockD: move global usage counter manipulation from error pathStanislav Kinsbursky1-3/+2
2012-05-31LockD: service creation function introducedStanislav Kinsbursky1-11/+27
2012-05-31LockD: use existing per-net data function on service creationStanislav Kinsbursky1-16/+7
2012-05-31LockD: pass service to per-net up and down functionsStanislav Kinsbursky1-7/+5
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-12/+15
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+6
2012-04-11Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky1-4/+3
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields1-15/+102
2012-02-17lockd: fix arg parsing for grace_period and timeout.NeilBrown1-1/+1
2012-02-15Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky1-1/+3
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky1-2/+45
2012-02-15Lockd: pernet usage counter introducedStanislav Kinsbursky1-3/+42
2012-02-15Lockd: create permanent lockd sockets in current network namespaceStanislav Kinsbursky1-10/+13
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky1-1/+1
2011-08-19sunrpc: use better NUMA affinitiesEric Dumazet1-1/+1
2010-10-27lockd: push lock_flocks downArnd Bergmann1-11/+0
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-01-26SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever1-2/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-6/+6
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-11/+3
2009-05-06lockd: fix list corruption on lockd restartJ. Bruce Fields1-4/+11
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever1-9/+21
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever1-12/+1
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-1/+1
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-1/+2
2009-01-07NLM: Clean up flow of control in make_socks() functionChuck Lever1-8/+14
2009-01-07NLM: Refactor make_socks() functionChuck Lever1-15/+16
2009-01-06lockd: Enable NLM use of AF_INET6Chuck Lever1-1/+12
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever1-1/+0
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever1-1/+0
2009-01-06lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3)Jeff Layton1-0/+8
2008-12-23LOCKD: Make lockd_up() and lockd_down() exported GPL-onlyTrond Myklebust1-3/+3
2008-11-24nfsd: clean up grace period on early exitJ. Bruce Fields1-0/+1
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever1-2/+1
2008-10-04NLM: Always start both UDP and TCP listenersChuck Lever1-18/+19
2008-10-03nfsd: common grace period controlJ. Bruce Fields1-15/+5
2008-09-29lockd: don't depend on lockd main loop to end graceJ. Bruce Fields1-11/+13
2008-09-29locks: allow lockd to process blocked locks during grace periodJ. Bruce Fields1-9/+3
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-1/+1
2008-06-23lockd: close potential race with rapid lockd_up/lockd_down cycleJeff Layton1-20/+13
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+12
2008-04-23NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23NLM: Convert lockd to use kthreadsJeff Layton1-74/+58
2008-03-19NLM: LOCKD fails to load if CONFIG_SYSCTL is not setChuck Lever1-0/+12
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker1-5/+13
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker1-14/+2
2008-02-01svc: Make close transport independentTom Tucker1-3/+3
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker1-9/+8
2007-07-17knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4Marc Eshel1-7/+20
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+2
2007-07-10SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust1-6/+0
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever1-3/+3
2007-02-12[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...Chuck Lever1-10/+16
2006-11-06[PATCH] sysctl: implement CTL_UNNUMBEREDEric W. Biederman1-3/+0
2006-10-04[PATCH] knfsd: export nsm_local_state to user space via sysctlOlaf Kirch1-0/+9
2006-10-04[PATCH] knfsd: lockd: optionally use hostnames for identifying peersOlaf Kirch1-0/+10
2006-10-02[PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown1-7/+5
2006-10-02[PATCH] knfsd: Move makesock failed warning into make_socks.NeilBrown1-10/+8
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown1-4/+3
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown1-7/+40
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-8/+9
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-06SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust1-2/+2
2005-07-13[PATCH] NFS: procfs/sysctl interfaces for lockd do not work on x86_64Steve Dickson1-2/+2
2005-06-24[PATCH] knfsd: lockd: flush signals on shutdownNeilBrown1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+519