summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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
* | | 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
| * | SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust2022-03-221-8/+10
| * | NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust2022-03-221-3/+7
| * | NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-7/+14
| * | SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
| * | SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
| * | SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
| * | SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
| * | SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12
| * | SUNRPC: change locking for xs_swap_enable/disableNeilBrown2022-03-131-15/+11
| * | NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-0/+2
| * | SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-135-7/+32
| * | NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+1
| * | SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2022-03-132-18/+0
| * | SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+5
| * | SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-134-4/+21
| * | SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+6
| * | SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-3/+3
| * | SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-254-19/+19
| * | SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-255-7/+7
| * | SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-251-2/+2
* | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-243-8/+10
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-103-2/+13
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-2/+2
| |\ \ \
| * | | | SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet2022-01-281-2/+2
| * | | | SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet2022-01-281-4/+6
| * | | | SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2022-01-281-2/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |