index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc_xprt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-23
sunrpc/lockd: fix references to the BKL
Jeff Layton
1
-2
/
+1
2014-12-09
sunrpc: only call test_bit once in svc_xprt_received
Jeff Layton
1
-2
/
+4
2014-12-09
sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt
Jeff Layton
1
-7
/
+15
2014-12-09
sunrpc: convert to lockless lookup of queued server threads
Jeff Layton
1
-97
/
+124
2014-12-09
sunrpc: fix potential races in pool_stats collection
Jeff Layton
1
-6
/
+6
2014-12-09
sunrpc: have svc_wake_up only deal with pool 0
Jeff Layton
1
-21
/
+16
2014-12-09
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
1
-4
/
+3
2014-12-09
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
1
-1
/
+1
2014-12-09
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
1
-1
/
+1
2014-12-09
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
1
-1
/
+4
2014-12-09
Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch
J. Bruce Fields
1
-10
/
+21
2014-12-01
sunrpc: eliminate the XPT_DETACHED flag
Jeff Layton
1
-3
/
+1
2014-11-24
sunrpc: add some tracepoints in svc_rqst handling functions
Jeff Layton
1
-10
/
+21
2014-08-28
SUNRPC: Fix compile on non-x86
J. Bruce Fields
1
-4
/
+0
2014-08-17
SUNRPC: More optimisations of svc_xprt_enqueue()
Trond Myklebust
1
-14
/
+7
2014-08-17
SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt
Trond Myklebust
1
-21
/
+10
2014-08-17
SUNRPC: get rid of the request wait queue
Trond Myklebust
1
-15
/
+17
2014-08-17
SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt
Trond Myklebust
1
-5
/
+10
2014-08-17
SUNRPC: Do not override wspace tests in svc_handle_xprt
Trond Myklebust
1
-1
/
+1
2014-07-29
SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed
Trond Myklebust
1
-0
/
+2
2014-07-29
SUNRPC: Reduce contention in svc_xprt_enqueue()
Trond Myklebust
1
-8
/
+17
2014-05-30
nfsd4: allow encoding across page boundaries
J. Bruce Fields
1
-0
/
+1
2014-05-22
SUNRPC: Fix a module reference leak in svc_handle_xprt
Trond Myklebust
1
-0
/
+2
2014-05-22
NFSD: Ignore client's source port on RDMA transports
Chuck Lever
1
-1
/
+1
2014-02-09
net: Mark functions as static in net/sunrpc/svc_xprt.c
Rashika Kheria
1
-3
/
+3
2013-02-17
svcrpc: fix rpc server shutdown races
J. Bruce Fields
1
-25
/
+32
2013-02-17
svcrpc: make svc_age_temp_xprts enqueue under sv_lock
J. Bruce Fields
1
-13
/
+2
2013-01-23
sunrpc: Fix lockd sleeping until timeout
Andriy Skulysh
1
-1
/
+8
2012-11-04
SUNRPC: remove BUG_ON in svc_delete_xprt
Weston Andros Adamson
1
-1
/
+1
2012-11-04
SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES
Weston Andros Adamson
1
-1
/
+4
2012-11-04
SUNRPC: remove BUG_ON in svc_xprt_received
Weston Andros Adamson
1
-1
/
+3
2012-08-21
svcrpc: split up svc_handle_xprt
J. Bruce Fields
1
-22
/
+25
2012-08-21
svcrpc: break up svc_recv
J. Bruce Fields
1
-36
/
+67
2012-08-21
svcrpc: make svc_xprt_received static
J. Bruce Fields
1
-21
/
+20
2012-08-21
svcrpc: make xpo_recvfrom return only >=0
J. Bruce Fields
1
-1
/
+1
2012-08-21
svcrpc: share some setup of listening sockets
J. Bruce Fields
1
-6
/
+10
2012-08-21
svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY
J. Bruce Fields
1
-1
/
+1
2012-08-21
svcrpc: fix xpt_list traversal locking on shutdown
J. Bruce Fields
1
-9
/
+15
2012-08-20
svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping
J. Bruce Fields
1
-5
/
+2
2012-08-20
svcrpc: sends on closed socket should stop immediately
J. Bruce Fields
1
-1
/
+2
2012-06-01
Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+2
2012-05-31
svcrpc: fix a comment typo
J. Bruce Fields
1
-1
/
+1
2012-05-31
sunrpc: do array overrun check in svc_recv before allocating pages
Jeff Layton
1
-1
/
+1
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
1
-8
/
+5
2012-02-15
SUNRPC: service destruction in network namespace context
Stanislav Kinsbursky
1
-10
/
+17
2012-02-15
SUNRPC: clear svc transports lists helper introduced
Stanislav Kinsbursky
1
-8
/
+11
2012-02-15
SUNRPC: clear svc pools lists helper introduced
Stanislav Kinsbursky
1
-6
/
+13
2012-01-31
SUNRPC: search for service transports in network namespace context
Stanislav Kinsbursky
1
-1
/
+5
2012-01-14
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-21
/
+41
2011-12-11
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
1
-4
/
+4
[next]