summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23SUNRPC: replace program list with program arrayNeilBrown
2024-09-23SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson
2024-09-23SUNRPC: remove call_allocate() BUG_ONsMike Snitzer
2024-09-23net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-23SUNRPC: clnt.c: Remove misleading commentSiddh Raman Pant
2024-09-23SUNRPC: Fix -Wformat-truncation warningKunwu Chan
2024-09-20sunrpc: xprtrdma: Use ERR_CAST() to returnYan Zhen
2024-09-20svcrdma: Handle device removal outside of the CM event handlerChuck Lever
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown
2024-09-20sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()NeilBrown
2024-09-20sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.NeilBrown
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown
2024-09-20sunrpc: document locking rules for svc_exit_thread()NeilBrown
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown
2024-08-19rpcrdma: Trace connection registration and unregistrationChuck Lever
2024-08-19rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever
2024-08-19rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever
2024-08-10Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-19sunrpc: avoid -Wformat-security warningArnd Bergmann
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-07-18SUNRPC: Fix a race to wake a sync taskBenjamin Coddington
2024-07-17Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-07-11net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann
2024-07-08gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui
2024-07-08sunrpc: refactor pool_mode setting codeJeff Layton
2024-07-08sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton
2024-07-08SUNRPC: Add a trace point in svc_xprt_deferred_closeChuck Lever
2024-07-08svcrdma: Handle ADDR_CHANGE CM event properlyChuck Lever
2024-07-08svcrdma: Refactor the creation of listener CMA IDChuck Lever
2024-07-08SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown
2024-07-08xprtrdma: Remove temp allocation of rpcrdma_rep objectsChuck Lever
2024-07-08xprtrdma: Clean up synopsis of frwr_mr_unmap()Chuck Lever
2024-07-08xprtrdma: Handle device removal outside of the CM event handlerChuck Lever
2024-07-08rpcrdma: Implement generic device removalChuck Lever
2024-07-08xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever
2024-07-08xprtrdma: removed asm-generic headers from verbs.cTanzir Hasan
2024-06-21SUNRPC: Fix backchannel reply, againChuck Lever
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-06-07Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-03SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-05-30SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao
2024-05-23Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-05-20rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni
2024-05-20sunrpc: fix NFSACL RPC retry on soft mountDan Aloni
2024-05-20SUNRPC: fix handling expired GSS contextOlga Kornievskaia
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'nfsd-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-05-09SUNRPC: Fix gss_free_in_token_pages()Chuck Lever