summaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-113-12/+6
* | Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-08-091-1/+1
|\ \
| * | SUNRPC: Expand the svc_alloc_arg_err tracepointChuck Lever2022-07-301-1/+1
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+1
|\ \
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-041-1/+1
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-042-30/+2
|\ \ \ | |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULEThomas Gleixner2022-06-102-30/+2
* | | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-021-1/+1
|\ \ \ | |_|/ |/| |
| * | SUNRPC: Fix READ_PLUS crasherChuck Lever2022-06-301-1/+1
* | | Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-171-0/+1
|\ \ \
| * | | sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew2022-06-071-0/+1
| | |/ | |/|
* | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-112-16/+25
|\ \ \ | |/ / |/| / | |/
| * SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever2022-06-081-4/+4
| * SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever2022-06-081-3/+5
| * SUNRPC: Clean up xdr_commit_encode()Chuck Lever2022-06-081-1/+1
| * SUNRPC: Optimize xdr_reserve_space()Chuck Lever2022-06-081-7/+10
| * SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-081-1/+5
| * SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-021-2/+2
* | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-011-0/+5
|\ \
| * | xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-05-311-0/+5
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-271-1/+1
|\ \ \