Re: jbd bug(s) (?)

Christoph Hellwig (hch@infradead.org)
Thu, 26 Sep 2002 15:05:57 +0100


On Thu, Sep 26, 2002 at 09:44:35AM -0400, Theodore Ts'o wrote:
> block size). So we could add larger block sizes, but it would mean
> adding a huge amount of complexity for minimal gain (and if you really
> want that, you can always use XFS, which pays that complexity cost).

XFS does't support blocksize > PAGE_CACHE_SIZE under linux. In fact the
latest public XFS/Linux release doesn't even support any blocksize other
than PAGE_CACHE_SIZE. This has changed in the development tree now and
the version merged in 2.5 and the next public 2.4 release will have that
support. Doing blocksize > PAGE_CACHE_SIZE will difficult if not
impossible due VM locking issues with the 2.4 and 2.5 VM code.

> It'd be nice to get real VM support for this, but that will almost
> certainly have to wait for 2.6.

I don't really see this happening before Halloween..

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/