aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton1-1/+2
2025-07-14sunrpc: reset rq_accept_statp when starting a new RPCJeff Layton1-0/+3
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton1-8/+0
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton1-1/+2
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton1-2/+4
2025-07-14sunrpc: unexport csum_partial_copy_to_xdrChristoph Hellwig1-1/+0
2025-07-14sunrpc: simplify xdr_partial_copy_from_skbChristoph Hellwig1-101/+56
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig1-7/+4
2025-07-02rpc_create_client_dir(): return 0 or -E...Al Viro2-28/+20
2025-07-02rpc_create_client_dir(): don't bother with rpc_populate()Al Viro1-18/+7
2025-07-02rpc_new_dir(): the last argument is always NULLAl Viro1-9/+6
2025-07-02rpc_pipe: expand the calls of rpc_mkdir_populate()Al Viro1-41/+22
2025-07-02rpc_gssd_dummy_populate(): don't bother with rpc_populate()Al Viro1-44/+11
2025-07-02rpc_mkpipe_dentry(): switch to simple_start_creating()Al Viro1-54/+29
2025-07-02rpc_pipe: saner primitive for creating regular filesAl Viro1-25/+36
2025-07-02rpc_pipe: saner primitive for creating subdirectoriesAl Viro1-28/+39
2025-07-02rpc_pipe: don't overdo directory lockingAl Viro1-35/+9
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro2-23/+13
2025-07-02rpc_unlink(): saner calling conventionsAl Viro2-10/+8
2025-07-02rpc_populate(): lift cleanup into callersAl Viro1-66/+5
2025-07-02rpc_unlink(): use simple_recursive_removal()Al Viro1-20/+4
2025-07-02rpc_{rmdir_,}depopulate(): use simple_recursive_removal() insteadAl Viro1-41/+3
2025-07-02rpc_pipe: clean failure exits in fill_superAl Viro1-51/+16
2025-06-23sunrpc: fix loop in gss seqno cacheNikhil Jha1-1/+1
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-14/+3
2025-06-19sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton1-9/+2
2025-06-12SUNRPC: Cleanup/fix initial rq_pages allocationBenjamin Coddington1-5/+1
2025-06-11devpts, sunrpc, hostfs: don't bother with ->d_opAl Viro1-1/+1
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-06-03Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-37/+50
2025-05-28SUNRPC: Remove dead code from xs_tcp_tls_setup_socket()Chuck Lever1-11/+0
2025-05-28SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever1-0/+5
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-93/+74
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+6
2025-05-19sunrpc: don't immediately retransmit on seqno missNikhil Jha1-2/+7
2025-05-19sunrpc: implement rfc2203 rpcsec_gss seqnum cacheNikhil Jha2-24/+38
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever1-3/+13
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever1-2/+6
2025-05-15sunrpc: Adjust size of socket's receive page array dynamicallyChuck Lever1-2/+6
2025-05-15SUNRPC: Remove svc_fill_write_vector()Chuck Lever1-40/+0
2025-05-15SUNRPC: Export xdr_buf_to_bvec()Chuck Lever1-0/+1
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-2/+2
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever2-4/+10
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever3-24/+19
2025-05-15sunrpc: Remove backchannel check in svc_init_buffer()Chuck Lever1-4/+0
2025-05-15svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever1-6/+8
2025-05-11svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever1-0/+1
2025-05-11sunrpc: allow SOMAXCONN backlogged TCP connectionsJeff Layton1-1/+1
2025-05-11sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepointJeff Layton1-0/+1