* writeback tree status (for 3.2 merge window)
@ 2011-11-01 7:43 Wu Fengguang
2011-11-02 9:10 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Wu Fengguang @ 2011-11-01 7:43 UTC (permalink / raw)
To: linux-fsdevel@vger.kernel.org
Cc: Peter Zijlstra, Jan Kara, Curt Wohlgemuth, Michael Rubin,
Andrew Morton, Christoph Hellwig, Dave Chinner, Greg Thelen,
Minchan Kim, Vivek Goyal, Andrea Righi, linux-mm, LKML, Tang Feng,
Linus Torvalds
Hi,
There are 3 patchsets sitting in the writeback tree.
1) IO-less dirty throttling v12
https://github.com/fengguang/linux/commits/dirty-throttling-v12
2) writeback reasons tracing from Curt Wohlgemuth
https://github.com/fengguang/linux/commits/writeback-reason
3) writeback queuing changes from Jan Kara and me
https://github.com/fengguang/linux/commits/requeue-io-wait
They have been merged into this branch testing in linux-next for a while:
https://github.com/fengguang/linux/commits/writeback-for-next
Since (3) still has an unresolved issue (detailed in the below
links), it looks better to hold it back for this merge window.
http://permalink.gmane.org/gmane.linux.kernel/1206315
http://permalink.gmane.org/gmane.linux.kernel/1206316
The patches from (1,2) together with 2 tracing patches essential for
debugging (1) have been pushed to the "writeback-for-linus" branch:
http://git.kernel.org/?p=linux/kernel/git/wfg/linux.git;a=shortlog;h=refs/heads/writeback-for-linus
If no objections, I'll send a pull request to Linus soon.
Thanks,
Fengguang
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: writeback tree status (for 3.2 merge window)
2011-11-01 7:43 writeback tree status (for 3.2 merge window) Wu Fengguang
@ 2011-11-02 9:10 ` Christoph Hellwig
2011-11-02 15:13 ` Wu Fengguang
0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2011-11-02 9:10 UTC (permalink / raw)
To: Wu Fengguang
Cc: linux-fsdevel@vger.kernel.org, Peter Zijlstra, Jan Kara,
Curt Wohlgemuth, Michael Rubin, Andrew Morton, Christoph Hellwig,
Dave Chinner, Greg Thelen, Minchan Kim, Vivek Goyal, Andrea Righi,
linux-mm, LKML, Tang Feng, Linus Torvalds, xfs
On Tue, Nov 01, 2011 at 03:43:47PM +0800, Wu Fengguang wrote:
> Hi,
>
> There are 3 patchsets sitting in the writeback tree.
>
> 1) IO-less dirty throttling v12
> https://github.com/fengguang/linux/commits/dirty-throttling-v12
>
> 2) writeback reasons tracing from Curt Wohlgemuth
> https://github.com/fengguang/linux/commits/writeback-reason
>
> 3) writeback queuing changes from Jan Kara and me
> https://github.com/fengguang/linux/commits/requeue-io-wait
>
> They have been merged into this branch testing in linux-next for a while:
>
> https://github.com/fengguang/linux/commits/writeback-for-next
>
> Since (3) still has an unresolved issue (detailed in the below
> links), it looks better to hold it back for this merge window.
Given that we have run into issues so much with it that's proably
the better idea.
To fix the originally reported issue with the missing file size updates
in XFS we plan to simply log all filesize changes in XFS. Currently I
had this in the 3.3 queue, but in the worst case we might have to move
this forward to 3.2.
> The patches from (1,2) together with 2 tracing patches essential for
> debugging (1) have been pushed to the "writeback-for-linus" branch:
>
> http://git.kernel.org/?p=linux/kernel/git/wfg/linux.git;a=shortlog;h=refs/heads/writeback-for-linus
>
> If no objections, I'll send a pull request to Linus soon.
Please do so. I'm really looking forward to see the I/O-less
balance_dirty_pages in ASAP.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: writeback tree status (for 3.2 merge window)
2011-11-02 9:10 ` Christoph Hellwig
@ 2011-11-02 15:13 ` Wu Fengguang
0 siblings, 0 replies; 3+ messages in thread
From: Wu Fengguang @ 2011-11-02 15:13 UTC (permalink / raw)
To: Christoph Hellwig
Cc: linux-fsdevel@vger.kernel.org, Peter Zijlstra, Jan Kara,
Curt Wohlgemuth, Michael Rubin, Andrew Morton, Christoph Hellwig,
Dave Chinner, Greg Thelen, Minchan Kim, Vivek Goyal, Andrea Righi,
linux-mm, LKML, Tang Feng, Linus Torvalds, xfs
On Wed, Nov 02, 2011 at 05:10:12AM -0400, Christoph Hellwig wrote:
> On Tue, Nov 01, 2011 at 03:43:47PM +0800, Wu Fengguang wrote:
> > Hi,
> >
> > There are 3 patchsets sitting in the writeback tree.
> >
> > 1) IO-less dirty throttling v12
> > https://github.com/fengguang/linux/commits/dirty-throttling-v12
> >
> > 2) writeback reasons tracing from Curt Wohlgemuth
> > https://github.com/fengguang/linux/commits/writeback-reason
> >
> > 3) writeback queuing changes from Jan Kara and me
> > https://github.com/fengguang/linux/commits/requeue-io-wait
> >
> > They have been merged into this branch testing in linux-next for a while:
> >
> > https://github.com/fengguang/linux/commits/writeback-for-next
> >
> > Since (3) still has an unresolved issue (detailed in the below
> > links), it looks better to hold it back for this merge window.
>
> Given that we have run into issues so much with it that's proably
> the better idea.
>
> To fix the originally reported issue with the missing file size updates
> in XFS we plan to simply log all filesize changes in XFS. Currently I
> had this in the 3.3 queue, but in the worst case we might have to move
> this forward to 3.2.
OK. Anyway I'll report any progress early on (3).
> > The patches from (1,2) together with 2 tracing patches essential for
> > debugging (1) have been pushed to the "writeback-for-linus" branch:
> >
> > http://git.kernel.org/?p=linux/kernel/git/wfg/linux.git;a=shortlog;h=refs/heads/writeback-for-linus
> >
> > If no objections, I'll send a pull request to Linus soon.
>
> Please do so. I'm really looking forward to see the I/O-less
> balance_dirty_pages in ASAP.
Done, thanks!
Thanks,
Fengguang
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-02 15:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 7:43 writeback tree status (for 3.2 merge window) Wu Fengguang
2011-11-02 9:10 ` Christoph Hellwig
2011-11-02 15:13 ` Wu Fengguang
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).