index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: return proper errno from backchannel_rqst
Weston Andros Adamson
2012-11-01
1
-1
/
+1
*
SUNRPC: Get rid of the xs_error_report socket callback
Trond Myklebust
2012-10-24
1
-25
/
+0
*
SUNRPC: Prevent races in xs_abort_connection()
Trond Myklebust
2012-10-24
1
-5
/
+8
*
Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."
Trond Myklebust
2012-10-24
1
-1
/
+1
*
SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT
Trond Myklebust
2012-10-24
1
-0
/
+1
*
SUNRPC: Prevent kernel stack corruption on long values of flush
Sasha Levin
2012-10-17
1
-2
/
+2
*
Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-10-13
3
-204
/
+190
|
\
|
*
Merge Trond's bugfixes
J. Bruce Fields
2012-10-11
1
-5
/
+17
|
|
\
|
*
\
nfs: disintegrate UAPI for nfs
J. Bruce Fields
2012-10-09
4
-15
/
+25
|
|
\
\
|
*
|
|
nfsd: remove unused listener-removal interfaces
J. Bruce Fields
2012-09-10
1
-51
/
+0
|
*
|
|
svcrpc: split up svc_handle_xprt
J. Bruce Fields
2012-08-21
1
-22
/
+25
|
*
|
|
svcrpc: break up svc_recv
J. Bruce Fields
2012-08-21
1
-36
/
+67
|
*
|
|
svcrpc: make svc_xprt_received static
J. Bruce Fields
2012-08-21
2
-25
/
+20
|
*
|
|
svcrpc: make xpo_recvfrom return only >=0
J. Bruce Fields
2012-08-21
2
-4
/
+4
|
*
|
|
svcrpc: don't bother checking bad svc_addr_len result
J. Bruce Fields
2012-08-21
1
-2
/
+0
|
*
|
|
svcrpc: minor udp code cleanup
J. Bruce Fields
2012-08-21
1
-4
/
+5
|
*
|
|
svcrpc: share some setup of listening sockets
J. Bruce Fields
2012-08-21
2
-11
/
+11
|
*
|
|
svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY
J. Bruce Fields
2012-08-21
1
-1
/
+1
|
*
|
|
svcrpc: clean up control flow
J. Bruce Fields
2012-08-21
1
-35
/
+34
|
*
|
|
svcrpc: standardize svc_setup_socket return convention
J. Bruce Fields
2012-08-21
1
-18
/
+22
|
*
|
|
svcrpc: fix xpt_list traversal locking on shutdown
J. Bruce Fields
2012-08-21
1
-9
/
+15
*
|
|
|
Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-10-10
8
-125
/
+139
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
SUNRPC: Introduce rpc_clone_client_set_auth()
Chuck Lever
2012-10-01
1
-0
/
+22
|
*
|
|
SUNRPC: Refactor rpc_clone_client()
Chuck Lever
2012-10-01
1
-40
/
+43
|
*
|
|
SUNRPC: Use __func__ in dprintk() in auth_gss.c
Chuck Lever
2012-10-01
1
-29
/
+29
|
*
|
|
SUNRPC: Clean up dprintk messages in rpc_pipe.c
Chuck Lever
2012-10-01
1
-4
/
+4
|
*
|
|
SUNRPC: Limit the rpciod workqueue concurrency
Trond Myklebust
2012-09-28
1
-1
/
+1
|
*
|
|
SUNRPC: Get rid of the redundant xprt->shutdown bit field
Trond Myklebust
2012-09-28
3
-38
/
+10
|
*
|
|
SUNRPC: Optimise away unnecessary data moves in xdr_align_pages
Trond Myklebust
2012-09-28
1
-10
/
+13
|
*
|
|
SUNRPC: Fix the return value of xdr_align_pages()
Trond Myklebust
2012-09-26
1
-0
/
+2
|
|
|
/
|
|
/
|
|
*
|
SUNRPC: Set alloc_slot for backchannel tcp ops
Bryan Schumaker
2012-09-25
1
-0
/
+1
|
*
|
SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT
Trond Myklebust
2012-09-19
1
-5
/
+16
*
|
|
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-10-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
workqueue: make deferrable delayed_work initializer names consistent
Tejun Heo
2012-08-21
1
-1
/
+1
*
|
|
Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-09-13
3
-14
/
+24
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
SUNRPC: Fix a UDP transport regression
Trond Myklebust
2012-09-07
3
-14
/
+24
|
|
/
*
|
svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping
J. Bruce Fields
2012-08-20
1
-5
/
+2
*
|
svcrpc: sends on closed socket should stop immediately
J. Bruce Fields
2012-08-20
1
-1
/
+2
*
|
svcrpc: fix BUG() in svc_tcp_clear_pages
J. Bruce Fields
2012-08-20
1
-1
/
+1
|
/
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-07-31
4
-2
/
+62
|
\
|
*
nfs: enable swap on NFS
Mel Gorman
2012-07-31
4
-2
/
+62
*
|
Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-07-31
4
-5
/
+19
|
\
\
|
*
|
SUNRPC: return negative value in case rpcbind client creation error
Stanislav Kinsbursky
2012-07-30
1
-2
/
+2
|
*
|
nfs: skip commit in releasepage if we're freeing memory for fs-related reasons
Jeff Layton
2012-07-30
3
-1
/
+14
|
*
|
sunrpc: clarify comments on rpc_make_runnable
Jeff Layton
2012-07-30
1
-2
/
+3
*
|
|
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-07-31
1
-1
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
SUNRPC/cache: fix reporting of expired cache entries in 'content' file.
NeilBrown
2012-07-12
1
-1
/
+4
*
|
|
Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-07-30
5
-63
/
+142
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sunrpc: clnt: Add missing braces
Joe Perches
2012-07-30
1
-1
/
+2
|
*
|
SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavors
Trond Myklebust
2012-07-17
1
-1
/
+3
[next]