summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust2025-03-212-1/+5
* sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker2025-03-211-0/+1
* SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust2025-02-191-2/+1
* Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2025-01-281-0/+1
|\
| * SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.Dai Ngo2025-01-131-0/+1
* | sunrpc: Remove gss_generic_token deadcodeDr. David Alan Gilbert2025-01-212-82/+0
* | sunrpc: Remove unused xprt_iter_get_xprtDr. David Alan Gilbert2025-01-211-1/+0
* | nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*Jeff Layton2025-01-211-3/+21
* | nfsd: switch to autogenerated definitions for open_delegation_type4Jeff Layton2025-01-211-1/+12
* | nfs_common: make include/linux/nfs4.h include generated nfs4_1.hJeff Layton2025-01-211-0/+124
* | SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun2025-01-061-0/+2
* | sunrpc: remove all connection limit configurationNeilBrown2025-01-062-4/+6
* | nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2025-01-062-1/+17
* | sunrpc/svc: use store_release_wake_up()NeilBrown2025-01-061-6/+1
|/
* xdrgen: Keep track of on-the-wire data type widthsChuck Lever2024-11-111-0/+9
* xdrgen: Implement big-endian enumsChuck Lever2024-11-111-0/+21
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* SUNRPC: replace program list with program arrayNeilBrown2024-09-231-3/+4
* SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson2024-09-231-0/+5
* SUNRPC: convert RPC_TASK_* constants to enumStephen Brennan2024-09-231-7/+9
* xdrgen: Fix return code checking in built-in XDR decodersChuck Lever2024-09-201-2/+2
* tools: Add xdrgenChuck Lever2024-09-202-0/+269
* svcrdma: Handle device removal outside of the CM event handlerChuck Lever2024-09-201-0/+2
* sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown2024-09-201-0/+31
* sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2024-09-201-2/+2
* SUNRPC: make various functions static, or not exported.NeilBrown2024-09-013-12/+0
* Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-07-181-0/+27
|\
| * rpcrdma: Implement generic device removalChuck Lever2024-07-081-0/+27
* | sunrpc: refactor pool_mode setting codeJeff Layton2024-07-081-0/+2
* | sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton2024-07-081-0/+1
|/
* SUNRPC: add a new svc_find_listener helperJeff Layton2024-05-061-0/+2
* SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi2024-05-061-0/+3
* Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-221-10/+3
|\
| * Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2024-04-201-10/+3
* | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-163-1/+3
|\ \ | |/ |/|
| * sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik2024-03-091-0/+1
| * SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo2024-02-281-1/+1
| * SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust2024-02-281-0/+1
* | svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2024-03-011-3/+10
* | svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever2024-03-011-3/+3
* | svcrdma: Post the Reply chunk and Send WR togetherChuck Lever2024-03-011-4/+9
* | svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2024-03-011-0/+25
* | svcrdma: Post Send WR chainChuck Lever2024-03-011-2/+4
* | sunrpc: remove ->pg_stats from svc_programJosef Bacik2024-03-011-1/+0
* | sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik2024-03-011-1/+3
|/
* Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-105-14/+17
|\
| * NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-044-13/+17
| * SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker2024-01-041-1/+0
* | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-26/+1
* | svc: don't hold reference for poolstats, only mutex.NeilBrown2024-01-071-1/+7