public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: file system for solid state disks
@ 2007-08-23  8:55 Daniel J Blueman
  2007-08-23 12:45 ` James Courtier-Dutton
  2007-09-05 12:34 ` Denys Vlasenko
  0 siblings, 2 replies; 17+ messages in thread
From: Daniel J Blueman @ 2007-08-23  8:55 UTC (permalink / raw)
  To: Jan Engelhardt, Richard Ballantyne; +Cc: Linux Kernel

On 23 Aug, 07:00, Jan Engelhardt <jengelh@computergmbh.de> wrote:
> On Aug 23 2007 01:01, Richard Ballantyne wrote:
> >What file system that is already in the linux kernel do people recommend
> >I use for my laptop that now contains a solid state disk?
>
> If I had to choose, the list of options seems to be:
>
> - logfs
>   [unmerged]
>
> - UBI layer with any fs you like
>   [just a guess]
>
> - UDF in Spared Flavor (mkudffs --media-type=cdrw --utf8)
>   [does not support ACLs/quotas]

Isn't it that with modern rotational wear-levelling, re-writing hot
blocks many times is not an issue, as they are internally moved around
anyway? So, using a journalled filesystem such as ext3 is still good
(robustness and maturity in mind). Due to lack of write buffering,
perhaps a wandering log (journal) filesystem would be more suitable
though? I use ext3 on my >35MB/s compact flash filesystem.

I can see there being advantage in selecting a filesystem which is
lower complexity due to no additional spatial optimisation complexity,
but those advantages do buy other efficiency (eg the Orlov allocator
reducing fragmentation, thus less overhead), right?

Also, it would be natural to employ 'elevator=none', but perhaps there
is a small advantage in holding a group of flash blocks 'ready' (like
SDRAM pages being selected on-chip for lower bus access latency) -
however this no longer holds when logical->physical remapping is
performed, so perhaps it's better without an elevator.

Clearly, benchmarks speak...but perhaps it would make sense to have
libata disable the elevator for the (compact) flash block device?

Daniel
-- 
Daniel J Blueman

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: file system for solid state disks
@ 2007-08-25  8:41 Just Marc
  2007-08-30 18:25 ` Jan Engelhardt
  0 siblings, 1 reply; 17+ messages in thread
From: Just Marc @ 2007-08-25  8:41 UTC (permalink / raw)
  To: linux-kernel

Hi,

It's important to note that disk-replacement type SSDs perform much 
better with very small block operations, generally 512 bytes.  So the 
lower your file system block size, the better -- this will be the single 
most significant performance tweak one should do.   This is true for the 
benchmarks I've seen where the difference between 4KB and 512Byte block 
sizes was almost 100%.   YMMV -- always benchmark.

On SSDs which contain built in wear leveling, pretty much any file 
system can be used.   For SSDs that lack such low level housekeeping, 
use stuff like JFFS2.

Marc

^ permalink raw reply	[flat|nested] 17+ messages in thread
* file system for solid state disks
@ 2007-08-23  5:01 Richard Ballantyne
  2007-08-23  5:52 ` Jan Engelhardt
  0 siblings, 1 reply; 17+ messages in thread
From: Richard Ballantyne @ 2007-08-23  5:01 UTC (permalink / raw)
  To: linux-kernel

What file system that is already in the linux kernel do people recommend
I use for my laptop that now contains a solid state disk?

I appreciate your feedback.

Thank you,
Richard Ballantyne


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

end of thread, other threads:[~2007-09-05 13:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-23  8:55 file system for solid state disks Daniel J Blueman
2007-08-23 12:45 ` James Courtier-Dutton
2007-08-23 12:56   ` Daniel J Blueman
     [not found]     ` <20070823134359.GB5576@mail.ustc.edu.cn>
2007-08-23 13:43       ` Fengguang Wu
2007-08-23 15:09         ` Daniel J Blueman
2007-09-05 12:34 ` Denys Vlasenko
2007-09-05 12:56   ` linux-os (Dick Johnson)
2007-09-05 13:04     ` Manu Abraham
  -- strict thread matches above, loose matches on Subject: below --
2007-08-25  8:41 Just Marc
2007-08-30 18:25 ` Jan Engelhardt
2007-08-30 18:26   ` Just Marc
2007-08-23  5:01 Richard Ballantyne
2007-08-23  5:52 ` Jan Engelhardt
2007-08-23 10:26   ` Theodore Tso
2007-08-23 11:25     ` Jens Axboe
2007-08-29 17:36       ` Bill Davidsen
2007-08-29 17:57         ` Jens Axboe

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