summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-252-1/+2
| * SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia2022-07-251-0/+1
| * SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2022-07-251-0/+3
| * SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia2022-07-251-0/+1
| * SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia2022-07-251-0/+3
| * SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker2022-07-231-2/+0
| * SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker2022-07-231-0/+2
| * SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker2022-07-231-0/+1
| * SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker2022-07-231-0/+2
| * SUNRPC: Shrink size of struct rpc_taskTrond Myklebust2022-07-231-2/+2
* | Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-08-091-2/+2
|\ \
| * | SUNRPC: Fix xdr_encode_bool()Chuck Lever2022-07-291-2/+2
| |/
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-16/+1
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULEThomas Gleixner2022-06-101-16/+1
* | SUNRPC: Optimize xdr_reserve_space()Chuck Lever2022-06-081-1/+15
|/
* SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever2022-05-191-1/+1
* SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-191-2/+0
* SUNRPC: Make cache_req::thread_wait an unsigned longChuck Lever2022-05-191-4/+4
* SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-071-0/+1
* Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2022-05-071-1/+0
* SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust2022-04-291-0/+1
* Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-121-0/+1
|\
| * SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-061-0/+1
* | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-081-3/+2
|\ \
| * | SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-291-3/+2
* | | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-294-2/+7
|\| |
| * | SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-1/+3
| * | NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-0/+1
| * | SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-0/+1
| * | SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-0/+1
| * | NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+0
| * | SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-131-0/+1
* | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-242-0/+2
|\ \ \ | |_|/ |/| |
| * | SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet2022-01-281-0/+1
| * | SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2022-01-281-0/+1
| |/
* | NFSD: prevent integer overflow on 32 bit systemsDan Carpenter2022-03-151-0/+2
* | SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever2022-02-281-0/+1
* | NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-10/+4
* | NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-5/+0
* | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-282-1/+1
* | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
* | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-3/+4
* | SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+0
* | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-282-4/+0
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
* | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-3/+3
* | SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-25/+0
* | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-4/+0
* | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-131-0/+13
* | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-10/+4