Age | Commit message (Expand) | Author | Files | Lines |
2014-01-31 | Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -7/+1 |
2014-01-30 | Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 7 | -91/+47 |
2014-01-28 | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -28/+231 |
2014-01-27 | sunrpc: turn warn_gssd() log message into a dprintk() | Jeff Layton | 1 | -7/+1 |
2014-01-24 | gss_krb5: use lcm from kernel lib | Luis Henriques | 1 | -13/+4 |
2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 3 | -3/+3 |
2014-01-07 | minor svcauth_gss.c cleanup | J. Bruce Fields | 1 | -5/+2 |
2014-01-06 | sunrpc: get rid of use_gssp_lock | Jeff Layton | 1 | -24/+18 |
2014-01-06 | sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clnt | Jeff Layton | 1 | -2/+2 |
2014-01-06 | sunrpc: don't wait for write before allowing reads from use-gss-proxy file | Jeff Layton | 3 | -34/+2 |
2014-01-05 | sunrpc: Fix infinite loop in RPC state machine | Weston Andros Adamson | 1 | -2/+6 |
2014-01-03 | SUNRPC/NFSD: Support a new option for ignoring the result of svc_register | Kinglong Mee | 1 | -8/+17 |
2013-12-31 | SUNRPC: Add tracepoint for socket errors | Trond Myklebust | 1 | -0/+1 |
2013-12-31 | SUNRPC: Report connection error values to rpc_tasks on the pending queue | Trond Myklebust | 1 | -5/+36 |
2013-12-31 | SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH | Trond Myklebust | 1 | -1/+6 |
2013-12-31 | SUNRPC: Ensure xprt_connect_status handles all potential connection errors | Trond Myklebust | 1 | -0/+5 |
2013-12-12 | net/sunrpc/cache: simplify code by using hex_pack_byte() | Andy Shevchenko | 1 | -3/+1 |
2013-12-10 | sunrpc: fix some typos | Weng Meiling | 1 | -4/+3 |
2013-12-10 | rpc_pipe: fix cleanup of dummy gssd directory when notification fails | Jeff Layton | 1 | -1/+13 |
2013-12-06 | sunrpc: add an "info" file for the dummy gssd pipe | Jeff Layton | 1 | -1/+49 |
2013-12-06 | rpc_pipe: remove the clntXX dir if creating the pipe fails | Jeff Layton | 1 | -0/+2 |
2013-12-06 | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check | Jeff Layton | 3 | -16/+17 |
2013-12-06 | sunrpc: create a new dummy pipe for gssd to hold open | Jeff Layton | 3 | -4/+98 |
2013-12-05 | Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
2013-11-26 | SUNRPC: do not fail gss proc NULL calls with EACCES | Andy Adamson | 1 | -1/+1 |
2013-11-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -10/+1 |
2013-11-16 | Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -19/+38 |
2013-11-16 | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 6 | -28/+28 |
2013-11-15 | consolidate simple ->d_delete() instances | Al Viro | 1 | -10/+1 |
2013-11-13 | svcrpc: remove an unnecessary assignment | Weng Meiling | 1 | -2/+0 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+3 |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+6 |
2013-11-12 | SUNRPC: Avoid deep recursion in rpc_release_client | Trond Myklebust | 1 | -12/+17 |
2013-11-12 | sunrpc: comment typo fix | J. Bruce Fields | 1 | -2/+2 |
2013-11-08 | SUNRPC: Fix a data corruption issue when retransmitting RPC calls | Trond Myklebust | 1 | -7/+21 |
2013-10-31 | SUNRPC: Cleanup xs_destroy() | Trond Myklebust | 1 | -10/+5 |
2013-10-31 | SUNRPC: close a rare race in xs_tcp_setup_socket. | NeilBrown | 1 | -4/+9 |
2013-10-30 | SUNRPC: remove duplicated include from clnt.c | Wei Yongjun | 1 | -1/+0 |
2013-10-28 | SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msg | Trond Myklebust | 1 | -19/+37 |
2013-10-28 | SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 message | Trond Myklebust | 1 | -0/+1 |
2013-10-28 | SUNRPC: remove an unnecessary if statement | wangweidong | 1 | -3/+1 |
2013-10-28 | sunrpc: comment typo fix | J. Bruce Fields | 1 | -2/+2 |
2013-10-28 | SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport | Trond Myklebust | 1 | -1/+2 |
2013-10-28 | SUNRPC: Add a helper to switch the transport of an rpc_clnt | Trond Myklebust | 1 | -7/+100 |
2013-10-28 | SUNRPC: Modify synopsis of rpc_client_register() | Chuck Lever | 1 | -6/+7 |
2013-10-26 | sunrpc: trim off EC bytes in GSSAPI v2 unwrap | Jeff Layton | 1 | -2/+2 |
2013-10-24 | sunrpc: switch to %pd | Al Viro | 1 | -6/+6 |
2013-10-10 | gss_krb5: document that we ignore sequence number | J. Bruce Fields | 2 | -6/+8 |
2013-10-10 | svcrpc: handle some gssproxy encoding errors | J. Bruce Fields | 1 | -15/+14 |
2013-10-09 | net: fix build errors if ipv6 is disabled | Eric Dumazet | 1 | -0/+2 |