summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
AgeCommit message (Expand)Author
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton
2014-12-09sunrpc: have svc_wake_up only deal with pool 0Jeff Layton
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff 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-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton
2014-08-28SUNRPC: Fix compile on non-x86J. Bruce Fields
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust
2014-07-29SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust
2014-07-29SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields
2014-05-22SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever
2014-02-09net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria
2013-02-17svcrpc: fix rpc server shutdown racesJ. Bruce Fields
2013-02-17svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields
2013-01-23sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh
2012-11-04SUNRPC: remove BUG_ON in svc_delete_xprtWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ON in svc_xprt_receivedWeston Andros Adamson
2012-08-21svcrpc: split up svc_handle_xprtJ. Bruce Fields
2012-08-21svcrpc: break up svc_recvJ. Bruce Fields
2012-08-21svcrpc: make svc_xprt_received staticJ. Bruce Fields
2012-08-21svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields
2012-08-21svcrpc: share some setup of listening socketsJ. Bruce Fields
2012-08-21svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields
2012-08-21svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields
2012-08-20svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields
2012-08-20svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31svcrpc: fix a comment typoJ. Bruce Fields
2012-05-31sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-02-15SUNRPC: service destruction in network namespace contextStanislav Kinsbursky
2012-02-15SUNRPC: clear svc transports lists helper introducedStanislav Kinsbursky
2012-02-15SUNRPC: clear svc pools lists helper introducedStanislav Kinsbursky
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky