summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2-1/+4
2022-04-13SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-10/+11
2022-04-13SUNRPC: Prevent immediate close+reconnectTrond Myklebust2-2/+3
2022-04-13SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust1-1/+3
2022-04-13SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-13SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-04-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2-18/+0
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2-2/+5
2022-04-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-08SUNRPC don't resend a task on an offlined transportOlga Kornievskaia1-1/+3
2022-04-08SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7
2022-03-08SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever1-1/+1
2022-03-08NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-5/+6
2022-02-23xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+3
2022-02-16sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker1-16/+19
2022-02-16net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang1-2/+4
2022-02-16SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia1-1/+4
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-2/+2
2021-11-18SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust1-13/+15
2021-11-18nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields1-22/+18
2021-10-08Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1
2021-10-01SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields1-1/+1
2021-09-09Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-7/+10
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds17-136/+191
2021-09-03SUNRPC: improve error response to over-size gss credentialNeilBrown2-1/+3
2021-09-01SUNRPC: don't pause on incomplete allocationNeilBrown1-6/+7
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-100/+169
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+0
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+9
2021-08-27SUNRPC add xps_nunique_destaddr_xprts to xprt_switch_info in sysfsOlga Kornievskaia1-1/+3
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia2-1/+2
2021-08-27SUNRPC: Tweak TCP socket shutdown in the RPC clientTrond Myklebust1-3/+6
2021-08-27SUNRPC: Simplify socket shutdown when not reusing TCP portsTrond Myklebust1-0/+4
2021-08-25SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust1-1/+2
2021-08-20SUNRPC: Server-side disconnect injectionChuck Lever3-0/+13
2021-08-20SUNRPC: Move client-side disconnect injectionChuck Lever3-64/+30
2021-08-20SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever2-0/+35
2021-08-19svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever1-7/+0
2021-08-17rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+15
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever2-15/+36
2021-08-17svcrdma: Relieve contention on sc_send_lock.Chuck Lever2-16/+9
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever2-8/+17
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2-0/+24
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-18/+0
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-20/+4
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever3-4/+10
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever4-40/+40
2021-08-10SUNRPC: Add dst_port to the sysfs xprt info fileAnna Schumaker1-2/+4