summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
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-13SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields1-1/+1
2021-09-18rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-09-18sunrpc: Fix return value of get_srcport()Anna Schumaker1-1/+1
2021-09-18SUNRPC query transport's source portOlga Kornievskaia1-0/+7
2021-09-18SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2-6/+7
2021-09-18SUNRPC: Fix potential memory corruptionTrond Myklebust1-2/+4
2021-07-20SUNRPC: prevent port reuse on transports which don't request it.NeilBrown1-1/+2
2021-07-14SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu1-0/+9
2021-07-14SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu1-1/+2
2021-06-03SUNRPC: More fixes for backlog congestionTrond Myklebust4-39/+50
2021-06-03SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2-28/+47
2021-05-19sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers1-6/+5
2021-05-19xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever1-1/+0
2021-05-19xprtrdma: Fix cwnd update orderingChuck Lever3-7/+8
2021-05-19xprtrdma: Avoid Receive Queue wrappingChuck Lever1-0/+1
2021-05-19SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter1-1/+1
2021-05-19SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion1-2/+2
2021-05-19SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever1-2/+0
2021-05-19SUNRPC: Move fault injection call sitesChuck Lever3-5/+8
2021-04-07rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields1-4/+7
2021-03-25sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras1-2/+4
2021-03-25svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler1-3/+3
2021-03-25NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty1-2/+2
2021-03-17SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington1-1/+4
2021-03-04svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever1-3/+3
2021-02-13SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski3-58/+45
2021-02-10SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever1-3/+4
2021-01-27SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever1-1/+85
2021-01-19net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2020-12-30xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever1-9/+31
2020-12-30sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni1-1/+2
2020-12-30net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev1-2/+2
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust4-16/+55
2020-12-30SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust1-30/+35
2020-11-08net/sunrpc: fix useless comparison in proc_do_xprt()Dan Carpenter1-3/+4
2020-11-06net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter1-1/+1
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-25/+85
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds10-283/+323
2020-10-20SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-10-20sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas1-1/+1
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-16net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov1-1/+7
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+4
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-513/+13
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+121
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker1-0/+69