Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758494AbcCCVxr (ORCPT ); Thu, 3 Mar 2016 16:53:47 -0500 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:43735 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758099AbcCCVxk (ORCPT ); Thu, 3 Mar 2016 16:53:40 -0500 Date: Thu, 3 Mar 2016 14:53:34 -0700 From: Jens Axboe To: Linus Torvalds CC: Linux Kernel Mailing List , Subject: Re: [GIT PULL] Block fixes for 4.5-final Message-ID: <20160303215334.GA15453@kernel.dk> References: <20160303172516.GA24567@kernel.dk> <56D8A89E.9040200@fb.com> <56D8AC92.1070802@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <56D8AC92.1070802@fb.com> X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-03-03_16:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2013 Lines: 53 On Thu, Mar 03 2016, Jens Axboe wrote: > >No way do I want things like cgroup writeback changes outside the > >merge window, for example, unless it's a major performance regression > >(with numbers) or something like that. > > > >No way do I want any lightnvm stuff. > > > >No way do I want big "cleanup" patches. > > I'll boil it down. This is the boiled down version. I'll run it through some testing, and if all goes well, send it out late tomorrow. ---------------------------------------------------------------- Christoph Hellwig (4): nvme: set queue limits for the admin queue nvme: fix max_segments integer truncation block: fix blk_rq_get_max_sectors for driver private requests block: support large requests in blk_rq_map_user_iov Keith Busch (7): NVMe: Don't unmap controller registers on reset NVMe: Use IDA for namespace disk naming NVMe: Fix namespace removal deadlock NVMe: Simplify device reset failure NVMe: Move error handling to failed reset handler NVMe: Don't allow unsupported flags NVMe: Fix 0-length integrity payload Ming Lei (4): block: bio: introduce helpers to get the 1st and last bvec block: check virt boundary in bio_will_gap() block: get the 1st and last bvec via helpers block: merge: get the 1st and last bvec via helpers Tejun Heo (1): writeback: flush inode cgroup wb switches instead of pinning super_block block/blk-map.c | 91 ++++++++++++++++++---------- block/blk-merge.c | 8 +-- drivers/nvme/host/core.c | 111 ++++++++++++++++++++++++---------- drivers/nvme/host/nvme.h | 8 +++ drivers/nvme/host/pci.c | 149 ++++++++++++++++++++++++++++------------------ fs/fs-writeback.c | 54 +++++++++++++---- fs/super.c | 1 + include/linux/bio.h | 37 ++++++++++++ include/linux/blkdev.h | 25 +++++--- include/linux/writeback.h | 5 ++ 10 files changed, 341 insertions(+), 148 deletions(-) -- Jens Axboe