linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] f2fs: some fix and cleanup about flush_merge
@ 2014-04-11  9:49 Gu Zheng
  2014-04-14  1:18 ` Gu Zheng
  0 siblings, 1 reply; 4+ messages in thread
From: Gu Zheng @ 2014-04-11  9:49 UTC (permalink / raw)
  To: Kim; +Cc: fsdevel, linux-kernel, f2fs

Gu Zheng (7):
  f2fs: put the bio when issue_flush completed
  f2fs: remove the unuseful "issue_tail" list
  f2fs: use __GFP_ZERO to avoid appending set-NULL
  f2fs: enable flush_merge only in f2fs is not read-only
  f2fs: add the flush_merge handle in the remount flow
  f2fs: introduce struct flush_cmd_control to wrap the flush_merge
    fields
  f2fs: introduce help function {create,destroy}_flush_cmd_control

 fs/f2fs/f2fs.h    |   17 ++++++---
 fs/f2fs/segment.c |  102 +++++++++++++++++++++++++++++++++++-----------------
 fs/f2fs/super.c   |   32 ++++++++++++++--
 3 files changed, 107 insertions(+), 44 deletions(-)

-- 
1.7.7



------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees

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

* Re: [PATCH 0/7] f2fs: some fix and cleanup about flush_merge
  2014-04-11  9:49 [PATCH 0/7] f2fs: some fix and cleanup about flush_merge Gu Zheng
@ 2014-04-14  1:18 ` Gu Zheng
  2014-04-14  1:44   ` Jaegeuk Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Gu Zheng @ 2014-04-14  1:18 UTC (permalink / raw)
  To: Kim; +Cc: fsdevel, linux-kernel, f2fs

Hi All,
There seems to be a mistake in "[PATCH 2/7]f2fs: remove the unuseful "issue_tail" list",
and the whole patchset needs to be reworked. So please ignore this one.
Sorry for the noise.

Regards,
Gu
On 04/11/2014 05:49 PM, Gu Zheng wrote:

> Gu Zheng (7):
>   f2fs: put the bio when issue_flush completed
>   f2fs: remove the unuseful "issue_tail" list
>   f2fs: use __GFP_ZERO to avoid appending set-NULL
>   f2fs: enable flush_merge only in f2fs is not read-only
>   f2fs: add the flush_merge handle in the remount flow
>   f2fs: introduce struct flush_cmd_control to wrap the flush_merge
>     fields
>   f2fs: introduce help function {create,destroy}_flush_cmd_control
> 
>  fs/f2fs/f2fs.h    |   17 ++++++---
>  fs/f2fs/segment.c |  102 +++++++++++++++++++++++++++++++++++-----------------
>  fs/f2fs/super.c   |   32 ++++++++++++++--
>  3 files changed, 107 insertions(+), 44 deletions(-)
> 



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech

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

* Re: [PATCH 0/7] f2fs: some fix and cleanup about flush_merge
  2014-04-14  1:18 ` Gu Zheng
@ 2014-04-14  1:44   ` Jaegeuk Kim
  2014-04-14  1:48     ` Gu Zheng
  0 siblings, 1 reply; 4+ messages in thread
From: Jaegeuk Kim @ 2014-04-14  1:44 UTC (permalink / raw)
  To: Gu Zheng; +Cc: fsdevel, linux-kernel, f2fs

Hi Gu,

I just started to review the patches and merge them individually though.
Since I've been internally doing in my local tree, so that should be no
problem. I'll roll back to the latest point.
Anyway, thank you for your work. :)

2014-04-14 (월), 09:18 +0800, Gu Zheng:
> Hi All,
> There seems to be a mistake in "[PATCH 2/7]f2fs: remove the unuseful "issue_tail" list",
> and the whole patchset needs to be reworked. So please ignore this one.
> Sorry for the noise.
> 
> Regards,
> Gu
> On 04/11/2014 05:49 PM, Gu Zheng wrote:
> 
> > Gu Zheng (7):
> >   f2fs: put the bio when issue_flush completed
> >   f2fs: remove the unuseful "issue_tail" list
> >   f2fs: use __GFP_ZERO to avoid appending set-NULL
> >   f2fs: enable flush_merge only in f2fs is not read-only
> >   f2fs: add the flush_merge handle in the remount flow
> >   f2fs: introduce struct flush_cmd_control to wrap the flush_merge
> >     fields
> >   f2fs: introduce help function {create,destroy}_flush_cmd_control
> > 
> >  fs/f2fs/f2fs.h    |   17 ++++++---
> >  fs/f2fs/segment.c |  102 +++++++++++++++++++++++++++++++++++-----------------
> >  fs/f2fs/super.c   |   32 ++++++++++++++--
> >  3 files changed, 107 insertions(+), 44 deletions(-)
> > 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Jaegeuk Kim
Samsung



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

* Re: [PATCH 0/7] f2fs: some fix and cleanup about flush_merge
  2014-04-14  1:44   ` Jaegeuk Kim
@ 2014-04-14  1:48     ` Gu Zheng
  0 siblings, 0 replies; 4+ messages in thread
From: Gu Zheng @ 2014-04-14  1:48 UTC (permalink / raw)
  To: jaegeuk.kim; +Cc: fsdevel, linux-kernel, f2fs

On 04/14/2014 09:44 AM, Jaegeuk Kim wrote:

> Hi Gu,
> 
> I just started to review the patches and merge them individually though.
> Since I've been internally doing in my local tree, so that should be no
> problem. I'll roll back to the latest point.

OK, and please pay some attention to the flush cmds merging operation when doing
tests, it seems that some of the outstanding flush cmds(in the issue_list) will
be ignored when new cmd added.
I'll review and test it more.

> Anyway, thank you for your work. :)


Regards,
Gu

> 
> 2014-04-14 (월), 09:18 +0800, Gu Zheng:
>> Hi All,
>> There seems to be a mistake in "[PATCH 2/7]f2fs: remove the unuseful "issue_tail" list",
>> and the whole patchset needs to be reworked. So please ignore this one.
>> Sorry for the noise.
>>
>> Regards,
>> Gu
>> On 04/11/2014 05:49 PM, Gu Zheng wrote:
>>
>>> Gu Zheng (7):
>>>   f2fs: put the bio when issue_flush completed
>>>   f2fs: remove the unuseful "issue_tail" list
>>>   f2fs: use __GFP_ZERO to avoid appending set-NULL
>>>   f2fs: enable flush_merge only in f2fs is not read-only
>>>   f2fs: add the flush_merge handle in the remount flow
>>>   f2fs: introduce struct flush_cmd_control to wrap the flush_merge
>>>     fields
>>>   f2fs: introduce help function {create,destroy}_flush_cmd_control
>>>
>>>  fs/f2fs/f2fs.h    |   17 ++++++---
>>>  fs/f2fs/segment.c |  102 +++++++++++++++++++++++++++++++++++-----------------
>>>  fs/f2fs/super.c   |   32 ++++++++++++++--
>>>  3 files changed, 107 insertions(+), 44 deletions(-)
>>>
>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2014-04-14  1:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11  9:49 [PATCH 0/7] f2fs: some fix and cleanup about flush_merge Gu Zheng
2014-04-14  1:18 ` Gu Zheng
2014-04-14  1:44   ` Jaegeuk Kim
2014-04-14  1:48     ` Gu Zheng

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).