summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2022-03-13SUNRPC: change locking for xs_swap_enable/disableNeilBrown1-15/+11
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown1-0/+2
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown5-7/+32
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown1-1/+1
2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2-18/+0
2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2-2/+5
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown4-4/+21
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-02-28SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever2-0/+62
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-11/+26
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-2/+0
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever2-8/+7
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever3-4/+9
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-5/+19
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2022-02-28SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever1-16/+10
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-5/+5
2022-02-25SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2-3/+3
2022-02-25SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust4-19/+19
2022-02-25SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust5-7/+7
2022-02-25SUNRPC: remove redundant pointer plainhdrColin Ian King1-2/+2
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+13
2022-02-08SUNRPC: lock against ->sock changing during sysfs readNeilBrown2-2/+10
2022-02-08xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+3
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet1-2/+2
2022-01-28SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet1-4/+6
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet1-2/+2
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-65/+34
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song3-15/+15
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-106/+77
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-1/+2
2022-01-14xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever5-27/+0
2022-01-14xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever1-12/+0
2022-01-13sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker1-16/+19
2022-01-13net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang1-2/+4
2022-01-13SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia1-1/+4
2022-01-10SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever1-1/+1
2022-01-06SUNRPC: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+4
2022-01-06SUNRPC: clean up some inconsistent indentingJiapeng Chong1-1/+1
2022-01-06sunrpc: Remove unneeded null checkXu Wang1-4/+2
2021-12-13SUNRPC: Remove low signal-to-noise tracepointsChuck Lever1-4/+2
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-2/+1
2021-12-13SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown1-25/+29
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-6/+25
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-47/+2
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-2/+7
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-11/+11