summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAge
* nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-10
* nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-10
* nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-10
* nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-10
* nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-10
* Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-02
|\
| * SUNRPC: Fix a backchannel raceTrond Myklebust2015-06-05
| * SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-05
| * SUNRPC: Clean up bc_send()Chuck Lever2015-06-02
* | SUNRPC: Move EXPORT_SYMBOL for svc_processChuck Lever2015-06-03
|/
* sunrpc/lockd: fix references to the BKLJeff Layton2015-01-23
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-09
* sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-09
* sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-09
* sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-09
* sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-09
* sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-09
* Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-09
|\
| * sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-24
| * sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-24
* | sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton2014-12-01
* | SUNRPC: off by one in BUG_ON()Dan Carpenter2014-10-29
|/
* SUNRPC: get rid of the request wait queueTrond Myklebust2014-08-17
* SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-23
* SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee2014-01-03
* svcrpc: remove an unnecessary assignmentWeng Meiling2013-11-13
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-03
* svcrpc: fix rpc server shutdown racesJ. Bruce Fields2013-02-17
* svcrpc: silence "unused variable" warning in !RPC_DEBUG caseJ. Bruce Fields2013-01-23
* Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-20
|\
| * nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-17
| * SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky2012-12-10
| * svcrpc: demote some printks to a dprintkJ. Bruce Fields2012-11-07
* | SUNRPC: remove BUG_ON in svc_registerWeston Andros Adamson2012-11-04
* | SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson2012-11-04
* | SUNRPC: remove BUG_ON from svc_pool_map_set_cpumaskWeston Andros Adamson2012-11-04
|/
* Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-15
|\
| * NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-05-31
* | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-01
|\ \ | |/ |/|
| * SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-31
| * SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-31
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-15
|/
* Lockd: per-net up and down routines introducedStanislav Kinsbursky2012-02-15
* SUNRPC: service shutdown function in network namespace context introducedStanislav Kinsbursky2012-02-15
* SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-15
* SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky2012-01-31
* SUNRPC: register service on creation in current network namespaceStanislav Kinsbursky2012-01-31
* SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2012-01-31
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-01-31
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-01-31