summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-021-1/+1
|\
| * SUNRPC: Fix READ_PLUS crasherChuck Lever2022-06-301-1/+1
* | Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-171-0/+1
|\ \
| * | sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew2022-06-071-0/+1
* | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-102-16/+25
|\ \ \ | |/ / |/| / | |/
| * SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever2022-06-081-4/+4
| * SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever2022-06-081-3/+5
| * SUNRPC: Clean up xdr_commit_encode()Chuck Lever2022-06-081-1/+1
| * SUNRPC: Optimize xdr_reserve_space()Chuck Lever2022-06-081-7/+10
| * SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-081-1/+5
| * SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-021-2/+2
* | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-05-311-0/+5
|\ \
| * | xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-05-311-0/+5
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-261-1/+1
|\ \ \
| * | | Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-249-42/+150
| |\| |
| * | | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* | | | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-269-41/+49
|\ \ \ \ | | |_|/ | |/| |
| * | | SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2022-05-235-11/+11
| * | | SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever2022-05-192-7/+13
| * | | SUNRPC: Don't disable preemption while calling svc_pool_for_cpu().Sebastian Andrzej Siewior2022-05-191-4/+1
| * | | SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-193-9/+4
| * | | SUNRPC: Remove dead code in svc_tcp_release_rqst()Chuck Lever2022-05-191-9/+0
| * | | SUNRPC: Cache deferral injectionChuck Lever2022-05-193-2/+21
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-192-4/+35
|\| |
| * | SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-072-0/+34
| * | Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2022-05-072-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-123-9/+42
|\| |
| * | Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust2022-04-291-3/+0
| * | SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust2022-04-292-1/+4
| * | SUNRPC: Ensure timely close of disconnected AF_LOCAL socketsTrond Myklebust2022-04-291-0/+21
| * | SUNRPC: Don't leak sockets in xs_local_connect()Trond Myklebust2022-04-281-1/+10
| * | SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia2022-04-221-4/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-158-34/+78
|\| |
| * | Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-122-1/+4
| |\ \
| | * | SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-062-1/+4
| * | | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-086-33/+74
| |\ \ \ | | |_|/ | |/| |
| | * | SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust2022-04-073-11/+19
| | * | SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust2022-04-071-1/+3
| | * | SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust2022-04-072-0/+12
| | * | SUNRPC: Handle low memory situations in call_status()Trond Myklebust2022-04-071-0/+5
| | * | SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust2022-04-071-0/+2
| | * | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-072-9/+14
| | * | SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-293-13/+20
* | | | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-2/+2
|/ / /
* | | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-2918-203/+273
|\| |
| * | SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust2022-03-251-12/+15
| * | SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-30/+51
| * | SUNRPC don't resend a task on an offlined transportOlga Kornievskaia2022-03-241-1/+3
| * | SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-03-231-0/+7
| * | SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-225-16/+15