summaryrefslogtreecommitdiff
path: root/fs/lockd/svc.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-26lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin1-0/+2
2018-04-13lockd: fix lockd shutdown raceJ. Bruce Fields1-2/+4
2015-10-23lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin1-1/+0
2015-10-13lockd: 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-06LOCKD: 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-18lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton1-0/+9
2014-09-18lockd: 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-03lockd: 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-07lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-05-07lockd: 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-04drivers: 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-02lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky1-0/+1
2012-08-22svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields1-15/+2
2012-07-28Lockd: move grace period management from lockd() to per-net functionsStanislav Kinsbursky1-6/+3
2012-07-28LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-7/+9
2012-07-28LockD: manage grace list per network namespaceStanislav Kinsbursky1-0/+1
2012-07-28LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky1-8/+10
2012-07-28LockD: manage grace period per network namespaceStanislav Kinsbursky1-6/+11
2012-06-01LockD: add debug message to start and stop functionsStanislav Kinsbursky1-0/+5
2012-06-01LockD: service start function introducedStanislav Kinsbursky1-25/+42
2012-06-01LockD: move global usage counter manipulation from error pathStanislav Kinsbursky1-3/+2
2012-06-01LockD: service creation function introducedStanislav Kinsbursky1-11/+27
2012-06-01LockD: use existing per-net data function on service creationStanislav Kinsbursky1-16/+7
2012-06-01LockD: pass service to per-net up and down functionsStanislav Kinsbursky1-7/+5
2012-06-01SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-12/+15
2012-06-01SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+6
2012-04-12Lockd: 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-18lockd: 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-02-01SUNRPC: 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-02sunrpc: 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-27SUNRPC: 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