public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] ACLs over NFS: Handling of large buffers
@ 2003-02-20 13:11 Andreas Gruenbacher
  0 siblings, 0 replies; only message in thread
From: Andreas Gruenbacher @ 2003-02-20 13:11 UTC (permalink / raw)
  To: Neil Brown, Trond Myklebust; +Cc: linux-kernel, Olaf Kirch

Hello,

in the current kernel nfsd, a buffer of (8+1)k is allocated for each 
kernel nfsd thread. Since the NFS ACL protocol requests arrive at the 
same transport endpoint, in the short term (i.e., for the NFS ACL 
protocol) I need a limit of (24+1)k for each nfsd thread. While this 
wastes memory that will not be used most of the time, the amount of 
wasted memory is still not totally crazy.

However, the NFS ACL protocol still does not support Extended Attributes 
in general, so somebody will have to implement one of the EA NFS 
protocols in addition. (I'm leaning towards the one protocol extension 
from  SGI OB1). This will require a buffer of 64k. So I'm wondering how 
we could solve the problem of buffer space more flexibly. Any ideas?


Thanks,
Andreas.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-20 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-20 13:11 [RFC] ACLs over NFS: Handling of large buffers Andreas Gruenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox