Age | Commit message (Expand) | Author | Files | Lines |
2013-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2013-01-31 | ipv6: rename datagram_send_ctl and datagram_recv_ctl | Tom Parkin | 1 | -1/+1 |
2013-01-30 | SUNRPC: When changing the queue priority, ensure that we change the owner | Trond Myklebust | 1 | -1/+17 |
2013-01-11 | Merge tag 'nfs-for-3.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -4/+11 |
2013-01-10 | nfs: fix sunrpc/clnt.c kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
2013-01-08 | SUNRPC: Ensure we release the socket write lock if the rpc_task exits early | Trond Myklebust | 2 | -4/+11 |
2013-01-04 | SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9 | Trond Myklebust | 1 | -5/+0 |
2013-01-04 | SUNRPC: Ensure that we free the rpc_task after cleanups are done | Trond Myklebust | 1 | -4/+23 |
2012-12-20 | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -60/+61 |
2012-12-17 | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 4 | -7/+11 |
2012-12-17 | svcrpc: fix some printks | J. Bruce Fields | 1 | -4/+4 |
2012-12-17 | SUNRPC: continue run over clients list on PipeFS event instead of break | Stanislav Kinsbursky | 1 | -1/+1 |
2012-12-15 | SUNRPC: variable 'svsk' is unused in function bc_send_request | Trond Myklebust | 1 | -2/+0 |
2012-12-15 | SUNRPC: Handle ECONNREFUSED in xs_local_setup_socket | Trond Myklebust | 1 | -0/+4 |
2012-12-12 | SUNRPC handle EKEYEXPIRED in call_refreshresult | Andy Adamson | 1 | -0/+1 |
2012-12-12 | SUNRPC set gss gc_expiry to full lifetime | Andy Adamson | 1 | -4/+13 |
2012-12-11 | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 1 | -1/+6 |
2012-12-10 | SUNRPC: remove redundant "linux/nsproxy.h" includes | Stanislav Kinsbursky | 2 | -2/+0 |
2012-12-06 | SUNRPC: Don't allow low priority tasks to pre-empt higher priority ones | Trond Myklebust | 1 | -22/+22 |
2012-12-06 | NFSv4.1: Don't mess with task priorities in nfs41_setup_sequence | Trond Myklebust | 1 | -0/+1 |
2012-12-04 | svcrpc: support multiple-fragment rpc's | J. Bruce Fields | 1 | -25/+25 |
2012-12-04 | svcrpc: track rpc data length separately from sk_tcplen | J. Bruce Fields | 1 | -7/+12 |
2012-12-04 | svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk | J. Bruce Fields | 1 | -1/+2 |
2012-12-04 | svcrpc: delay minimum-rpc-size check till later | J. Bruce Fields | 1 | -9/+7 |
2012-12-04 | svcrpc: don't byte-swap sk_reclen in place | J. Bruce Fields | 1 | -15/+11 |
2012-11-08 | SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_info | Trond Myklebust | 1 | -1/+6 |
2012-11-07 | svcrpc: demote some printks to a dprintk | J. Bruce Fields | 1 | -3/+2 |
2012-11-04 | SUNRPC: Clean up rpc_bind_new_program | Trond Myklebust | 1 | -10/+8 |
2012-11-04 | SUNRPC: remove BUG_ON from rpc_call_sync | Weston Andros Adamson | 1 | -1/+6 |
2012-11-04 | SUNRPC: remove BUG_ON in rpc_release_task | Weston Andros Adamson | 1 | -1/+1 |
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 RPC_IS_QUEUED | Weston Andros Adamson | 1 | -2/+6 |
2012-11-04 | SUNRPC: remove BUG_ON from __rpc_sleep_on_priority | Weston Andros Adamson | 1 | -1/+1 |
2012-11-04 | SUNRPC: remove BUG_ON in svc_register | Weston Andros Adamson | 1 | -1/+3 |
2012-11-04 | SUNRPC: remove BUG_ON from encode_rpcb_string | Weston Andros Adamson | 1 | -1/+4 |
2012-11-04 | SUNRPC: remove BUG_ON from bc_malloc | Weston Andros Adamson | 1 | -2/+4 |
2012-11-04 | SUNRPC: remove BUG_ON in xdr_shrink_bufhead | Weston Andros Adamson | 1 | -1/+4 |
2012-11-04 | SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES | Weston Andros Adamson | 2 | -2/+7 |
2012-11-04 | SUNRPC: remove BUG_ON in svc_xprt_received | Weston Andros Adamson | 1 | -1/+3 |
2012-11-04 | SUNRPC: remove BUG_ONs from *_reclassify_socket* | Weston Andros Adamson | 2 | -4/+9 |
2012-11-04 | SUNRPC: remove BUG_ON from svc_pool_map_set_cpumask | Weston Andros Adamson | 1 | -1/+3 |
2012-11-04 | SUNRPC: remove two BUG_ON asserts | Weston Andros Adamson | 1 | -2/+2 |
2012-11-04 | SUNRPC: remove BUG_ON in rpc_put_sb_net | Weston Andros Adamson | 1 | -1/+1 |
2012-11-04 | SUNRPC: remove BUG_ON calls from cache_read | Weston Andros Adamson | 1 | -2/+2 |
2012-11-04 | SUNRPC: remove BUG_ON from bc_send | Weston Andros Adamson | 1 | -1/+1 |
2012-11-04 | SUNRPC: remove BUG_ON from xprt_destroy_backchannel | Weston Andros Adamson | 1 | -1/+4 |
2012-11-04 | SUNRPC: remove BUG_ON from rpc_sleep_on* | Weston Andros Adamson | 1 | -2/+12 |
2012-11-04 | SUNRPC: remove BUG_ON from call_bc_transmit | Weston Andros Adamson | 1 | -1/+0 |
2012-11-04 | SUNRPC: remove BUG_ON from call_bc_transmit | Weston Andros Adamson | 1 | -1/+1 |
2012-11-04 | SUNRPC: remove BUG_ON from call_transmit | Weston Andros Adamson | 1 | -1/+0 |