summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-109-132/+163
|\
| * SUNRPC: Prevent immediate close+reconnectTrond Myklebust2021-11-042-2/+3
| * SUNRPC: Fix races when closing the socketTrond Myklebust2021-11-042-0/+3
| * SUNRPC: Check if the xprt is connected before handling sysfs readsAnna Schumaker2021-11-041-4/+8
| * xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington2021-11-021-6/+7
| * SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust2021-11-011-40/+28
| * SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust2021-11-011-27/+11
| * sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker2021-10-201-18/+15
| * SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-0/+1
| * xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2021-10-202-3/+0
| * xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-204-9/+55
| * SUNRPC: Per-rpc_clnt task PIDsChuck Lever2021-10-101-2/+10
| * SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust2021-10-031-5/+3
| * SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust2021-10-031-2/+1
| * SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()Trond Myklebust2021-10-031-1/+3
| * SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust2021-10-031-13/+15
* | Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-10-071-1/+1
|\ \ | |/ |/|
| * SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields2021-10-011-1/+1
* | Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-09-083-7/+10
|\|
| * SUNRPC: improve error response to over-size gss credentialNeilBrown2021-09-032-1/+3
| * SUNRPC: don't pause on incomplete allocationNeilBrown2021-09-011-6/+7
* | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-0417-136/+191
|\ \
| * | SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia2021-08-271-0/+9
| * | SUNRPC add xps_nunique_destaddr_xprts to xprt_switch_info in sysfsOlga Kornievskaia2021-08-271-1/+3
| * | SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia2021-08-272-1/+2
| * | SUNRPC: Tweak TCP socket shutdown in the RPC clientTrond Myklebust2021-08-271-3/+6
| * | SUNRPC: Simplify socket shutdown when not reusing TCP portsTrond Myklebust2021-08-271-0/+4
| * | SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-20/+4
| * | SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-103-4/+10
| * | SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-104-40/+40
| * | SUNRPC: Add dst_port to the sysfs xprt info fileAnna Schumaker2021-08-091-2/+4
| * | SUNRPC: Add srcaddr as a file in sysfsAnna Schumaker2021-08-091-0/+26
| * | sunrpc: Fix return value of get_srcport()Anna Schumaker2021-08-091-1/+1
| * | SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2021-08-092-6/+7
| * | SUNRPC: Clean up scheduling of autocloseTrond Myklebust2021-08-091-12/+16
| * | SUNRPC: Fix potential memory corruptionTrond Myklebust2021-08-091-2/+4
| * | SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-094-15/+13
| * | xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever2021-08-094-18/+2
| * | xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever2021-08-091-1/+5
| * | xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever2021-08-091-1/+2
| * | xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever2021-08-091-5/+5
| * | xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever2021-08-093-1/+10
| * | SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCsChuck Lever2021-08-091-1/+14
| * | SUNRPC: Refactor rpc_ping()Chuck Lever2021-08-091-11/+13
* | | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-319-100/+169
|\ \ \ | | |/ | |/|
| * | SUNRPC: Server-side disconnect injectionChuck Lever2021-08-203-0/+13
| * | SUNRPC: Move client-side disconnect injectionChuck Lever2021-08-203-64/+30
| * | SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever2021-08-202-0/+35
| * | svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever2021-08-191-7/+0
| * | rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields2021-08-171-1/+1