summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-171-0/+15
| * | svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever2021-08-172-15/+36
| * | svcrdma: Relieve contention on sc_send_lock.Chuck Lever2021-08-172-16/+9
| * | svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever2021-08-172-8/+17
| * | SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2021-08-172-0/+24
| |/
* | Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-18/+0
|\ \
| * | params: lift param_set_uint_minmax to common codeSagi Grimberg2021-08-161-18/+0
| |/
* / SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust2021-08-251-1/+2
|/
* Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-0911-10/+770
|\
| * Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-085-10/+127
| |\
| | * sunrpc: remove an offlined xprt using sysfsOlga Kornievskaia2021-07-082-4/+46
| | * sunrpc: display xprt's queuelen of assigned tasks via sysfsOlga Kornievskaia2021-07-081-2/+4
| | * SUNRPC: take a xprt offline using sysfsOlga Kornievskaia2021-07-083-6/+67
| | * SUNRPC for TCP display xprt's source port in sysfs xprt_infoOlga Kornievskaia2021-07-081-4/+8
| | * SUNRPC query transport's source portOlga Kornievskaia2021-07-081-0/+7
| | * SUNRPC display xprt's main value in sysfs's xprt_infoOlga Kornievskaia2021-07-081-3/+3
| | * SUNRPC mark the first transportOlga Kornievskaia2021-07-081-0/+1
| * | Merge branch 'sysfs-devel'Trond Myklebust2021-07-089-2/+635
| |\|