From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ming Lei Subject: Re: [PATCH 00/60] block: support multipage bvec Date: Tue, 1 Nov 2016 06:52:08 +0800 Message-ID: References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> <20161031152519.GA25791@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20161031152519.GA25791@infradead.org> Sender: owner-linux-mm@kvack.org To: Christoph Hellwig Cc: Jens Axboe , Linux Kernel Mailing List , linux-block , Linux FS Devel , "Kirill A . Shutemov" , Al Viro , Andrew Morton , Bart Van Assche , "open list:GFS2 FILE SYSTEM" , Coly Li , Dan Williams , "open list:DEVICE-MAPPER (LVM)" , "open list:DRBD DRIVER" , Eric Wheeler , Guoqing Jiang , Hannes Reinecke , Hannes Reinecke , Jiri Kosina , Joe Perches , Johannes Berg , Johannes Thumshirn , Kei List-Id: linux-raid.ids On Mon, Oct 31, 2016 at 11:25 PM, Christoph Hellwig wrote: > 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 OK, that is just the 1st part of the patchset. > actual series to a sane size, and it should also help to cut > down the Cc list. > Thanks, Ming Lei -- 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: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <20161031152519.GA25791@infradead.org> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> <20161031152519.GA25791@infradead.org> From: Ming Lei Date: Tue, 1 Nov 2016 06:52:08 +0800 Message-ID: Subject: Re: [PATCH 00/60] block: support multipage bvec To: Christoph Hellwig Cc: Jens Axboe , Linux Kernel Mailing List , linux-block , Linux FS Devel , "Kirill A . Shutemov" , Al Viro , Andrew Morton , Bart Van Assche , "open list:GFS2 FILE SYSTEM" , Coly Li , Dan Williams , "open list:DEVICE-MAPPER (LVM)" , "open list:DRBD DRIVER" , Eric Wheeler , Guoqing Jiang , Hannes Reinecke , Hannes Reinecke , Jiri Kosina , Joe Perches , Johannes Berg , Johannes Thumshirn , Keith Busch , Kent Overstreet , Kent Overstreet , "open list:BCACHE (BLOCK LAYER CACHE)" , "open list:BTRFS FILE SYSTEM" , "open list:EXT4 FILE SYSTEM" , "open list:F2FS FILE SYSTEM" , "open list:MEMORY MANAGEMENT" , "open list:NVM EXPRESS TARGET DRIVER" , "open list:SUSPEND TO RAM" , "open list:SOFTWARE RAID (Multiple Disks) SUPPORT" , "open list:TARGET SUBSYSTEM" , "open list:XFS FILESYSTEM" , "open list:LogFS" , Michal Hocko , Mike Christie , Mike Snitzer , Minchan Kim , Minfei Huang , "open list:OSD LIBRARY and FILESYSTEM" , Petr Mladek , Rasmus Villemoes , Takashi Iwai , "open list:TARGET SUBSYSTEM" , Toshi Kani , Yijing Wang , Zheng Liu , Zheng Liu Content-Type: text/plain; charset=UTF-8 Sender: owner-linux-mm@kvack.org List-ID: On Mon, Oct 31, 2016 at 11:25 PM, Christoph Hellwig wrote: > 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 OK, that is just the 1st part of the patchset. > actual series to a sane size, and it should also help to cut > down the Cc list. > Thanks, Ming Lei -- 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: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ming Lei Date: Tue, 1 Nov 2016 06:52:08 +0800 Subject: [Cluster-devel] [PATCH 00/60] block: support multipage bvec In-Reply-To: <20161031152519.GA25791@infradead.org> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> <20161031152519.GA25791@infradead.org> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Oct 31, 2016 at 11:25 PM, Christoph Hellwig wrote: > 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 OK, that is just the 1st part of the patchset. > actual series to a sane size, and it should also help to cut > down the Cc list. > Thanks, Ming Lei