aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton1-2/+2
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton1-3/+4
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-4/+6
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-3/+0
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-2/+2
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-1/+1
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields1-10/+13
2014-12-01sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton1-5/+7
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton1-9/+12
2014-10-29SUNRPC: off by one in BUG_ON()Dan Carpenter1-1/+1
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust1-2/+0
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-2/+2
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee1-8/+17
2013-11-13svcrpc: remove an unnecessary assignmentWeng Meiling1-2/+0
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-02-17svcrpc: fix rpc server shutdown racesJ. Bruce Fields1-9/+0
2013-01-23svcrpc: silence "unused variable" warning in !RPC_DEBUG caseJ. Bruce Fields1-0/+4
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+3
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-1/+1
2012-12-10SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky1-1/+0
2012-11-07svcrpc: demote some printks to a dprintkJ. Bruce Fields1-3/+2
2012-11-04SUNRPC: remove BUG_ON in svc_registerWeston Andros Adamson1-1/+3
2012-11-04SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson1-1/+3
2012-11-04SUNRPC: remove BUG_ON from svc_pool_map_set_cpumaskWeston Andros Adamson1-1/+3
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+2
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-13/+10
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-4/+0
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-9/+10
2012-05-31NFSv4.1: Fix a request leak on the back channelTrond Myklebust1-1/+2
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-10/+8
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky1-1/+2
2012-02-15SUNRPC: service shutdown function in network namespace context introducedStanislav Kinsbursky1-13/+20
2012-02-15SUNRPC: service destruction in network namespace contextStanislav Kinsbursky1-2/+11
2012-01-31SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky1-7/+7
2012-01-31SUNRPC: register service on creation in current network namespaceStanislav Kinsbursky1-4/+5
2012-01-31SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky1-19/+23
2012-01-31SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky1-2/+2
2012-01-31SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky1-5/+5
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-10/+15
2012-01-05svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields1-1/+0
2012-01-05svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-4/+4
2011-12-06svcrpc: update outdated BKL commentJ. Bruce Fields1-2/+2
2011-12-06svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields1-1/+9
2011-12-06svcrpc: destroy server sockets all at onceJ. Bruce Fields1-6/+1
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust1-12/+26
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-3/+2
2011-10-25NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky1-1/+2