linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] NFSD: restrict PF_LESS_THROTTLE to loop-back requests.
@ 2014-05-12  1:22 NeilBrown
  2014-05-12  1:22 ` [PATCH 1/2] SUNRPC: track whether a request is coming from a loop-back interface NeilBrown
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: NeilBrown @ 2014-05-12  1:22 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

As PF_LESS_THROTTLE now has a slightly broader meaning it makes sense
to restrict it to only the times it is actually needed - when write
requests come from the local host.

Thanks,
NeilBrown

---

NeilBrown (2):
      SUNRPC: track whether a request is coming from a loop-back interface.
      nfsd: Only set PF_LESS_THROTTLE when really needed.


 fs/nfsd/nfssvc.c                |    6 ------
 fs/nfsd/vfs.c                   |   12 ++++++++++++
 include/linux/sunrpc/svc.h      |    1 +
 include/linux/sunrpc/svc_xprt.h |    1 +
 net/sunrpc/sunrpc.h             |   13 +++++++++++++
 net/sunrpc/svcsock.c            |    5 +++++
 6 files changed, 32 insertions(+), 6 deletions(-)

-- 
Signature


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-22 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12  1:22 [PATCH 0/2] NFSD: restrict PF_LESS_THROTTLE to loop-back requests NeilBrown
2014-05-12  1:22 ` [PATCH 1/2] SUNRPC: track whether a request is coming from a loop-back interface NeilBrown
2014-05-12  1:22 ` [PATCH 2/2] nfsd: Only set PF_LESS_THROTTLE when really needed NeilBrown
2014-05-22 19:59 ` [PATCH 0/2] NFSD: restrict PF_LESS_THROTTLE to loop-back requests J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).