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