summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust2021-11-181-13/+15
* nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields2021-11-181-22/+18
* SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields2021-10-131-1/+1
* rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields2021-09-181-1/+1
* sunrpc: Fix return value of get_srcport()Anna Schumaker2021-09-181-1/+1
* SUNRPC query transport's source portOlga Kornievskaia2021-09-181-0/+7
* SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2021-09-182-6/+7
* SUNRPC: Fix potential memory corruptionTrond Myklebust2021-09-181-2/+4
* SUNRPC: prevent port reuse on transports which don't request it.NeilBrown2021-07-201-1/+2
* SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-07-141-0/+9
* SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-07-141-1/+2
* SUNRPC: More fixes for backlog congestionTrond Myklebust2021-06-034-39/+50
* SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2021-06-032-28/+47
* sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers2021-05-191-6/+5
* xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever2021-05-191-1/+0
* xprtrdma: Fix cwnd update orderingChuck Lever2021-05-193-7/+8
* xprtrdma: Avoid Receive Queue wrappingChuck Lever2021-05-191-0/+1
* SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter2021-05-191-1/+1
* SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion2021-05-191-2/+2
* SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-05-191-2/+0
* SUNRPC: Move fault injection call sitesChuck Lever2021-05-193-5/+8
* rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields2021-04-071-4/+7
* sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras2021-03-251-2/+4
* svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler2021-03-251-3/+3
* NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty2021-03-251-2/+2
* SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington2021-03-171-1/+4
* svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever2021-03-041-3/+3
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-131-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-133-58/+45
* SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever2021-02-101-3/+4
* SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever2021-01-271-1/+85
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-191-1/+1
* xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-301-9/+31
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-301-1/+2
* net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-301-2/+2
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-304-16/+55
* SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust2020-12-301-30/+35
* net/sunrpc: fix useless comparison in proc_do_xprt()Dan Carpenter2020-11-081-3/+4
* net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter2020-11-061-1/+1
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-227-25/+85
|\
| * SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw2020-10-201-10/+17
| * sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas2020-10-201-1/+1
| * svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni2020-10-161-1/+2
| * net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov2020-10-161-1/+7
| * sunrpc: simplify do_cache_cleanJ. Bruce Fields2020-09-251-7/+8
| * sunrpc: cache : Replace seq_printf with seq_putsXu Wang2020-09-251-2/+2
| * SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker2020-09-251-0/+45
| * net: sunrpc: delete repeated wordsRandy Dunlap2020-09-253-3/+3
* | Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-10-2010-283/+323
|\ \
| * | SUNRPC: Add an xdr_align_data() functionAnna Schumaker2020-10-071-0/+121