linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Ming Lei <tom.leiming@gmail.com>
Cc: Jens Axboe <axboe@fb.com>,
	linux-kernel@vger.kernel.org, linux-block@vger.kernel.org,
	linux-fsdevel@vger.kernel.org,
	Christoph Hellwig <hch@infradead.org>,
	"Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>,
	Al Viro <viro@ZenIV.linux.org.uk>,
	Andrew Morton <akpm@linux-foundation.org>,
	Bart Van Assche <bart.vanassche@sandisk.com>,
	"open list:GFS2 FILE SYSTEM" <cluster-devel@redhat.com>,
	Coly Li <colyli@suse.de>, Dan Williams <dan.j.williams@intel.com>,
	"open list:DEVICE-MAPPER  (LVM)" <dm-devel@redhat.com>,
	"open list:DRBD DRIVER" <drbd-dev@lists.linbit.com>,
	Eric Wheeler <git@linux.ewheeler.net>,
	Guoqing Jiang <gqjiang@suse.com>, Hannes Reinecke <hare@suse.com>,
	Hannes Reinecke <hare@suse.de>, Jiri Kosina <jkosina@suse.cz>,
	Joe Perches <joe@perches.com>,
	Johannes Berg <johannes.berg@intel.com>,
	Johannes Thumshirn <jthumshirn@suse.de>,
	Keith Busch <keith.busch@intel.com>,
	Kent Overstreet <kent.overstreet@gmail.com>,
	Kent Overstreet <kmo@daterainc.com>,
	"open list:BCACHE (BLOCK LAYER CACHE)"
	<linux-bcache@vger.kernel.org>,
	"open list:BTRFS FILE SYSTEM" <linux-btrfs@vger.kernel.org>,
	"open list:EXT4 FILE SYSTEM" <linux-ext4@vger.kernel.org>,
	"open list:F2FS FILE SYSTEM"
	<linux-f2fs-devel@lists.sourceforge.net>,
	"open list:MEMORY MANAGEMENT" <linux-mm@kvack.org>,
	"open list:NVM EXPRESS TARGET DRIVER"
	<linux-nvme@lists.infradead.org>,
	"open list:SUSPEND TO RAM" <linux-pm@vger.kernel.org>,
	"open list:SOFTWARE RAID (Multiple Disks) SUPPORT"
	<linux-raid@vger.kernel.org>,
	"open list:TARGET SUBSYSTEM" <linux-scsi@vger.kernel.org>,
	"open list:XFS FILESYSTEM" <linux-xfs@vger.kernel.org>,
	"open list:LogFS" <logfs@logfs.org>,
	Michal Hocko <mhocko@suse.com>,
	Mike Christie <mchristi@redhat.com>,
	Mike Snitzer <snitzer@redhat.com>,
	Minchan Kim <minchan@kernel.org>,
	Minfei Huang <mnghuan@gmail.com>,
	"open list:OSD LIBRARY and FILESYSTEM" <osd-dev@open-osd.org>,
	Petr Mladek <pmladek@suse.com>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Takashi Iwai <tiwai@suse.de>,
	"open list:TARGET SUBSYSTEM" <target-devel@vger.kernel.org>,
	Toshi Kani <toshi.kani@hpe.com>,
	Yijing Wang <wangyijing@huawei.com>,
	Zheng Liu <gnehzuil.liu@gmail.com>,
	Zheng Liu <wenqing.lz@taobao.com>
Subject: Re: [PATCH 00/60] block: support multipage bvec
Date: Mon, 31 Oct 2016 08:25:19 -0700	[thread overview]
Message-ID: <20161031152519.GA25791@infradead.org> (raw)
In-Reply-To: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com>

Hi Ming,

can you send a first patch just doing the obvious cleanups like
converting to bio_add_page and replacing direct poking into the
bio with the proper accessors?  That should help reducing the
actual series to a sane size, and it should also help to cut
down the Cc list.

--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2016-10-31 15:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-29  8:07 [PATCH 00/60] block: support multipage bvec Ming Lei
2016-10-29  8:08 ` [PATCH 18/60] mm: page_io.c: comment on direct access to bvec table Ming Lei
2016-10-31 15:25 ` Christoph Hellwig [this message]
2016-10-31 22:52   ` [PATCH 00/60] block: support multipage bvec Ming Lei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161031152519.GA25791@infradead.org \
    --to=hch@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=axboe@fb.com \
    --cc=bart.vanassche@sandisk.com \
    --cc=cluster-devel@redhat.com \
    --cc=colyli@suse.de \
    --cc=dan.j.williams@intel.com \
    --cc=dm-devel@redhat.com \
    --cc=drbd-dev@lists.linbit.com \
    --cc=git@linux.ewheeler.net \
    --cc=gnehzuil.liu@gmail.com \
    --cc=gqjiang@suse.com \
    --cc=hare@suse.com \
    --cc=hare@suse.de \
    --cc=jkosina@suse.cz \
    --cc=joe@perches.com \
    --cc=johannes.berg@intel.com \
    --cc=jthumshirn@suse.de \
    --cc=keith.busch@intel.com \
    --cc=kent.overstreet@gmail.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=kmo@daterainc.com \
    --cc=linux-bcache@vger.kernel.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=logfs@logfs.org \
    --cc=mchristi@redhat.com \
    --cc=mhocko@suse.com \
    --cc=minchan@kernel.org \
    --cc=mnghuan@gmail.com \
    --cc=osd-dev@open-osd.org \
    --cc=pmladek@suse.com \
    --cc=snitzer@redhat.com \
    --cc=target-devel@vger.kernel.org \
    --cc=tiwai@suse.de \
    --cc=tom.leiming@gmail.com \
    --cc=toshi.kani@hpe.com \
    --cc=viro@ZenIV.linux.org.uk \
    --cc=wangyijing@huawei.com \
    --cc=wenqing.lz@taobao.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).