summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-091-3/+4
* sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-091-4/+6
* sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-091-3/+0
* sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-091-2/+2
* sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-091-1/+1
* Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-091-10/+13
|\
| * sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
| * sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-241-9/+12
* | sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton2014-12-011-5/+7
* | SUNRPC: off by one in BUG_ON()Dan Carpenter2014-10-291-1/+1
|/
* SUNRPC: get rid of the request wait queueTrond Myklebust2014-08-171-2/+0
* SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-231-2/+2
* SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee2014-01-031-8/+17
* svcrpc: remove an unnecessary assignmentWeng Meiling2013-11-131-2/+0
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* svcrpc: fix rpc server shutdown racesJ. Bruce Fields2013-02-171-9/+0
* svcrpc: silence "unused variable" warning in !RPC_DEBUG caseJ. Bruce Fields2013-01-231-0/+4
* Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-201-5/+3
|\
| * nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-1/+1
| * SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky2012-12-101-1/+0
| * svcrpc: demote some printks to a dprintkJ. Bruce Fields2012-11-071-3/+2
* | SUNRPC: remove BUG_ON in svc_registerWeston Andros Adamson2012-11-041-1/+3
* | SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson2012-11-041-1/+3
* | SUNRPC: remove BUG_ON from svc_pool_map_set_cpumaskWeston Andros Adamson2012-11-041-1/+3
|/
* Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-151-1/+2
|\
| * NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-05-311-1/+2
* | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-13/+10
|\ \ | |/ |/|
| * SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-311-4/+0
| * SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-311-9/+10
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-10/+8
|/
* Lockd: per-net up and down routines introducedStanislav Kinsbursky2012-02-151-1/+2
* SUNRPC: service shutdown function in network namespace context introducedStanislav Kinsbursky2012-02-151-13/+20
* SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-151-2/+11
* SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky2012-01-311-7/+7
* SUNRPC: register service on creation in current network namespaceStanislav Kinsbursky2012-01-311-4/+5
* SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2012-01-311-19/+23
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-01-311-2/+2
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-01-311-5/+5
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-10/+15
|\
| * svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields2012-01-051-1/+0
| * svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-051-0/+3
| * svcrpc: update outdated BKL commentJ. Bruce Fields2011-12-061-2/+2
| * svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2011-12-061-1/+9
| * svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-061-6/+1
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-4/+4
|/
* Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-021-12/+26
|\
| * treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-3/+2
| * sunrpc: use better NUMA affinitiesEric Dumazet2011-08-191-9/+24
* | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-1/+2
OpenPOWER on IntegriCloud