summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)Author
2017-09-27NFSv4: Fix callback server shutdownTrond Myklebust
2017-09-27SUNRPC: Refactor svc_set_num_threads()Trond Myklebust
2017-04-12svcauth_gss: Close connection when dropping an incoming messageChuck Lever
2016-09-19SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust
2016-07-11NFS: Don't drop CB requests with invalid principalsChuck Lever
2016-07-11svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever
2015-12-07SUNRPC: Fix callback channelTrond Myklebust
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton
2015-08-10nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton
2015-08-10nfsd/sunrpc: move sv_function into sv_opsJeff Layton
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-06-05SUNRPC: Fix a backchannel raceTrond Myklebust
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust
2015-06-03SUNRPC: Move EXPORT_SYMBOL for svc_processChuck Lever
2015-06-02SUNRPC: Clean up bc_send()Chuck Lever
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields
2014-12-01sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton
2014-10-29SUNRPC: off by one in BUG_ON()Dan Carpenter
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee
2013-11-13svcrpc: remove an unnecessary assignmentWeng Meiling
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-02-17svcrpc: fix rpc server shutdown racesJ. Bruce Fields
2013-01-23svcrpc: silence "unused variable" warning in !RPC_DEBUG caseJ. Bruce Fields
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-12-10SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky
2012-11-07svcrpc: demote some printks to a dprintkJ. Bruce Fields
2012-11-04SUNRPC: remove BUG_ON in svc_registerWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ON from svc_pool_map_set_cpumaskWeston Andros Adamson
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky
2012-05-31NFSv4.1: Fix a request leak on the back channelTrond Myklebust