summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-5/+5
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-3/+3
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-1311-80/+141
|\ \ | |/ |/|
| * SUNRPC: Add API to force the client to disconnectTrond Myklebust2022-10-061-0/+14
| * SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust2022-10-062-0/+48
| * SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust2022-10-063-21/+28
| * xprtrdma: Fix uninitialized variableChuck Lever2022-10-051-2/+1
| * xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever2022-10-051-4/+4
| * xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever2022-10-051-3/+3
| * xprtrdma: MR-related memory allocation should be allowed to failChuck Lever2022-10-053-11/+17
| * xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever2022-10-051-11/+8
| * xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever2022-10-053-11/+11
| * svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever2022-10-052-4/+2
| * SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever2022-10-052-9/+4
| * SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-031-1/+1
| * SUNRPC: use max_t() to simplify open codeZiyang Xuan2022-10-031-4/+1
| * SUNRPC: Directly use ida_alloc()/free()Bo Liu2022-10-033-6/+6
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-7/+5
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-7/+5
* | | SUNRPC: Fix typo in xdr_buf_subsegment's kdoc commentChuck Lever2022-09-261-1/+1
* | | NFSD: Refactor common code out of dirlist helpersChuck Lever2022-09-261-0/+22
* | | SUNRPC: Clarify comment that documents svc_max_payload()Chuck Lever2022-09-261-2/+6
* | | SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-1/+1
* | | SUNRPC: Optimize svc_process()Chuck Lever2022-09-261-13/+11
| |/ |/|
* | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-122-4/+7
|\ \
| * | Revert "SUNRPC: Remove unreachable error condition"Dan Aloni2022-09-081-0/+3
| * | SUNRPC: Fix call completion races with call_decode()Trond Myklebust2022-09-011-4/+4
* | | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-221-1/+1
|\| |
| * | SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust2022-08-191-1/+1
* | | net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong2022-08-121-2/+4
| |/ |/|
* | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-1011-160/+465
|\|
| * SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust2022-07-273-20/+20
| * SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-07-271-0/+14
| * SUNRPC create a function that probes only offline transportsOlga Kornievskaia2022-07-251-0/+65
| * SUNRPC export xprt_iter_rewind functionOlga Kornievskaia2022-07-251-1/+0
| * SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia2022-07-251-21/+31
| * SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-253-7/+22
| * SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia2022-07-251-0/+14
| * SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2022-07-252-12/+98
| * SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia2022-07-251-0/+46
| * SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia2022-07-252-23/+37
| * SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker2022-07-231-66/+0
| * SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker2022-07-231-0/+23
| * SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker2022-07-231-0/+30
| * SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker2022-07-231-0/+59
| * SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever2022-07-231-2/+4
| * SUNRPC: Fail faster on bad verifierChuck Lever2022-07-231-1/+1
| * sunrpc: fix expiry of auth credsDan Aloni2022-07-121-1/+1
| * SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust2022-07-103-12/+6