From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 31 Oct 2016 08:25:19 -0700 Subject: [Cluster-devel] [PATCH 00/60] block: support multipage bvec In-Reply-To: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> Message-ID: <20161031152519.GA25791@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 00/60] block: support multipage bvec Date: Mon, 31 Oct 2016 08:25:19 -0700 Message-ID: <20161031152519.GA25791@infradead.org> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> Sender: owner-linux-mm@kvack.org To: Ming Lei Cc: Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , "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 List-Id: dm-devel.ids 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: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 00/60] block: support multipage bvec Date: Mon, 31 Oct 2016 08:25:19 -0700 Message-ID: <20161031152519.GA25791@infradead.org> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , "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 Return-path: Content-Disposition: inline In-Reply-To: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> Sender: owner-linux-mm@kvack.org List-Id: linux-ext4.vger.kernel.org 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: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id DE09C10556DB for ; Mon, 31 Oct 2016 16:54:05 +0100 (CET) Date: Mon, 31 Oct 2016 08:25:19 -0700 From: Christoph Hellwig To: Ming Lei Message-ID: <20161031152519.GA25791@infradead.org> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> Cc: Michal Hocko , Mike Snitzer , Takashi Iwai , "open list:BTRFS FILE SYSTEM" , Rasmus Villemoes , "open list:NVM EXPRESS TARGET DRIVER" , Zheng Liu , Keith Busch , "open list:MEMORY MANAGEMENT" , "open list:DEVICE-MAPPER \(LVM\)" , "open list:TARGET SUBSYSTEM" , Yijing Wang , "open list:LogFS" , "open list:DRBD DRIVER" , Christoph Hellwig , Hannes Reinecke , "Kirill A . Shutemov" , "open list:TARGET SUBSYSTEM" , "open list:GFS2 FILE SYSTEM" , Mike Christie , Guoqing Jiang , Johannes Thumshirn , "open list:EXT4 FILE SYSTEM" , Kent Overstreet , Petr Mladek , Johannes Berg , "open list:SUSPEND TO RAM" , Toshi Kani , Coly Li , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Kent Overstreet , Hannes Reinecke , Dan Williams , "open list:BCACHE \(BLOCK LAYER CACHE\)" , Jens Axboe , "open list:SOFTWARE RAID \(Multiple Disks\) SUPPORT" , Jiri Kosina , linux-kernel@vger.kernel.org, "open list:F2FS FILE SYSTEM" , "open list:XFS FILESYSTEM" , Minchan Kim , Al Viro , Minfei Huang , Zheng Liu , Joe Perches , Andrew Morton , Eric Wheeler , "open list:OSD LIBRARY and FILESYSTEM" Subject: Re: [Drbd-dev] [PATCH 00/60] block: support multipage bvec List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 31 Oct 2016 08:25:19 -0700 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , "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 Subject: Re: [PATCH 00/60] block: support multipage bvec Message-ID: <20161031152519.GA25791@infradead.org> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: 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: email@kvack.org