* Re: -mm merge plans for 2.6.23 [not found] <20070710013152.ef2cd200.akpm@linux-foundation.org> @ 2007-07-11 11:35 ` Christoph Hellwig 2007-07-11 11:39 ` David Woodhouse 2007-07-11 12:00 ` fallocate, " Christoph Hellwig [not found] ` <46957BE1.1010104@yahoo.com.au> 2 siblings, 1 reply; 7+ messages in thread From: Christoph Hellwig @ 2007-07-11 11:35 UTC (permalink / raw) To: Andrew Morton; +Cc: dwmw2, linux-kernel, linux-fsdevel On Tue, Jul 10, 2007 at 01:31:52AM -0700, Andrew Morton wrote: > romfs-printk-format-warnings.patch NACK on this one. This bloats romfs by almost half of it's previous size to add mtd support to it. Given that romfs is a compltely trivial filesystem it's much better to have a separate filesystem driver handling the format on mtd instead of adding all these indirections. In addition to that argument the switch on the underlying subsystem is done horrible. There's lots of ifdefs instead of proper functions pointers, there's one file containing both block and mtd code instead of seaparate files, etc. And the get_unmapped_area method in a bare filesystem needs a _lot_ of explanation. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: -mm merge plans for 2.6.23 2007-07-11 11:35 ` -mm merge plans for 2.6.23 Christoph Hellwig @ 2007-07-11 11:39 ` David Woodhouse 2007-07-11 17:21 ` Andrew Morton 0 siblings, 1 reply; 7+ messages in thread From: David Woodhouse @ 2007-07-11 11:39 UTC (permalink / raw) To: Christoph Hellwig; +Cc: Andrew Morton, linux-kernel, linux-fsdevel On Wed, 2007-07-11 at 13:35 +0200, Christoph Hellwig wrote: > On Tue, Jul 10, 2007 at 01:31:52AM -0700, Andrew Morton wrote: > > romfs-printk-format-warnings.patch > > NACK on this one. The rest of it is nacked anyway, until we unify the point and get_unmapped_area methods of the MTD API. -- dwmw2 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: -mm merge plans for 2.6.23 2007-07-11 11:39 ` David Woodhouse @ 2007-07-11 17:21 ` Andrew Morton 2007-07-11 17:28 ` Randy Dunlap 0 siblings, 1 reply; 7+ messages in thread From: Andrew Morton @ 2007-07-11 17:21 UTC (permalink / raw) To: David Woodhouse Cc: Christoph Hellwig, linux-kernel, linux-fsdevel, David Howells On Wed, 11 Jul 2007 12:39:42 +0100 David Woodhouse <dwmw2@infradead.org> wrote: > On Wed, 2007-07-11 at 13:35 +0200, Christoph Hellwig wrote: > > On Tue, Jul 10, 2007 at 01:31:52AM -0700, Andrew Morton wrote: > > > romfs-printk-format-warnings.patch > > > > NACK on this one. > > The rest of it is nacked anyway, until we unify the point and > get_unmapped_area methods of the MTD API. > Methinks you meant nommu-make-it-possible-for-romfs-to-use-mtd-devices.patch, not romfs-printk-format-warnings.patch. I'll drop nommu-make-it-possible-for-romfs-to-use-mtd-devices.patch, thamks. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: -mm merge plans for 2.6.23 2007-07-11 17:21 ` Andrew Morton @ 2007-07-11 17:28 ` Randy Dunlap 0 siblings, 0 replies; 7+ messages in thread From: Randy Dunlap @ 2007-07-11 17:28 UTC (permalink / raw) To: Andrew Morton Cc: David Woodhouse, Christoph Hellwig, linux-kernel, linux-fsdevel, David Howells On Wed, 11 Jul 2007 10:21:03 -0700 Andrew Morton wrote: > On Wed, 11 Jul 2007 12:39:42 +0100 David Woodhouse <dwmw2@infradead.org> wrote: > > > On Wed, 2007-07-11 at 13:35 +0200, Christoph Hellwig wrote: > > > On Tue, Jul 10, 2007 at 01:31:52AM -0700, Andrew Morton wrote: > > > > romfs-printk-format-warnings.patch > > > > > > NACK on this one. > > > > The rest of it is nacked anyway, until we unify the point and > > get_unmapped_area methods of the MTD API. > > > > Methinks you meant > nommu-make-it-possible-for-romfs-to-use-mtd-devices.patch, not > romfs-printk-format-warnings.patch. > > I'll drop nommu-make-it-possible-for-romfs-to-use-mtd-devices.patch, thamks. Thanks. I was certainly getting confused. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** ^ permalink raw reply [flat|nested] 7+ messages in thread
* fallocate, Re: -mm merge plans for 2.6.23 [not found] <20070710013152.ef2cd200.akpm@linux-foundation.org> 2007-07-11 11:35 ` -mm merge plans for 2.6.23 Christoph Hellwig @ 2007-07-11 12:00 ` Christoph Hellwig [not found] ` <46957BE1.1010104@yahoo.com.au> 2 siblings, 0 replies; 7+ messages in thread From: Christoph Hellwig @ 2007-07-11 12:00 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel, linux-fsdevel > fallocate-implementation-on-i86-x86_64-and-powerpc.patch > fallocate-on-s390.patch > fallocate-on-ia64.patch > fallocate-on-ia64-fix.patch > > Merge. Hopefull this will be done during the 2.6.23 merge window, but right now it's not (yet). ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <46957BE1.1010104@yahoo.com.au>]
* block_page_mkwrite? (Re: fault vs invalidate race (Re: -mm merge plans for 2.6.23)) [not found] ` <46957BE1.1010104@yahoo.com.au> @ 2007-07-12 2:31 ` David Chinner 2007-07-12 2:42 ` Nick Piggin 0 siblings, 1 reply; 7+ messages in thread From: David Chinner @ 2007-07-12 2:31 UTC (permalink / raw) To: Nick Piggin Cc: Andrew Morton, linux-kernel, Linux Memory Management, linux-fsdevel, xfs-oss On Thu, Jul 12, 2007 at 10:54:57AM +1000, Nick Piggin wrote: > Andrew Morton wrote: > > The fault-vs-invalidate race fix. I have belatedly learned that these > > need > > more work, so their state is uncertain. > > The more work may turn out being too much for you (although it is nothing > exactly tricky that would introduce subtle bugs, it is a fair amont of > churn). OK, so does that mean we can finally get the block_page_mkwrite patches merged? i.e.: http://marc.info/?l=linux-kernel&m=117426058311032&w=2 http://marc.info/?l=linux-kernel&m=117426070111136&w=2 I've got up-to-date versions of them ready to go and they've been consistently tested thanks to the XFSQA test I wrote for the bug that it fixes. I've been holding them out-of-tree for months now because ->fault was supposed to supercede this interface..... Cheers, Dave. -- Dave Chinner Principal Engineer SGI Australian Software Group ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: block_page_mkwrite? (Re: fault vs invalidate race (Re: -mm merge plans for 2.6.23)) 2007-07-12 2:31 ` block_page_mkwrite? (Re: fault vs invalidate race (Re: -mm merge plans for 2.6.23)) David Chinner @ 2007-07-12 2:42 ` Nick Piggin 0 siblings, 0 replies; 7+ messages in thread From: Nick Piggin @ 2007-07-12 2:42 UTC (permalink / raw) To: David Chinner Cc: Andrew Morton, linux-kernel, Linux Memory Management, linux-fsdevel, xfs-oss David Chinner wrote: > On Thu, Jul 12, 2007 at 10:54:57AM +1000, Nick Piggin wrote: > >>Andrew Morton wrote: >> >>>The fault-vs-invalidate race fix. I have belatedly learned that these >>>need >>>more work, so their state is uncertain. >> >>The more work may turn out being too much for you (although it is nothing >>exactly tricky that would introduce subtle bugs, it is a fair amont of >>churn). > > > OK, so does that mean we can finally get the block_page_mkwrite > patches merged? > > i.e.: > > http://marc.info/?l=linux-kernel&m=117426058311032&w=2 > http://marc.info/?l=linux-kernel&m=117426070111136&w=2 > > I've got up-to-date versions of them ready to go and they've been > consistently tested thanks to the XFSQA test I wrote for the bug > that it fixes. I've been holding them out-of-tree for months now > because ->fault was supposed to supercede this interface..... Yeah, as I've said, don't hold them back because of me. They are relatively simple enough that I don't see why they couldn't be merged in this window. -- SUSE Labs, Novell Inc. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-07-12 2:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070710013152.ef2cd200.akpm@linux-foundation.org>
2007-07-11 11:35 ` -mm merge plans for 2.6.23 Christoph Hellwig
2007-07-11 11:39 ` David Woodhouse
2007-07-11 17:21 ` Andrew Morton
2007-07-11 17:28 ` Randy Dunlap
2007-07-11 12:00 ` fallocate, " Christoph Hellwig
[not found] ` <46957BE1.1010104@yahoo.com.au>
2007-07-12 2:31 ` block_page_mkwrite? (Re: fault vs invalidate race (Re: -mm merge plans for 2.6.23)) David Chinner
2007-07-12 2:42 ` Nick Piggin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).