summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+1
|/
* sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-3/+3
* sunrpc: Disable splice for krb5iChuck Lever2017-06-281-1/+1
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-2/+2
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-1/+1
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-4/+2
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-3/+6
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-4/+4
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-1/+1
* NFSv4: Fix callback server shutdownTrond Myklebust2017-04-271-0/+38
* SUNRPC: Refactor svc_set_num_threads()Trond Myklebust2017-04-271-38/+58
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* 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
OpenPOWER on IntegriCloud