[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49E47FD2.3010705@garzik.org>
Date: Tue, 14 Apr 2009 08:21:38 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Avi Kivity <avi@...hat.com>
CC: Linus Torvalds <torvalds@...ux-foundation.org>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Szabolcs Szakacsits <szaka@...s-3g.com>,
Grant Grundler <grundler@...gle.com>,
Linux IDE mailing list <linux-ide@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Jens Axboe <jens.axboe@...cle.com>,
Arjan van de Ven <arjan@...radead.org>
Subject: Re: Implementing NVMHCI...
Avi Kivity wrote:
> Jeff Garzik wrote:
>>>> (c) export information indicating the true sector size, in a manner
>>>> similar to how the ATA driver passes that info to userland
>>>> partitioning tools.
>>>
>>> Eventually we'll want to allow filesystems to make use of the native
>>> sector size.
>>
>> At the kernel level, you mean?
>>
>
> Yes. You'll want to align extents and I/O requests on that boundary.
Sure. And RAID today presents these issues to the filesystem...
man mke2fs(8), and look at extended options 'stride' and 'stripe-width'.
It includes mention of RMW issues.
>> But if you are talking about filesystems directly supporting sector
>> sizes >4kb, well, I'll let Linus and others settle that debate :) I
>> will just write the driver once the dust settles...
>
> IMO drivers should expose whatever sector size the device have,
> filesystems should expose their block size, and the block layer should
> correct any impedance mismatches by doing RMW.
>
> Unfortunately, sector size > fs block size means a lot of pointless
> locking for the RMW, so if large sector sizes take off, we'll have to
> adjust filesystems to use larger block sizes.
Don't forget the case where the device does RMW for you, and does not
permit direct access to physical sector size (all operations are in
terms of logical sector size).
Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists