summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown2024-11-041-0/+1
* Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-11-021-0/+1
|\
| * rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever2024-10-301-0/+1
* | Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-10-111-7/+4
|\ \
| * | sunrpc: fix prog selection loop in svc_process_commonNeilBrown2024-09-301-7/+4
* | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/ /
* | [tree-wide] finally take no_llseek outAl Viro2024-09-272-5/+0
* | SUNRPC: replace program list with program arrayNeilBrown2024-09-233-31/+42
* | SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson2024-09-231-0/+28
* | SUNRPC: remove call_allocate() BUG_ONsMike Snitzer2024-09-231-6/+0
* | net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-231-7/+3
* | SUNRPC: clnt.c: Remove misleading commentSiddh Raman Pant2024-09-231-5/+0
* | SUNRPC: Fix -Wformat-truncation warningKunwu Chan2024-09-231-1/+1
|/
* sunrpc: xprtrdma: Use ERR_CAST() to returnYan Zhen2024-09-201-1/+1
* svcrdma: Handle device removal outside of the CM event handlerChuck Lever2024-09-201-1/+15
* sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown2024-09-201-0/+10
* sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()NeilBrown2024-09-201-18/+7
* sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.NeilBrown2024-09-201-6/+0
* sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2024-09-201-20/+11
* sunrpc: document locking rules for svc_exit_thread()NeilBrown2024-09-201-0/+14
* SUNRPC: make various functions static, or not exported.NeilBrown2024-09-015-34/+29
* rpcrdma: Trace connection registration and unregistrationChuck Lever2024-08-191-0/+2
* rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever2024-08-191-1/+1
* rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever2024-08-191-1/+1
* Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-101-1/+1
|\
| * sunrpc: avoid -Wformat-security warningArnd Bergmann2024-07-191-1/+1
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-242-3/+3
* | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-07-189-59/+266
|\ \
| * | SUNRPC: Fix a race to wake a sync taskBenjamin Coddington2024-07-181-1/+3
| * | SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown2024-07-081-1/+2
| * | xprtrdma: Remove temp allocation of rpcrdma_rep objectsChuck Lever2024-07-083-37/+26
| * | xprtrdma: Clean up synopsis of frwr_mr_unmap()Chuck Lever2024-07-081-3/+3
| * | xprtrdma: Handle device removal outside of the CM event handlerChuck Lever2024-07-082-9/+16
| * | rpcrdma: Implement generic device removalChuck Lever2024-07-083-4/+197
| * | xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2024-07-082-2/+17
| * | xprtrdma: removed asm-generic headers from verbs.cTanzir Hasan2024-07-081-2/+2
* | | Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-07-174-69/+128
|\ \ \ | | |/ | |/|
| * | gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui2024-07-081-1/+1
| * | sunrpc: refactor pool_mode setting codeJeff Layton2024-07-081-21/+64
| * | sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton2024-07-081-19/+7
| * | SUNRPC: Add a trace point in svc_xprt_deferred_closeChuck Lever2024-07-081-0/+1
| * | svcrdma: Handle ADDR_CHANGE CM event properlyChuck Lever2024-07-081-1/+15
| * | svcrdma: Refactor the creation of listener CMA IDChuck Lever2024-07-081-27/+40
| |/
* / net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann2024-07-111-0/+7
|/
* SUNRPC: Fix backchannel reply, againChuck Lever2024-06-211-1/+4
* Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-06-131-1/+3
|\
| * SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao2024-05-301-1/+3
* | Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-071-1/+1
|\ \
| * | SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever2024-06-031-1/+1
* | | Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-05-232-2/+18
|\ \ \ | | |/ | |/|