Age | Commit message (Expand) | Author | Files | Lines |
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 |