aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 2-1/+4
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 6-33/+74
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Gravatar Trond Myklebust 3-11/+19
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Gravatar Trond Myklebust 1-1/+3
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Gravatar Trond Myklebust 2-0/+12
2022-04-07SUNRPC: Handle low memory situations in call_status()Gravatar Trond Myklebust 1-0/+5
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Gravatar Trond Myklebust 1-0/+2
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Gravatar Trond Myklebust 2-9/+14
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsGravatar Chuck Lever 2-1/+4
2022-03-29SUNRPC: handle malloc failure in ->request_prepareGravatar NeilBrown 3-13/+20
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 18-203/+273
2022-03-25SUNRPC: Don't return error values in sysfs read of closed filesGravatar Trond Myklebust 1-12/+15
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsGravatar Trond Myklebust 2-30/+51
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 3-8/+10
2022-03-24SUNRPC don't resend a task on an offlined transportGravatar Olga Kornievskaia 1-1/+3
2022-03-23SUNRPC: avoid race between mod_timer() and del_timer_sync()Gravatar NeilBrown 1-0/+7
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentGravatar Trond Myklebust 5-16/+15
2022-03-22SUNRPC: Fix unx_lookup_cred() allocationGravatar Trond Myklebust 1-8/+10
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Gravatar Trond Myklebust 1-3/+7
2022-03-22NFS: Fix memory allocation in rpc_malloc()Gravatar Trond Myklebust 1-7/+14
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationGravatar Trond Myklebust 1-35/+18
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACEGravatar Trond Myklebust 1-18/+4
2022-03-22SUNRPC: Fix socket waits for write buffer spaceGravatar Trond Myklebust 1-15/+39
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeGravatar Trond Myklebust 1-2/+3
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketGravatar Trond Myklebust 1-10/+12
2022-03-13SUNRPC: change locking for xs_swap_enable/disableGravatar NeilBrown 1-15/+11
2022-03-13NFSv4: keep state manager thread active if swap is enabledGravatar NeilBrown 1-0/+2
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCGravatar NeilBrown 5-7/+32
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSGravatar NeilBrown 1-1/+1
2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.Gravatar NeilBrown 2-18/+0
2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryGravatar NeilBrown 2-2/+5
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryGravatar NeilBrown 4-4/+21
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryGravatar NeilBrown 2-2/+6
2022-02-28SUNRPC: Teach server to recognize RPC_AUTH_TLSGravatar Chuck Lever 2-0/+62
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servGravatar Chuck Lever 1-11/+26
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleGravatar Chuck Lever 1-2/+0
2022-02-28SUNRPC: Remove svc_shutdown_net()Gravatar Chuck Lever 2-8/+7
2022-02-28SUNRPC: Rename svc_close_xprt()Gravatar Chuck Lever 3-4/+9
2022-02-28SUNRPC: Rename svc_create_xprt()Gravatar Chuck Lever 1-5/+19
2022-02-28SUNRPC: Remove svo_shutdown methodGravatar Chuck Lever 1-3/+0
2022-02-28SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Gravatar Chuck Lever 1-16/+10
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodGravatar Chuck Lever 1-5/+5
2022-02-25SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELGravatar Trond Myklebust 2-3/+3
2022-02-25SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELGravatar Trond Myklebust 4-19/+19
2022-02-25SUNRPC: Convert GFP_NOFS to GFP_KERNELGravatar Trond Myklebust 5-7/+7
2022-02-25SUNRPC: remove redundant pointer plainhdrGravatar Colin Ian King 1-2/+2
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-2/+13
2022-02-08SUNRPC: lock against ->sock changing during sysfs readGravatar NeilBrown 2-2/+10