summaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-11-302-5/+17
|\
| * sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian2024-11-282-0/+11
| * SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington2024-11-281-5/+4
| * sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian2024-11-281-0/+1
| * SUNRPC: Fix a hang in TLS sock_close if sk_write_pendingBenjamin Coddington2024-11-081-0/+1
* | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-11-263-7/+24
|\ \
| * | svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin2024-11-191-5/+14
| * | SUNRPC: make sure cache entry active before cache_showYang Erkun2024-11-191-1/+3
| * | svcrdma: Address an integer overflowChuck Lever2024-11-111-1/+7
| |/
* / mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin2024-11-111-4/+2
|/
* 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-121-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-211-1/+1
* svcrdma: Handle device removal outside of the CM event handlerChuck Lever2024-09-211-1/+15
* sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown2024-09-211-0/+10
* sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()NeilBrown2024-09-211-18/+7
* sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.NeilBrown2024-09-211-6/+0
* sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2024-09-211-20/+11
* sunrpc: document locking rules for svc_exit_thread()NeilBrown2024-09-211-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-199-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