| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -2/+2 |
| 2025-07-02 | rpc_create_client_dir(): return 0 or -E... | Al Viro | 1 | -22/+14 |
| 2025-05-19 | sunrpc: don't immediately retransmit on seqno miss | Nikhil Jha | 1 | -2/+7 |
| 2025-03-26 | SUNRPC: rpc_clnt_set_transport() must not change the autobind setting | Trond Myklebust | 1 | -3/+0 |
| 2025-03-21 | NFS: Treat ENETUNREACH errors as fatal in containers | Trond Myklebust | 1 | -8/+22 |
| 2025-01-22 | SUNRPC: do not retry on EKEYEXPIRED when user TGT ticket expired | Dai Ngo | 1 | -2/+2 |
| 2025-01-13 | SUNRPC: display total RPC tasks for RPC client | Dai Ngo | 1 | -2/+5 |
| 2025-01-13 | SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved. | Dai Ngo | 1 | -5/+13 |
| 2024-09-23 | SUNRPC: remove call_allocate() BUG_ONs | Mike Snitzer | 1 | -6/+0 |
| 2024-09-23 | SUNRPC: clnt.c: Remove misleading comment | Siddh Raman Pant | 1 | -5/+0 |
| 2024-09-23 | SUNRPC: Fix -Wformat-truncation warning | Kunwu Chan | 1 | -1/+1 |
| 2024-07-08 | SUNRPC: avoid soft lockup when transmitting UDP to reachable server. | NeilBrown | 1 | -1/+2 |
| 2024-05-20 | sunrpc: fix NFSACL RPC retry on soft mount | Dan Aloni | 1 | -0/+1 |
| 2024-05-20 | SUNRPC: fix handling expired GSS context | Olga Kornievskaia | 1 | -1/+12 |
| 2024-03-09 | sunrpc: add a struct rpc_stats arg to rpc_create_args | Josef Bacik | 1 | -1/+4 |
| 2024-01-10 | Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -26/+25 |
| 2024-01-04 | NFSv4.1: Use the nfs_client's rpc timeouts for backchannel | Benjamin Coddington | 1 | -2/+4 |
| 2024-01-04 | SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switch | Anna Schumaker | 1 | -13/+21 |
| 2024-01-04 | SUNRPC: Remove unused function rpc_clnt_xprt_switch_put() | Anna Schumaker | 1 | -8/+0 |
| 2024-01-04 | SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked() | Anna Schumaker | 1 | -3/+0 |
| 2023-11-30 | SUNRPC: Replace strlcpy() with strscpy() | Kees Cook | 1 | -2/+8 |
| 2023-11-01 | SUNRPC: Fix RPC client cleaned up the freed pipefs dentries | felix | 1 | -1/+4 |
| 2023-10-22 | SUNRPC: Don't skip timeout checks in call_connect_status() | Trond Myklebust | 1 | -1/+2 |
| 2023-10-22 | SUNRPC: ECONNRESET might require a rebind | Trond Myklebust | 1 | -1/+1 |
| 2023-09-27 | Revert "SUNRPC dont update timeout value on connection reset" | Trond Myklebust | 1 | -2/+1 |
| 2023-09-27 | SUNRPC: Fail quickly when server does not recognize TLS | Chuck Lever | 1 | -1/+9 |
| 2023-09-13 | NFSv4.1: fix pnfs MDS=DS session trunking | Olga Kornievskaia | 1 | -4/+7 |
| 2023-09-13 | Revert "SUNRPC: Fail faster on bad verifier" | Trond Myklebust | 1 | -1/+1 |
| 2023-09-13 | SUNRPC: Mark the cred for revalidation if the server rejects it | Trond Myklebust | 1 | -0/+1 |
| 2023-08-24 | SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt() | Trond Myklebust | 1 | -0/+5 |
| 2023-08-24 | SUNRPC: Allow specification of TCP client connect timeout at setup | Trond Myklebust | 1 | -0/+2 |
| 2023-08-23 | SUNRPC: kmap() the xdr pages during decode | Anna Schumaker | 1 | -0/+1 |
| 2023-06-19 | NFS: add sysfs shutdown knob | Benjamin Coddington | 1 | -0/+5 |
| 2023-06-19 | SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor | Chuck Lever | 1 | -0/+3 |
| 2023-06-19 | SUNRPC: Trace the rpc_create_args | Chuck Lever | 1 | -1/+1 |
| 2023-06-19 | SUNRPC: Plumb an API for setting transport layer security | Chuck Lever | 1 | -0/+4 |
| 2023-06-19 | SUNRPC: support abstract unix socket addresses | NeilBrown | 1 | -2/+6 |
| 2023-04-19 | SUNRPC: remove the maximum number of retries in call_bind_status | Dai Ngo | 1 | -3/+0 |
| 2023-02-15 | NFS: fix disabling of swap | NeilBrown | 1 | -0/+2 |
| 2022-12-06 | SUNRPC: Fix missing release socket in rpc_sockname() | Wang ShaoBo | 1 | -1/+1 |
| 2022-10-06 | SUNRPC: Add API to force the client to disconnect | Trond Myklebust | 1 | -0/+14 |
| 2022-10-06 | SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC calls | Trond Myklebust | 1 | -0/+37 |
| 2022-10-06 | SUNRPC: Fix races with rpc_killall_tasks() | Trond Myklebust | 1 | -4/+2 |
| 2022-10-03 | SUNRPC: Directly use ida_alloc()/free() | Bo Liu | 1 | -2/+2 |
| 2022-09-08 | Revert "SUNRPC: Remove unreachable error condition" | Dan Aloni | 1 | -0/+3 |
| 2022-08-19 | SUNRPC: RPC level errors should set task->tk_rpc_status | Trond Myklebust | 1 | -1/+1 |
| 2022-07-27 | SUNRPC: Don't reuse bvec on retransmission of the request | Trond Myklebust | 1 | -1/+0 |
| 2022-07-25 | SUNRPC create a function that probes only offline transports | Olga Kornievskaia | 1 | -0/+65 |
| 2022-07-25 | SUNRPC restructure rpc_clnt_setup_test_and_add_xprt | Olga Kornievskaia | 1 | -21/+31 |
| 2022-07-25 | SUNRPC create an rpc function that allows xprt removal from rpc_clnt | Olga Kornievskaia | 1 | -1/+15 |
| 2022-07-25 | SUNRPC enable back offline transports in trunking discovery | Olga Kornievskaia | 1 | -0/+14 |
| 2022-07-25 | SUNRPC create an iterator to list only OFFLINE xprts | Olga Kornievskaia | 1 | -2/+9 |
| 2022-07-25 | SUNRPC add function to offline remove trunkable transports | Olga Kornievskaia | 1 | -0/+46 |
| 2022-07-23 | SUNRPC: Fail faster on bad verifier | Chuck Lever | 1 | -1/+1 |
| 2022-06-07 | sunrpc: set cl_max_connect when cloning an rpc_clnt | Scott Mayhew | 1 | -0/+1 |
| 2022-05-07 | SUNRPC: Ensure that the gssproxy client can start in a connected state | Trond Myklebust | 1 | -0/+33 |
| 2022-05-07 | Revert "SUNRPC: Ensure gss-proxy connects on setup" | Trond Myklebust | 1 | -3/+0 |
| 2022-04-29 | SUNRPC: Ensure gss-proxy connects on setup | Trond Myklebust | 1 | -0/+3 |
| 2022-04-22 | SUNRPC release the transport of a relocated task with an assigned transport | Olga Kornievskaia | 1 | -4/+7 |
| 2022-04-07 | SUNRPC: Handle allocation failure in rpc_new_task() | Trond Myklebust | 1 | -0/+7 |
| 2022-04-07 | SUNRPC: Handle low memory situations in call_status() | Trond Myklebust | 1 | -0/+5 |
| 2022-04-07 | SUNRPC: Handle ENOMEM in call_transmit_status() | Trond Myklebust | 1 | -0/+2 |
| 2022-03-29 | SUNRPC: handle malloc failure in ->request_prepare | NeilBrown | 1 | -3/+3 |
| 2022-03-24 | SUNRPC don't resend a task on an offlined transport | Olga Kornievskaia | 1 | -1/+3 |
| 2022-03-13 | NFSv4: keep state manager thread active if swap is enabled | NeilBrown | 1 | -0/+2 |
| 2022-03-13 | SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC | NeilBrown | 1 | -2/+0 |
| 2022-03-13 | SUNRPC/auth: async tasks mustn't block waiting for memory | NeilBrown | 1 | -0/+3 |
| 2022-02-25 | SUNRPC: Convert GFP_NOFS to GFP_KERNEL | Trond Myklebust | 1 | -1/+1 |
| 2022-01-13 | SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt | Olga Kornievskaia | 1 | -1/+4 |
| 2021-10-20 | sunrpc: remove unnecessary test in rpc_task_set_client() | Thiago Rafael Becker | 1 | -18/+15 |
| 2021-08-27 | SUNRPC enforce creation of no more than max_connect xprts | Olga Kornievskaia | 1 | -0/+9 |
| 2021-08-27 | SUNRPC keep track of number of transports to unique addresses | Olga Kornievskaia | 1 | -1/+1 |
| 2021-08-09 | SUNRPC: Convert rpc_client refcount to use refcount_t | Trond Myklebust | 1 | -12/+10 |
| 2021-08-09 | SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCs | Chuck Lever | 1 | -1/+14 |
| 2021-08-09 | SUNRPC: Refactor rpc_ping() | Chuck Lever | 1 | -11/+13 |
| 2021-07-08 | sunrpc: remove an offlined xprt using sysfs | Olga Kornievskaia | 1 | -0/+24 |
| 2021-07-08 | SUNRPC mark the first transport | Olga Kornievskaia | 1 | -0/+1 |
| 2021-07-08 | sunrpc: add a symlink from rpc-client directory to the xprt_switch | Olga Kornievskaia | 1 | -1/+1 |
| 2021-07-08 | sunrpc: Create per-rpc_clnt sysfs kobjects | Olga Kornievskaia | 1 | -0/+5 |
| 2021-05-20 | SUNRPC in case of backlog, hand free slots directly to waiting task | NeilBrown | 1 | -7/+0 |
| 2021-05-01 | sunrpc: Fix misplaced barrier in call_decode | Baptiste Lepers | 1 | -6/+5 |
| 2021-04-14 | SUNRPC: Move fault injection call sites | Chuck Lever | 1 | -1/+0 |
| 2020-12-02 | SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() | Trond Myklebust | 1 | -4/+1 |
| 2020-09-21 | SUNRPC: Clean up call_bind_status() observability | Chuck Lever | 1 | -14/+6 |
| 2020-09-21 | SUNRPC: Remove dprintk call site in call_decode | Chuck Lever | 1 | -2/+0 |
| 2020-09-21 | SUNRPC: Trace call_refresh events | Chuck Lever | 1 | -6/+3 |
| 2020-09-21 | SUNRPC: Add trace_rpc_timeout_status() | Chuck Lever | 1 | -1/+1 |
| 2020-09-21 | SUNRPC: Replace connect dprintk call sites with a tracepoint | Chuck Lever | 1 | -4/+0 |
| 2020-09-21 | SUNRPC: Remove dprintk call site in call_start() | Chuck Lever | 1 | -4/+0 |
| 2020-09-21 | SUNRPC: Remove the dprint_status() macro | Chuck Lever | 1 | -30/+1 |
| 2020-09-21 | SUNRPC: Hoist trace_xprtrdma_op_allocate into generic code | Chuck Lever | 1 | -2/+1 |
| 2020-09-21 | SUNRPC dont update timeout value on connection reset | Olga Kornievskaia | 1 | -1/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -11/+11 |
| 2020-06-11 | SUNRPC: Set SOFTCONN when destroying GSS contexts | Chuck Lever | 1 | -5/+4 |
| 2020-06-11 | SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT | Chuck Lever | 1 | -4/+3 |
| 2020-06-11 | SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDS | Chuck Lever | 1 | -2/+2 |
| 2020-06-11 | SUNRPC: trace RPC client lifetime events | Chuck Lever | 1 | -24/+15 |
| 2020-06-11 | SUNRPC: Split the xdr_buf event class | Chuck Lever | 1 | -2/+2 |
| 2020-06-11 | SUNRPC: Add tracepoint to rpc_call_rpcerror() | Chuck Lever | 1 | -0/+1 |
| 2020-05-14 | SUNRPC: 'Directory with parent 'rpc_clnt' already present!' | J. Bruce Fields | 1 | -1/+1 |
| 2020-05-11 | SUNRPC: Signalled ASYNC tasks need to exit | Chuck Lever | 1 | -0/+5 |
| 2020-05-10 | SUNRPC: fix use-after-free in rpc_free_client_work() | NeilBrown | 1 | -1/+1 |
| 2020-04-28 | SUNRPC: defer slow parts of rpc_free_client() to a workqueue. | NeilBrown | 1 | -4/+17 |
| 2020-04-21 | SUNRPC: Remove unreachable error condition | Xiyu Yang | 1 | -2/+1 |
| 2020-04-07 | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -2/+6 |
| 2020-03-16 | svcrdma: Create a generic tracing class for displaying xdr_buf layout | Chuck Lever | 1 | -0/+1 |
| 2020-03-16 | SUNRPC: Don't take a reference to the cred on synchronous tasks | Trond Myklebust | 1 | -0/+3 |
| 2020-03-16 | SUNRPC: Add a flag to avoid reference counts on credentials | Trond Myklebust | 1 | -2/+3 |
| 2020-01-15 | SUNRPC: call_connect_status should handle -EPROTO | Chuck Lever | 1 | -0/+1 |
| 2019-11-18 | Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 1 | -12/+2 |
| 2019-11-03 | NFSv4.1: Don't rebind to the same source port when reconnecting to the server | Trond Myklebust | 1 | -1/+6 |
| 2019-10-24 | SUNRPC: Eliminate log noise in call_reserveresult | Chuck Lever | 1 | -12/+2 |
| 2019-09-26 | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -7/+19 |
| 2019-09-20 | SUNRPC: Don't try to parse incomplete RPC messages | Trond Myklebust | 1 | -1/+13 |
| 2019-09-17 | SUNRPC: RPC level errors should always set task->tk_rpc_status | Trond Myklebust | 1 | -3/+3 |
| 2019-09-17 | SUNRPC: Dequeue the request from the receive queue while we're re-encoding | Trond Myklebust | 1 | -3/+3 |
| 2019-08-26 | SUNRPC: Handle connection breakages correctly in call_status() | Trond Myklebust | 1 | -1/+1 |
| 2019-08-26 | SUNRPC: Handle EADDRINUSE and ENOBUFS correctly | Trond Myklebust | 1 | -3/+7 |
| 2019-08-26 | SUNRPC: Don't handle errors if the bind/connect succeeded | Trond Myklebust | 1 | -11/+24 |
| 2019-07-18 | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request | Trond Myklebust | 1 | -2/+1 |
| 2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust | 1 | -0/+13 |
| 2019-07-12 | SUNRPC: Fix transport accounting when caller specifies an rpc_xprt | Trond Myklebust | 1 | -22/+20 |
| 2019-07-06 | NFS: send state management on a single connection. | NeilBrown | 1 | -1/+23 |
| 2019-07-06 | SUNRPC: Allow creation of RPC clients with multiple connections | Trond Myklebust | 1 | -1/+16 |
| 2019-07-06 | SUNRPC: Add basic load balancing to the transport switch | Trond Myklebust | 1 | -3/+37 |
| 2019-06-21 | SUNRPC: Fix a credential refcount leak | Trond Myklebust | 1 | -1/+0 |
| 2019-06-21 | net :sunrpc :clnt :Fix xps refcount imbalance on the error path | Lin Yi | 1 | -0/+1 |
| 2019-05-30 | SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credential | Trond Myklebust | 1 | -14/+14 |
| 2019-05-30 | SUNRPC fix regression in umount of a secure mount | Olga Kornievskaia | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-09 | SUNRPC: task should be exit if encode return EKEYEXPIRED more times | ZhangXiaoxu | 1 | -1/+8 |
| 2019-04-26 | SUNRPC: Cache cred of process creating the rpc_client | Trond Myklebust | 1 | -0/+7 |
| 2019-04-25 | SUNRPC: Add the 'softerr' rpc_client flag | Trond Myklebust | 1 | -1/+7 |
| 2019-04-25 | SUNRPC: Ensure to ratelimit the "server not responding" syslog messages | Trond Myklebust | 1 | -5/+7 |
| 2019-04-25 | SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts | Trond Myklebust | 1 | -0/+9 |
| 2019-04-25 | SUNRPC: Add tracking of RPC level errors | Trond Myklebust | 1 | -13/+27 |
| 2019-04-25 | SUNRPC: Fix up tracking of timeouts | Trond Myklebust | 1 | -1/+1 |
| 2019-04-25 | SUNRPC: Add function rpc_sleep_on_timeout() | Trond Myklebust | 1 | -1/+0 |
| 2019-04-25 | SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare | Trond Myklebust | 1 | -13/+17 |
| 2019-04-25 | SUNRPC: Fix up task signalling | Trond Myklebust | 1 | -12/+2 |
| 2019-04-17 | SUNRPC: Ignore queue transmission errors on successful transmission | Trond Myklebust | 1 | -2/+5 |
| 2019-04-11 | Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping" | Trond Myklebust | 1 | -37/+8 |
| 2019-03-23 | SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected | Trond Myklebust | 1 | -1/+11 |
| 2019-03-15 | SUNRPC: Remove redundant check for the reply length in call_decode() | Trond Myklebust | 1 | -4/+0 |
| 2019-03-15 | SUNRPC: Handle the SYSTEM_ERR rpc error | Trond Myklebust | 1 | -0/+1 |
| 2019-03-15 | SUNRPC: rpc_decode_header() must always return a non-zero value on error | Trond Myklebust | 1 | -13/+7 |
| 2019-03-15 | SUNRPC: Fix the minimal size for reply buffer allocation | Trond Myklebust | 1 | -1/+6 |
| 2019-03-10 | SUNRPC: Take the transport send lock before binding+connecting | Trond Myklebust | 1 | -1/+8 |
| 2019-03-10 | SUNRPC: Micro-optimise when the task is known not to be sleeping | Trond Myklebust | 1 | -34/+65 |
| 2019-03-10 | SUNRPC: Check whether the task was transmitted before rebind/reconnect | Trond Myklebust | 1 | -4/+40 |
| 2019-03-09 | SUNRPC: Remove redundant calls to RPC_IS_QUEUED() | Trond Myklebust | 1 | -3/+0 |
| 2019-03-09 | SUNRPC: Clean up | Trond Myklebust | 1 | -33/+14 |
| 2019-03-07 | SUNRPC: Respect RPC call timeouts when retrying transmission | Trond Myklebust | 1 | -18/+24 |
| 2019-03-07 | SUNRPC: Fix up RPC back channel transmission | Trond Myklebust | 1 | -28/+33 |
| 2019-03-07 | SUNRPC: Prevent thundering herd when the socket is not connected | Trond Myklebust | 1 | -4/+17 |
| 2019-02-14 | SUNRPC: Use au_rslack when computing reply buffer size | Chuck Lever | 1 | -3/+4 |
| 2019-02-14 | SUNRPC: Add rpc_auth::au_ralign field | Chuck Lever | 1 | -1/+1 |
| 2019-02-14 | NFS: Account for XDR pad of buf->pages | Chuck Lever | 1 | -1/+5 |
| 2019-02-14 | SUNRPC: Introduce rpc_prepare_reply_pages() | Chuck Lever | 1 | -0/+19 |
| 2019-02-14 | SUNRPC: Use struct xdr_stream when decoding RPC Reply header | Chuck Lever | 1 | -43/+45 |
| 2019-02-13 | SUNRPC: Clean up rpc_verify_header() | Chuck Lever | 1 | -127/+96 |
| 2019-02-13 | SUNRPC: Use struct xdr_stream when constructing RPC Call header | Chuck Lever | 1 | -31/+35 |
| 2019-02-13 | SUNRPC: Remove rpc_xprt::tsh_size | Chuck Lever | 1 | -1/+0 |
| 2019-01-15 | SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit | Trond Myklebust | 1 | -7/+12 |
| 2019-01-15 | SUNRPC: Ensure rq_bytes_sent is reset before request transmission | Trond Myklebust | 1 | -1/+0 |
| 2019-01-02 | sunrpc: Add xprt after nfs4_test_session_trunk() | Santosh kumar pradhan | 1 | -0/+3 |
| 2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -2/+2 |
| 2018-12-19 | SUNRPC: add side channel to use non-generic cred for rpc call. | NeilBrown | 1 | -1/+1 |
| 2018-12-19 | SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none | NeilBrown | 1 | -13/+6 |
| 2018-12-19 | NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred(). | NeilBrown | 1 | -0/+1 |
| 2018-12-18 | SUNRPC: Fix disconnection races | Trond Myklebust | 1 | -0/+1 |
| 2018-12-02 | SUNRPC: Fix a memory leak in call_encode() | Trond Myklebust | 1 | -0/+1 |
| 2018-12-02 | SUNRPC: call_connect_status() must handle tasks that got transmitted | Trond Myklebust | 1 | -0/+7 |
| 2018-09-30 | SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter() | Trond Myklebust | 1 | -1/+3 |
| 2018-09-30 | SUNRPC: Clean up transport write space handling | Trond Myklebust | 1 | -18/+10 |
| 2018-09-30 | SUNRPC: Support for congestion control when queuing is enabled | Trond Myklebust | 1 | -0/+5 |
| 2018-09-30 | SUNRPC: Move RPC retransmission stat counter to xprt_transmit() | Trond Myklebust | 1 | -6/+0 |
| 2018-09-30 | SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK | Trond Myklebust | 1 | -4/+0 |
| 2018-09-30 | SUNRPC: Fix up the back channel transmit | Trond Myklebust | 1 | -14/+5 |
| 2018-09-30 | SUNRPC: Refactor RPC call encoding | Trond Myklebust | 1 | -32/+49 |
| 2018-09-30 | SUNRPC: Add a transmission queue for RPC requests | Trond Myklebust | 1 | -4/+2 |
| 2018-09-30 | SUNRPC: Minor cleanup for call_transmit() | Trond Myklebust | 1 | -17/+15 |
| 2018-09-30 | SUNRPC: Refactor xprt_transmit() to remove wait for reply code | Trond Myklebust | 1 | -9/+1 |
| 2018-09-30 | SUNRPC: Refactor xprt_transmit() to remove the reply queue code | Trond Myklebust | 1 | -0/+5 |
| 2018-09-30 | SUNRPC: Avoid holding locks across the XDR encoding of the RPC message | Trond Myklebust | 1 | -3/+3 |
| 2018-09-30 | SUNRPC: Simplify identification of when the message send/receive is complete | Trond Myklebust | 1 | -12/+7 |
| 2018-09-30 | SUNRPC: The transmitted message must lie in the RPCSEC window of validity | Trond Myklebust | 1 | -0/+3 |
| 2018-09-30 | SUNRPC: If there is no reply expected, bail early from call_decode | Trond Myklebust | 1 | -5/+8 |
| 2018-09-30 | SUNRPC: Clean up initialisation of the struct rpc_rqst | Trond Myklebust | 1 | -1/+0 |
| 2018-07-31 | sunrpc: whitespace fixes | Stephen Hemminger | 1 | -1/+1 |
| 2018-07-31 | NFSv4 client live hangs after live data migration recovery | Bill Baker | 1 | -8/+20 |
| 2018-05-07 | SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock | Chuck Lever | 1 | -0/+1 |
| 2018-04-12 | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -1/+7 |
| 2018-04-10 | sunrpc: Add static trace point to report result of RPC ping | Chuck Lever | 1 | -0/+6 |
| 2018-04-10 | sunrpc: Simplify synopsis of some trace points | Chuck Lever | 1 | -1/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+3 |
| 2018-01-14 | SUNRPC: Remove rpc_protocol() | Chuck Lever | 1 | -16/+0 |
| 2017-11-30 | SUNRPC: Handle ENETDOWN errors | Trond Myklebust | 1 | -0/+5 |
| 2017-11-17 | sunrpc: Add rpc_request static trace point | Chuck Lever | 1 | -2/+1 |