summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-281-1/+23
|\
| * sunrpc: don't register UDP port with rpcbind when version needs congestion co...Jeff Layton2017-02-241-0/+7
| * nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-0/+15
| * sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-1/+1
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
|/
* svcauth_gss: Close connection when dropping an incoming messageChuck Lever2016-11-301-5/+9
* SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust2016-09-191-0/+17
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-111-0/+5
* svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2016-07-111-1/+2
* SUNRPC: Fix callback channelTrond Myklebust2015-12-071-0/+12
* nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-231-0/+1
* SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever2015-11-021-5/+0
* nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-101-18/+36
* nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-101-24/+7
* nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-101-5/+3
* nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-101-5/+3
* nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-101-9/+9
* Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-021-8/+28
|\
| * SUNRPC: Fix a backchannel raceTrond Myklebust2015-06-051-1/+5
| * SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-051-2/+1
| * SUNRPC: Clean up bc_send()Chuck Lever2015-06-021-8/+25
* | SUNRPC: Move EXPORT_SYMBOL for svc_processChuck Lever2015-06-031-1/+1
|/
* sunrpc/lockd: fix references to the BKLJeff Layton2015-01-231-2/+2
* 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