summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-9/+5
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-9/+35
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-369/+53
2025-01-27add a string-to-qstr constructorAl Viro-9/+5
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino-4/+3
2025-01-22SUNRPC: do not retry on EKEYEXPIRED when user TGT ticket expiredDai Ngo-2/+2
2025-01-22sunrpc: add netns inum and srcaddr to debugfs rpc_xprt infoJeff Layton-0/+12
2025-01-21sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcodeDr. David Alan Gilbert-62/+0
2025-01-21sunrpc: Remove gss_generic_token deadcodeDr. David Alan Gilbert-233/+1
2025-01-21sunrpc: Remove unused xprt_iter_get_xprtDr. David Alan Gilbert-17/+0
2025-01-21Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever-11/+1
2025-01-13SUNRPC: display total RPC tasks for RPC clientDai Ngo-2/+8
2025-01-13SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.Dai Ngo-5/+13
2025-01-10SUNRPC: Document validity guarantees of the pointer returned by reserve_spaceChuck Lever-0/+6
2025-01-06SUNRPC: no need get cache ref when protected by rcuYang Erkun-9/+3
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun-15/+26
2025-01-06sunrpc: remove all connection limit configurationNeilBrown-7/+1
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown-16/+16
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-5/+17
2024-11-28sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian-0/+11
2024-11-28SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington-5/+4
2024-11-28sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian-0/+1
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-7/+24
2024-11-18svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin-5/+14
2024-11-18SUNRPC: make sure cache entry active before cache_showYang Erkun-1/+3
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin-4/+2
2024-11-11svcrdma: Address an integer overflowChuck Lever-1/+7
2024-11-08SUNRPC: Fix a hang in TLS sock_close if sk_write_pendingBenjamin Coddington-0/+1
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown-0/+1
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-0/+1
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever-0/+1
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-7/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-30sunrpc: fix prog selection loop in svc_process_commonNeilBrown-7/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro-5/+0
2024-09-23SUNRPC: replace program list with program arrayNeilBrown-31/+42
2024-09-23SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson-0/+28
2024-09-23SUNRPC: remove call_allocate() BUG_ONsMike Snitzer-6/+0
2024-09-23net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li-7/+3
2024-09-23SUNRPC: clnt.c: Remove misleading commentSiddh Raman Pant-5/+0
2024-09-23SUNRPC: Fix -Wformat-truncation warningKunwu Chan-1/+1
2024-09-20sunrpc: xprtrdma: Use ERR_CAST() to returnYan Zhen-1/+1
2024-09-20svcrdma: Handle device removal outside of the CM event handlerChuck Lever-1/+15
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown-0/+10
2024-09-20sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()NeilBrown-18/+7
2024-09-20sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.NeilBrown-6/+0
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown-20/+11
2024-09-20sunrpc: document locking rules for svc_exit_thread()NeilBrown-0/+14
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown-34/+29