summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.7-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-151-2/+7
|\
| * SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields2020-05-141-1/+1
| * SUNRPC: Signalled ASYNC tasks need to exitChuck Lever2020-05-111-0/+5
| * SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown2020-05-101-1/+1
* | Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-05-116-34/+84
|\ \ | |/ |/|
| * SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-273-5/+45
| * SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-272-9/+18
| * SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-275-24/+25
* | Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-023-11/+31
|\ \ | |/ |/|
| * Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2020-04-282-5/+13
| |\
| | * xprtrdma: Fix use of xdr_stream_encode_item_{present, absent}Chuck Lever2020-04-201-4/+11
| | * xprtrdma: Fix trace point use-after-free raceChuck Lever2020-04-201-1/+1
| | * xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler()Chuck Lever2020-04-201-0/+1
| * | SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown2020-04-281-4/+17
| * | SUNRPC: Remove unreachable error conditionXiyu Yang2020-04-211-2/+1
| |/
* | svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever2020-04-175-18/+29
* | svcrdma: Fix trace point use-after-free raceChuck Lever2020-04-172-9/+10
* | SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-173-0/+5
* | SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purgeYihao Wu2020-04-131-2/+3
|/
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-0711-716/+503
|\
| * SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust2020-04-041-6/+13
| * Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2020-03-286-625/+413
| |\
| | * xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-276-130/+141
| | * xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever2020-03-271-21/+14
| | * xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-276-255/+240
| | * xprtrdma: Disconnect on flushed completionChuck Lever2020-03-273-17/+45
| | * xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever2020-03-273-67/+13
| | * xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever2020-03-273-142/+20
| | * xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever2020-03-271-16/+10
| | * xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever2020-03-273-20/+20
| | * xprtrdma: Clean up the post_send pathChuck Lever2020-03-275-18/+18
| | * xprtrdma: Refactor frwr_init_mr()Chuck Lever2020-03-273-8/+8
| | * xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever2020-03-273-103/+56
| | * xprtrdma: Enhance MR-related trace pointsChuck Lever2020-03-271-1/+1
| * | SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-03-261-1/+2
| * | SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever2020-03-161-6/+8
| * | SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-161-55/+0
| * | sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-03-161-19/+58
| * | SUNRPC: remove redundant assignments to variable statusColin Ian King2020-03-161-1/+1
| * | SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust2020-03-161-0/+3
| * | SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-162-3/+5
| |/
* | svcrdma: Fix leak of transport addressesChuck Lever2020-03-271-0/+1
* | SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-03-271-5/+14
* | sunrpc: Add tracing for cache eventsTrond Myklebust2020-03-161-9/+27
* | SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust2020-03-161-17/+19
* | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-163-27/+50
* | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever2020-03-164-175/+71
* | SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-164-129/+177
* | svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever2020-03-161-1/+12
* | svcrdma: Fix double sync of transport header bufferChuck Lever2020-03-163-41/+28