| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Treat ENETUNREACH errors as fatal in containers | Trond Myklebust | 2025-03-21 | 2 | -1/+5 |
* | sunrpc: Add a sysfs file for adding a new xprt | Anna Schumaker | 2025-03-21 | 1 | -0/+1 |
* | SUNRPC: Prevent looping due to rpc_signal_task() races | Trond Myklebust | 2025-02-19 | 1 | -2/+1 |
* | Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2025-01-28 | 1 | -0/+1 |
|\ |
|
| * | SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved. | Dai Ngo | 2025-01-13 | 1 | -0/+1 |
* | | sunrpc: Remove gss_generic_token deadcode | Dr. David Alan Gilbert | 2025-01-21 | 2 | -82/+0 |
* | | sunrpc: Remove unused xprt_iter_get_xprt | Dr. David Alan Gilbert | 2025-01-21 | 1 | -1/+0 |
* | | nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_* | Jeff Layton | 2025-01-21 | 1 | -3/+21 |
* | | nfsd: switch to autogenerated definitions for open_delegation_type4 | Jeff Layton | 2025-01-21 | 1 | -1/+12 |
* | | nfs_common: make include/linux/nfs4.h include generated nfs4_1.h | Jeff Layton | 2025-01-21 | 1 | -0/+124 |
* | | SUNRPC: introduce cache_check_rcu to help check in rcu context | Yang Erkun | 2025-01-06 | 1 | -0/+2 |
* | | sunrpc: remove all connection limit configuration | NeilBrown | 2025-01-06 | 2 | -4/+6 |
* | | nfsd: don't use sv_nrthreads in connection limiting calculations. | NeilBrown | 2025-01-06 | 2 | -1/+17 |
* | | sunrpc/svc: use store_release_wake_up() | NeilBrown | 2025-01-06 | 1 | -6/+1 |
|/ |
|
* | xdrgen: Keep track of on-the-wire data type widths | Chuck Lever | 2024-11-11 | 1 | -0/+9 |
* | xdrgen: Implement big-endian enums | Chuck Lever | 2024-11-11 | 1 | -0/+21 |
* | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2024-10-02 | 1 | -1/+1 |
* | SUNRPC: replace program list with program array | NeilBrown | 2024-09-23 | 1 | -3/+4 |
* | SUNRPC: add svcauth_map_clnt_to_svc_cred_local | Weston Andros Adamson | 2024-09-23 | 1 | -0/+5 |
* | SUNRPC: convert RPC_TASK_* constants to enum | Stephen Brennan | 2024-09-23 | 1 | -7/+9 |
* | xdrgen: Fix return code checking in built-in XDR decoders | Chuck Lever | 2024-09-20 | 1 | -2/+2 |
* | tools: Add xdrgen | Chuck Lever | 2024-09-20 | 2 | -0/+269 |
* | svcrdma: Handle device removal outside of the CM event handler | Chuck Lever | 2024-09-20 | 1 | -0/+2 |
* | sunrpc: allow svc threads to fail initialisation cleanly | NeilBrown | 2024-09-20 | 1 | -0/+31 |
* | sunrpc: change sp_nrthreads from atomic_t to unsigned int. | NeilBrown | 2024-09-20 | 1 | -2/+2 |
* | SUNRPC: make various functions static, or not exported. | NeilBrown | 2024-09-01 | 3 | -12/+0 |
* | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2024-07-18 | 1 | -0/+27 |
|\ |
|
| * | rpcrdma: Implement generic device removal | Chuck Lever | 2024-07-08 | 1 | -0/+27 |
* | | sunrpc: refactor pool_mode setting code | Jeff Layton | 2024-07-08 | 1 | -0/+2 |
* | | sunrpc: fix up the special handling of sv_nrpools == 1 | Jeff Layton | 2024-07-08 | 1 | -0/+1 |
|/ |
|
* | SUNRPC: add a new svc_find_listener helper | Jeff Layton | 2024-05-06 | 1 | -0/+2 |
* | SUNRPC: introduce svc_xprt_create_from_sa utility routine | Lorenzo Bianconi | 2024-05-06 | 1 | -0/+3 |
* | Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 2024-04-22 | 1 | -10/+3 |
|\ |
|
| * | Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain" | Chuck Lever | 2024-04-20 | 1 | -10/+3 |
* | | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2024-03-16 | 3 | -1/+3 |
|\ \
| |/
|/| |
|
| * | sunrpc: add a struct rpc_stats arg to rpc_create_args | Josef Bacik | 2024-03-09 | 1 | -0/+1 |
| * | SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int | Dai Ngo | 2024-02-28 | 1 | -1/+1 |
| * | SUNRPC: Add a transport callback to handle dequeuing of an RPC request | Trond Myklebust | 2024-02-28 | 1 | -0/+1 |
* | | svcrdma: Add Write chunk WRs to the RPC's Send WR chain | Chuck Lever | 2024-03-01 | 1 | -3/+10 |
* | | svcrdma: Post WRs for Write chunks in svc_rdma_sendto() | Chuck Lever | 2024-03-01 | 1 | -3/+3 |
* | | svcrdma: Post the Reply chunk and Send WR together | Chuck Lever | 2024-03-01 | 1 | -4/+9 |
* | | svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxt | Chuck Lever | 2024-03-01 | 1 | -0/+25 |
* | | svcrdma: Post Send WR chain | Chuck Lever | 2024-03-01 | 1 | -2/+4 |
* | | sunrpc: remove ->pg_stats from svc_program | Josef Bacik | 2024-03-01 | 1 | -1/+0 |
* | | sunrpc: pass in the sv_stats struct through svc_create_pooled | Josef Bacik | 2024-03-01 | 1 | -1/+3 |
|/ |
|
* | Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2024-01-10 | 5 | -14/+17 |
|\ |
|
| * | NFSv4.1: Use the nfs_client's rpc timeouts for backchannel | Benjamin Coddington | 2024-01-04 | 4 | -13/+17 |
| * | SUNRPC: Remove unused function rpc_clnt_xprt_switch_put() | Anna Schumaker | 2024-01-04 | 1 | -1/+0 |
* | | SUNRPC: discard sv_refcnt, and svc_get/svc_put | NeilBrown | 2024-01-07 | 1 | -26/+1 |
* | | svc: don't hold reference for poolstats, only mutex. | NeilBrown | 2024-01-07 | 1 | -1/+7 |