All of lore.kernel.org
 help / color / mirror / Atom feed
* Page size
@ 2001-09-03 11:16 Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 2+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-09-03 11:16 UTC (permalink / raw)
  To: linux-kernel

hi all

I don't know if this may be considered already, but after reading a few
articles about plans for 2.5, I came to think of this.

As far as I can see, a page size increase is being discussed, and problems
are how to allow for small and large pages at the same time.

I came to think of a good old method used by some file systems to reduce
slack; suballocation. In Novell NetWare's "classic" file system, this is
done by setting a rather high block size (often 64k), and then splitting
each block in eight. This way, all reads and writes are done in whole
blocks, the allocation table is kept quite small, and should you need to
save a small file, it is saved in one or more slices of a block.

Could this translate to kernel memory allocation with, say, a block size
of 256k and possibilities for suballocating blocks down to 4 or 8 k (a 32
or 64 split).

I am not really a kernel hacker, but thought it might be worth mentioning
the ide.

Please cc: any answers to me, as I'm not on the list.

roy


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

* PAGE SIZE
@ 2005-05-31 16:04 Aldo Gavioli
  0 siblings, 0 replies; 2+ messages in thread
From: Aldo Gavioli @ 2005-05-31 16:04 UTC (permalink / raw)
  To: linux-scsi

Hello All,
is ther any possibility to use __getblk for 8KB block device ?
PAGE size is 4KB on kernel 2.6.
Can anyone help me ?
Thanks
Aldo

-- 
Aldo Gavioli
Product Manager
NetStorage Software s.r.l
Viale Europa,74 - 20090 Cusago (Milan) Italy - Web: www.netstorage.it 



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

end of thread, other threads:[~2005-05-31 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-31 16:04 PAGE SIZE Aldo Gavioli
  -- strict thread matches above, loose matches on Subject: below --
2001-09-03 11:16 Page size Roy Sigurd Karlsbakk

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.