linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* Re: [f2fs-dev] [PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
@ 2023-03-20  3:34 Yangtao Li via Linux-f2fs-devel
  2023-03-20  4:08 ` Damien Le Moal via Linux-f2fs-devel
  0 siblings, 1 reply; 4+ messages in thread
From: Yangtao Li via Linux-f2fs-devel @ 2023-03-20  3:34 UTC (permalink / raw)
  To: clm, josef, dsterba, xiang, chao, huyue2, jefflexu, jaegeuk,
	trond.myklebust, anna, konishi.ryusuke, mark, jlbec, joseph.qi,
	richard, djwong, damien.lemoal, naohiro.aota, jth, gregkh, rafael
  Cc: linux-nfs, linux-nilfs, linux-kernel, linux-f2fs-devel, linux-xfs,
	linux-mtd, ocfs2-devel, linux-fsdevel, linux-erofs, linux-btrfs

Hi all,

Out of consideration for minimizing disruption, I did not send the
patchset to everyone. However, it seems that my consideration was
unnecessary, so I CC'd everyone on the first patch. If you would
like to see the entire patchset, you can access it at this address.

https://lore.kernel.org/lkml/20230319092641.41917-1-frank.li@vivo.com/

Thx,
Yangtao


_______________________________________________
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: [f2fs-dev] [PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
  2023-03-20  3:34 [f2fs-dev] [PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put() Yangtao Li via Linux-f2fs-devel
@ 2023-03-20  4:08 ` Damien Le Moal via Linux-f2fs-devel
  2023-03-20  7:11   ` Yangtao Li via Linux-f2fs-devel
  0 siblings, 1 reply; 4+ messages in thread
From: Damien Le Moal via Linux-f2fs-devel @ 2023-03-20  4:08 UTC (permalink / raw)
  To: Yangtao Li, clm, josef, dsterba, xiang, chao, huyue2, jefflexu,
	jaegeuk, trond.myklebust, anna, konishi.ryusuke, mark, jlbec,
	joseph.qi, richard, djwong, naohiro.aota, jth, gregkh, rafael
  Cc: linux-nfs, linux-nilfs, linux-kernel, linux-f2fs-devel, linux-xfs,
	linux-mtd, ocfs2-devel, linux-fsdevel, linux-erofs, linux-btrfs

On 3/20/23 12:34, Yangtao Li wrote:
> Hi all,
> 
> Out of consideration for minimizing disruption, I did not send the
> patchset to everyone. However, it seems that my consideration was
> unnecessary, so I CC'd everyone on the first patch. If you would
> like to see the entire patchset, you can access it at this address.
> 
> https://lore.kernel.org/lkml/20230319092641.41917-1-frank.li@vivo.com/

Hard to comment on patches with this. It is only 10 patches. So send everything
please.

> 
> Thx,
> Yangtao

-- 
Damien Le Moal
Western Digital Research



_______________________________________________
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: [f2fs-dev] [PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
  2023-03-20  4:08 ` Damien Le Moal via Linux-f2fs-devel
@ 2023-03-20  7:11   ` Yangtao Li via Linux-f2fs-devel
  2023-03-20  7:26     ` Damien Le Moal via Linux-f2fs-devel
  0 siblings, 1 reply; 4+ messages in thread
From: Yangtao Li via Linux-f2fs-devel @ 2023-03-20  7:11 UTC (permalink / raw)
  To: clm, josef, dsterba, xiang, chao, huyue2, jefflexu, jaegeuk,
	trond.myklebust, anna, konishi.ryusuke, mark, jlbec, joseph.qi,
	richard, djwong, damien.lemoal, naohiro.aota, jth, gregkh, rafael
  Cc: linux-nfs, linux-nilfs, linux-kernel, linux-f2fs-devel, linux-xfs,
	linux-mtd, ocfs2-devel, linux-fsdevel, linux-erofs, linux-btrfs

Hi filesystem maintainers,

> Hard to comment on patches with this. It is only 10 patches. So send everything please.

If you are interested in the entire patchset besides Damien,
please let me know. I'll resend the email later to cc more people.

Thx,
Yangtao


_______________________________________________
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: [f2fs-dev] [PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
  2023-03-20  7:11   ` Yangtao Li via Linux-f2fs-devel
@ 2023-03-20  7:26     ` Damien Le Moal via Linux-f2fs-devel
  0 siblings, 0 replies; 4+ messages in thread
From: Damien Le Moal via Linux-f2fs-devel @ 2023-03-20  7:26 UTC (permalink / raw)
  To: Yangtao Li, clm, josef, dsterba, xiang, chao, huyue2, jefflexu,
	jaegeuk, trond.myklebust, anna, konishi.ryusuke, mark, jlbec,
	joseph.qi, richard, djwong, naohiro.aota, jth, gregkh, rafael
  Cc: linux-nfs, linux-nilfs, linux-kernel, linux-f2fs-devel, linux-xfs,
	linux-mtd, ocfs2-devel, linux-fsdevel, linux-erofs, linux-btrfs

On 3/20/23 16:11, Yangtao Li wrote:
> Hi filesystem maintainers,
> 
>> Hard to comment on patches with this. It is only 10 patches. So send everything please.
> 
> If you are interested in the entire patchset besides Damien,
> please let me know. I'll resend the email later to cc more people.

Yes, I said I am interested, twice already. It is IMPOSSIBLE to review a patch
without the context of other patches before/after said patch. So if you want a
review/ack for zonefs, then send the entire series.

> 
> Thx,
> Yangtao

-- 
Damien Le Moal
Western Digital Research



_______________________________________________
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:[~2023-03-20  7:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-20  3:34 [f2fs-dev] [PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put() Yangtao Li via Linux-f2fs-devel
2023-03-20  4:08 ` Damien Le Moal via Linux-f2fs-devel
2023-03-20  7:11   ` Yangtao Li via Linux-f2fs-devel
2023-03-20  7:26     ` Damien Le Moal via Linux-f2fs-devel

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