summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker2020-10-071-0/+69
| * | SUNRPC: Split out _shift_data_right_tail()Anna Schumaker2020-10-071-27/+41
| * | SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()Anna Schumaker2020-10-071-7/+14
| * | SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker2020-10-071-0/+13
| * | SUNRPC: Split out a function for setting current pageAnna Schumaker2020-10-071-4/+9
| * | xprtrdma: drop double zeroingJulia Lawall2020-09-211-1/+1
| * | Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2020-09-212-2/+2
| * | SUNRPC: Remove remaining dprintks from sched.cChuck Lever2020-09-211-10/+0