All of lore.kernel.org
 help / color / mirror / Atom feed
* readpages and network file systems
@ 2004-10-12  2:10 James Philip Roper
  2004-10-12 16:36 ` Sonny Rao
  0 siblings, 1 reply; 2+ messages in thread
From: James Philip Roper @ 2004-10-12  2:10 UTC (permalink / raw)
  To: linux-fsdevel, James Roper

Hi

Am I right in saying that the kernel has a maximum of 128K readpages?  I 
saw some discussion in the archives relating to the efficiency of reads 
that size in the context of block devices, and a lot of people were 
saying that reads shouldn't be larger than that because of various 
problems, but what about network file systems?  I'm implementing read 
ahead routines in cifs, and i think reads in the megabytes could greatly 
increase bandwidth utilisation, as you can have up to 50 cifs requests 
of 64K each on the wire at any one time.  The larger the reads, the less 
the round trip time has effect.

Please CC any responses to me as I am not on the mailing list.

James

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

end of thread, other threads:[~2004-10-12 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-12  2:10 readpages and network file systems James Philip Roper
2004-10-12 16:36 ` Sonny Rao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.