summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2025-11-16svcrdma: Release transport resources synchronouslyChuck Lever-11/+8
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-2/+1
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever-2/+1
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-20/+42
2025-10-01SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on itEric Biggers-1/+2
2025-09-30sunrpc: unexport rpc_malloc() and rpc_free()Jeff Layton-2/+0
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker-4/+4
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker-5/+5
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong-2/+2
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever-2/+6
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton-0/+14
2025-09-21sunrpc: fix "occurence"->"occurrence"Xichao Zhao-1/+1
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever-2/+6
2025-09-21nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia-0/+15
2025-09-21sunrpc: eliminate return pointer in svc_tcp_sendmsg()Jeff Layton-13/+8
2025-09-21sunrpc: fix pr_notice in svc_tcp_sendto() to show correct lengthJeff Layton-2/+2
2025-09-21sunrpc: delay pc_release callback until after the reply is sentJeff Layton-3/+14
2025-09-21sunrpc: fix null pointer dereference on zero-length checksumLei Lu-1/+1
2025-09-06SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell-3/+3
2025-09-06Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust-2/+0
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-8/+35
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-122/+32
2025-08-06sunrpc: fix handling of server side tls alertsOlga Kornievskaia-8/+35
2025-08-03sunrpc: fix client side handling of tls alertsOlga Kornievskaia-10/+30
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-422/+157
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2025-07-22SUNRPC: Silence warnings about parameters not being describedTrond Myklebust-2/+2
2025-07-14SUNRPC: Remove unused xdr functionsDr. David Alan Gilbert-110/+0
2025-07-14sunrpc: make svc_tcp_sendmsg() take a signed sentp pointerJeff Layton-3/+2
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton-1/+2
2025-07-14sunrpc: reset rq_accept_statp when starting a new RPCJeff Layton-0/+3
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton-8/+0
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton-1/+2
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton-2/+4
2025-07-14sunrpc: unexport csum_partial_copy_to_xdrChristoph Hellwig-1/+0
2025-07-14sunrpc: simplify xdr_partial_copy_from_skbChristoph Hellwig-104/+59
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig-7/+4
2025-07-02rpc_create_client_dir(): return 0 or -E...Al Viro-28/+20
2025-07-02rpc_create_client_dir(): don't bother with rpc_populate()Al Viro-18/+7
2025-07-02rpc_new_dir(): the last argument is always NULLAl Viro-9/+6
2025-07-02rpc_pipe: expand the calls of rpc_mkdir_populate()Al Viro-41/+22
2025-07-02rpc_gssd_dummy_populate(): don't bother with rpc_populate()Al Viro-44/+11
2025-07-02rpc_mkpipe_dentry(): switch to simple_start_creating()Al Viro-54/+29
2025-07-02rpc_pipe: saner primitive for creating regular filesAl Viro-25/+36
2025-07-02rpc_pipe: saner primitive for creating subdirectoriesAl Viro-28/+39
2025-07-02rpc_pipe: don't overdo directory lockingAl Viro-35/+9
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro-23/+13
2025-07-02rpc_unlink(): saner calling conventionsAl Viro-10/+8
2025-07-02rpc_populate(): lift cleanup into callersAl Viro-66/+5
2025-07-02rpc_unlink(): use simple_recursive_removal()Al Viro-20/+4