From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: always use REQ_OP_WRITE_ZEROES for zeroing offload V2 Date: Sat, 8 Apr 2017 11:26:18 -0600 Message-ID: <20170408172617.GA16784@kernel.dk> References: <20170405172125.22600-1-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170405172125.22600-1-hch@lst.de> Sender: linux-scsi-owner@vger.kernel.org To: Christoph Hellwig Cc: martin.petersen@oracle.com, agk@redhat.com, snitzer@redhat.com, shli@kernel.org, philipp.reisner@linbit.com, lars.ellenberg@linbit.com, linux-block@vger.kernel.org, linux-scsi@vger.kernel.org, drbd-dev@lists.linbit.com, dm-devel@redhat.com, linux-raid@vger.kernel.org List-Id: dm-devel.ids On Wed, Apr 05 2017, Christoph Hellwig wrote: > This series makes REQ_OP_WRITE_ZEROES the only zeroing offload > supported by the block layer, and switches existing implementations > of REQ_OP_DISCARD that correctly set discard_zeroes_data to it, > removes incorrect discard_zeroes_data, and also switches WRITE SAME > based zeroing in SCSI to this new method. > > The series is against the block for-next tree. Added for 4.12, thanks Christoph. -- Jens Axboe From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f180.google.com (mail-pf0-f180.google.com [209.85.192.180]) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTP id AB623105630C for ; Sat, 8 Apr 2017 19:33:37 +0200 (CEST) Received: by mail-pf0-f180.google.com with SMTP id i5so16851661pfc.2 for ; Sat, 08 Apr 2017 10:33:37 -0700 (PDT) Date: Sat, 8 Apr 2017 11:26:18 -0600 From: Jens Axboe To: Christoph Hellwig Message-ID: <20170408172617.GA16784@kernel.dk> References: <20170405172125.22600-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170405172125.22600-1-hch@lst.de> Cc: linux-raid@vger.kernel.org, martin.petersen@oracle.com, snitzer@redhat.com, philipp.reisner@linbit.com, linux-block@vger.kernel.org, dm-devel@redhat.com, linux-scsi@vger.kernel.org, lars.ellenberg@linbit.com, shli@kernel.org, agk@redhat.com, drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] always use REQ_OP_WRITE_ZEROES for zeroing offload V2 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: , On Wed, Apr 05 2017, Christoph Hellwig wrote: > This series makes REQ_OP_WRITE_ZEROES the only zeroing offload > supported by the block layer, and switches existing implementations > of REQ_OP_DISCARD that correctly set discard_zeroes_data to it, > removes incorrect discard_zeroes_data, and also switches WRITE SAME > based zeroing in SCSI to this new method. > > The series is against the block for-next tree. Added for 4.12, thanks Christoph. -- Jens Axboe