- 7413927 Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 1 month ago
- 064a917 SUNRPC: use different lock keys for INET6 and LOCAL by NeilBrown · 3 years, 1 month ago
- 38764c7 Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 2 months ago
- 2ec20f4 Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 2 months ago
- 3be232f SUNRPC: Prevent immediate close+reconnect by Trond Myklebust · 3 years, 2 months ago
- d896ba8 SUNRPC: Fix races when closing the socket by Trond Myklebust · 3 years, 2 months ago
- 17f09d3 SUNRPC: Check if the xprt is connected before handling sysfs reads by Anna Schumaker · 3 years, 2 months ago
- cb5a967 xprtrdma: Fix a maybe-uninitialized compiler warning by Benjamin Coddington · 3 years, 2 months ago
- 280254b SUNRPC: Clean up xs_tcp_setup_sock() by Trond Myklebust · 3 years, 2 months ago
- ea9afca SUNRPC: Replace use of socket sk_callback_lock with sock_lock by Trond Myklebust · 3 years, 2 months ago
- 023859c sunrpc: remove unnecessary test in rpc_task_set_client() by Thiago Rafael Becker · 3 years, 2 months ago
- b40887e SUNRPC: Trace calls to .rpc_call_done by Chuck Lever · 3 years, 2 months ago
- 7a3d524 xprtrdma: Remove rpcrdma_ep::re_implicit_roundup by Chuck Lever · 3 years, 3 months ago
- 21037b8 xprtrdma: Provide a buffer to pad Write chunks of unaligned length by Chuck Lever · 3 years, 3 months ago
- 5b747a5 SUNRPC: De-duplicate .pc_release() call sites by Chuck Lever · 3 years, 3 months ago
- 0ae93b9 SUNRPC: Simplify the SVC dispatch code path by Chuck Lever · 3 years, 3 months ago
- 0392dd5 SUNRPC: Per-rpc_clnt task PIDs by Chuck Lever · 3 years, 3 months ago
- 1da3854 Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 3 months ago
- 22a027e8 SUNRPC: Add trace event when alloc_pages_bulk() makes no progress by Chuck Lever · 3 years, 3 months ago
- 45f1358 svcrdma: Split svcrmda_wc_{read,write} tracepoints by Chuck Lever · 3 years, 3 months ago
- eef2d8d svcrdma: Split the svcrdma_wc_send() tracepoint by Chuck Lever · 3 years, 3 months ago
- 8dcc572 svcrdma: Split the svcrdma_wc_receive() tracepoint by Chuck Lever · 3 years, 3 months ago
- 33c3214 SUNRPC: xprt_clear_locked() only needs release memory semantics by Trond Myklebust · 3 years, 6 months ago
- 6dbcbe3 SUNRPC: Remove WQ_HIGHPRI from xprtiod by Trond Myklebust · 3 years, 6 months ago
- 47dd879 SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute() by Trond Myklebust · 3 years, 6 months ago
- ea7a101 SUNRPC: Partial revert of commit 6f9f17287e78 by Trond Myklebust · 3 years, 6 months ago
- dae9a6c NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() by Chuck Lever · 3 years, 3 months ago
- f49b68d SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases by Chuck Lever · 3 years, 3 months ago
- 2ba5acf SUNRPC: fix sign error causing rpcsec_gss drops by J. Bruce Fields · 3 years, 3 months ago
- 458032f UNRPC: Return specific error code on kmalloc failure by Yang Li · 3 years, 4 months ago
- 9b6e27d nfsd: don't alloc under spinlock in rpc_parse_scope_id by J. Bruce Fields · 3 years, 3 months ago
- 14e2bc4 Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 4 months ago
- 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 4 months ago
- 0c217d5 SUNRPC: improve error response to over-size gss credential by NeilBrown · 3 years, 4 months ago
- e38b3f2 SUNRPC: don't pause on incomplete allocation by NeilBrown · 3 years, 4 months ago
- 8bda955 Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 4 months ago
- 9a1d6c9 Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- dc48e0a SUNRPC enforce creation of no more than max_connect xprts by Olga Kornievskaia · 3 years, 4 months ago
- df205d0 SUNRPC add xps_nunique_destaddr_xprts to xprt_switch_info in sysfs by Olga Kornievskaia · 3 years, 4 months ago
- 3a3f976 SUNRPC keep track of number of transports to unique addresses by Olga Kornievskaia · 3 years, 4 months ago
- 7c81e6a SUNRPC: Tweak TCP socket shutdown in the RPC client by Trond Myklebust · 3 years, 4 months ago
- 0a6ff58 SUNRPC: Simplify socket shutdown when not reusing TCP ports by Trond Myklebust · 3 years, 4 months ago
- 062b829 SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()... by Trond Myklebust · 3 years, 4 months ago
- 3a12618 SUNRPC: Server-side disconnect injection by Chuck Lever · 3 years, 5 months ago
- a4ae308 SUNRPC: Move client-side disconnect injection by Chuck Lever · 3 years, 5 months ago
- c782af2 SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directory by Chuck Lever · 3 years, 5 months ago
- 729580d svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free() by Chuck Lever · 3 years, 4 months ago
- 5a47534 rpc: fix gss_svc_init cleanup on failure by J. Bruce Fields · 3 years, 5 months ago
- 5c11720 SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency() by Chuck Lever · 3 years, 5 months ago
- 07a92d0 svcrdma: Convert rdma->sc_rw_ctxts to llist by Chuck Lever · 3 years, 11 months ago
- b6c2bfe svcrdma: Relieve contention on sc_send_lock. by Chuck Lever · 3 years, 11 months ago
- 6c8c84f svcrdma: Fewer calls to wake_up() in Send completion handler by Chuck Lever · 3 years, 6 months ago
- 2f0f88f SUNRPC: Add svc_rqst_replace_page() API by Chuck Lever · 3 years, 6 months ago
- 2a14c9a params: lift param_set_uint_minmax to common code by Sagi Grimberg · 3 years, 6 months ago
- 9082e1d SUNRPC: Eliminate the RQ_AUTHERR flag by Chuck Lever · 3 years, 5 months ago
- 5c2465d SUNRPC: Set rq_auth_stat in the pg_authenticate() callout by Chuck Lever · 3 years, 5 months ago
- 438623a SUNRPC: Add svc_rqst::rq_auth_stat by Chuck Lever · 3 years, 5 months ago
- 69f2cd6 SUNRPC: Add dst_port to the sysfs xprt info file by Anna Schumaker · 3 years, 5 months ago
- e44773d SUNRPC: Add srcaddr as a file in sysfs by Anna Schumaker · 3 years, 5 months ago
- 5d46dd0 sunrpc: Fix return value of get_srcport() by Anna Schumaker · 3 years, 5 months ago
- f99fa50 SUNRPC/xprtrdma: Fix reconnection locking by Trond Myklebust · 3 years, 5 months ago
- e26d997 SUNRPC: Clean up scheduling of autoclose by Trond Myklebust · 3 years, 5 months ago
- c2dc3e5 SUNRPC: Fix potential memory corruption by Trond Myklebust · 3 years, 5 months ago
- 71d3d0e SUNRPC: Convert rpc_client refcount to use refcount_t by Trond Myklebust · 3 years, 5 months ago
- 8d863b1 xprtrdma: Eliminate rpcrdma_post_sends() by Chuck Lever · 3 years, 5 months ago
- d9ae813 xprtrdma: Add an xprtrdma_post_send_err tracepoint by Chuck Lever · 3 years, 5 months ago
- 683f31c xprtrdma: Add xprtrdma_post_recvs_err() tracepoint by Chuck Lever · 3 years, 5 months ago
- 97480ca xprtrdma: Put rpcrdma_reps before waking the tear-down completion by Chuck Lever · 3 years, 5 months ago
- 1143129 xprtrdma: Disconnect after an ib_post_send() immediate error by Chuck Lever · 3 years, 5 months ago
- 823c73d0 SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCs by Chuck Lever · 3 years, 5 months ago
- aede517 SUNRPC: Refactor rpc_ping() by Chuck Lever · 3 years, 5 months ago
- 96890bc Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 6 months ago
- 878b3df Merge part 2 of branch 'sysfs-devel' by Trond Myklebust · 3 years, 6 months ago
- 526fca3 Merge branch 'sysfs-devel' by Trond Myklebust · 3 years, 6 months ago
- 6f081693 sunrpc: remove an offlined xprt using sysfs by Olga Kornievskaia · 3 years, 6 months ago
- 681d569 sunrpc: provide showing transport's state info in the sysfs directory by Olga Kornievskaia · 3 years, 7 months ago
- 6a28405 sunrpc: display xprt's queuelen of assigned tasks via sysfs by Olga Kornievskaia · 3 years, 6 months ago
- 0e55903 sunrpc: provide multipath info in the sysfs directory by Olga Kornievskaia · 3 years, 7 months ago
- 4a09651 sunrpc: provide transport info in the sysfs directory by Olga Kornievskaia · 3 years, 7 months ago
- 5b7eb78 SUNRPC: take a xprt offline using sysfs by Olga Kornievskaia · 3 years, 6 months ago
- 587bc72 sunrpc: add dst_attr attributes to the sysfs xprt directory by Olga Kornievskaia · 3 years, 7 months ago
- c1830a6 SUNRPC for TCP display xprt's source port in sysfs xprt_info by Olga Kornievskaia · 3 years, 6 months ago
- a848248 SUNRPC query transport's source port by Olga Kornievskaia · 3 years, 6 months ago
- 0e65ea4 SUNRPC display xprt's main value in sysfs's xprt_info by Olga Kornievskaia · 3 years, 6 months ago
- e091853 SUNRPC mark the first transport by Olga Kornievskaia · 3 years, 6 months ago
- d408ebe sunrpc: add add sysfs directory per xprt under each xprt_switch by Olga Kornievskaia · 3 years, 7 months ago
- 2a338a5 sunrpc: add a symlink from rpc-client directory to the xprt_switch by Olga Kornievskaia · 3 years, 7 months ago
- baea994 sunrpc: add xprt_switch direcotry to sunrpc's sysfs by Olga Kornievskaia · 3 years, 7 months ago
- d3abc73 sunrpc: keep track of the xprt_class in rpc_xprt structure by Olga Kornievskaia · 3 years, 7 months ago
- 5b92687 sunrpc: add IDs to multipath by Olga Kornievskaia · 3 years, 7 months ago
- 572caba sunrpc: add xprt id by Olga Kornievskaia · 3 years, 7 months ago
- c5a382e sunrpc: Create per-rpc_clnt sysfs kobjects by Olga Kornievskaia · 3 years, 7 months ago
- c441f12 sunrpc: Create a client/ subdirectory in the sunrpc sysfs by Olga Kornievskaia · 3 years, 7 months ago
- 7467874 sunrpc: Create a sunrpc directory under /sys/kernel/ by Olga Kornievskaia · 3 years, 7 months ago
- 0cc2ea8 Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 6 months ago
- f6260b9 rpc: remove redundant initialization of variable status by Colin Ian King · 3 years, 7 months ago
- d502952 xprtrdma: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
- a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 5483b90 SUNRPC: Should wake up the privileged task firstly. by Zhang Xiaoxu · 3 years, 6 months ago
- fcb170a SUNRPC: Fix the batch tasks count wraparound. by Zhang Xiaoxu · 3 years, 6 months ago