Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp259701ybv; Wed, 12 Feb 2020 23:40:15 -0800 (PST) X-Google-Smtp-Source: APXvYqyrrTs4DFpd14qfxTQKV3ezmy7xAg6pSMIKjS9YatXqMNcf0xeEtwHrvJk+TpAdcjDEHXMl X-Received: by 2002:aca:815:: with SMTP id 21mr2123371oii.52.1581579615547; Wed, 12 Feb 2020 23:40:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581579615; cv=none; d=google.com; s=arc-20160816; b=Vb6uAth8M4Cxq4+PBldx8ygC/ebUXtZPADDkp8zMNTw1Fk0AmFNWSXKili6F/3uOFi ppYFJNxMMt9RT10vAwnuzuJiOhVYmthz+ta+Ikdj1EJYOsUxT5EI3KWaSQiqKbfsyGfG fD1eR9GvhpL/quBqdt+BFXSqr68xIECc81vjHUv36LsfFdmCwD2nUU8jnGzC2gQUUUoQ sE8nHbY0m8W6k38G8KA96xcUeoNIbaeqioenNq1lLE75fIeJo1UwWF2tr6JQtwMDlyGD fmn4EUbW0VsHQfnGgHmNzrGvUZ46Qg/PN5tD9rhLq4dFbOrdSTUmeyjsS+AAy3sWMQJs mtUQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:message-id:date:cc:to:from:subject; bh=S49cWA6IGEHVMWfguC9hDwV84yGrpwV2bNr8MGgktE8=; b=T7TF0sUxsp4G+A47Hnzjlp+IC9tAPLI6UMjZjzoMo0H/LvDr2KYSZVMHODhICE5aFS HppHqU/TwuqESHu1DWloPz2uqntnSM0mrq8FEy8CvQrxGZfk4bRvj9MOTnoyxbbutKe/ I/x+TALeHjk07d3ch7z6ftyyyZVKs+Ui7ygVK0n9a74bfMd4KMtju8h8m/HRU/h/ySf/ FwVjn8WrTTSvvame9qVLO81Eu8OmrlKfJTLbpNzozGYDuuap0IuzPqjyVpyD8c8uSshv 3KzUD4lA5IyZARELO8HgTSBLyfkb26sVvnryRhOsCPuiz7bX3TOpZn9gVYmpBon4IaKB uutA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=virtuozzo.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p28si739664oth.296.2020.02.12.23.40.03; Wed, 12 Feb 2020 23:40:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=virtuozzo.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729900AbgBMHj5 (ORCPT + 99 others); Thu, 13 Feb 2020 02:39:57 -0500 Received: from relay.sw.ru ([185.231.240.75]:41054 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729757AbgBMHj4 (ORCPT ); Thu, 13 Feb 2020 02:39:56 -0500 Received: from [192.168.15.156] (helo=localhost.localdomain) by relay.sw.ru with esmtp (Exim 4.92.3) (envelope-from ) id 1j295S-0001TQ-1z; Thu, 13 Feb 2020 10:39:02 +0300 Subject: [PATCH v7 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES From: Kirill Tkhai To: martin.petersen@oracle.com, bob.liu@oracle.com, axboe@kernel.dk, darrick.wong@oracle.com Cc: agk@redhat.com, snitzer@redhat.com, dm-devel@redhat.com, song@kernel.org, tytso@mit.edu, adilger.kernel@dilger.ca, Chaitanya.Kulkarni@wdc.com, ming.lei@redhat.com, osandov@fb.com, jthumshirn@suse.de, minwoo.im.dev@gmail.com, damien.lemoal@wdc.com, andrea.parri@amarulasolutions.com, hare@suse.com, tj@kernel.org, ajay.joshi@wdc.com, sagi@grimberg.me, dsterba@suse.com, chaitanya.kulkarni@wdc.com, bvanassche@acm.org, dhowells@redhat.com, asml.silence@gmail.com, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, ktkhai@virtuozzo.com Date: Thu, 13 Feb 2020 10:39:01 +0300 Message-ID: <158157930219.111879.12072477040351921368.stgit@localhost.localdomain> User-Agent: StGit/0.19 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (was "[PATCH block v2 0/3] block: Introduce REQ_NOZERO flag for REQ_OP_WRITE_ZEROES operation"; was "[PATCH RFC 0/3] block,ext4: Introduce REQ_OP_ASSIGN_RANGE to reflect extents allocation in block device internals") v7: Two comments changed. v6: req_op() cosmetic change. v5: Kill dm|md patch, which disables REQ_ALLOCATE for these devices. Disable REQ_ALLOCATE for all stacking devices instead of this. v4: Correct argument for mddev_check_write_zeroes(). v3: Rename REQ_NOZERO to REQ_ALLOCATE. Split helpers to separate patches. Add a patch, disabling max_allocate_sectors inheritance for dm. v2: Introduce new flag for REQ_OP_WRITE_ZEROES instead of introduction a new operation as suggested by Martin K. Petersen. Removed ext4-related patch to focus on block changes for now. Information about continuous extent placement may be useful for some block devices. Say, distributed network filesystems, which provide block device interface, may use this information for better blocks placement over the nodes in their cluster, and for better performance. Block devices, which map a file on another filesystem (loop), may request the same length extent on underlining filesystem for less fragmentation and for batching allocation requests. Also, hypervisors like QEMU may use this information for optimization of cluster allocations. This patchset introduces REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES, which makes a block device to allocate blocks instead of actual blocks zeroing. This may be used for forwarding user's fallocate(0) requests into block device internals. E.g., in loop driver this will result in allocation extents in backing-file, so subsequent write won't fail by the reason of no available space. Distributed network filesystems will be able to assign specific servers for specific extents, so subsequent write will be more efficient. Patches [1-3/6] are preparation on helper functions, patch [4/6] introduces REQ_ALLOCATE flag and implements all the logic, patch [5/6] adds one more helper, patch [6/6] adds loop as the first user of the flag. Note, that here is only block-related patches, example of usage for ext4 with a performance numbers may be seen in [1]. [1] https://lore.kernel.org/linux-ext4/157599697369.12112.10138136904533871162.stgit@localhost.localdomain/T/#me5bdd5cc313e14de615d81bea214f355ae975db0 --- Kirill Tkhai (6): block: Add @flags argument to bdev_write_zeroes_sectors() block: Pass op_flags into blk_queue_get_max_sectors() block: Introduce blk_queue_get_max_write_zeroes_sectors() block: Add support for REQ_ALLOCATE flag block: Add blk_queue_max_allocate_sectors() loop: Add support for REQ_ALLOCATE block/blk-core.c | 6 +++--- block/blk-lib.c | 17 ++++++++++------- block/blk-merge.c | 9 ++++++--- block/blk-settings.c | 17 +++++++++++++++++ drivers/block/loop.c | 20 +++++++++++++------- drivers/md/dm-kcopyd.c | 2 +- drivers/target/target_core_iblock.c | 4 ++-- fs/block_dev.c | 4 ++++ include/linux/blk_types.h | 6 ++++++ include/linux/blkdev.h | 34 ++++++++++++++++++++++++++-------- 10 files changed, 88 insertions(+), 31 deletions(-) -- Signed-off-by: Kirill Tkhai Reviewed-by: Bob Liu