From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 783541627A1 for ; Wed, 4 Mar 2026 20:10:43 +0100 (CET) From: Andreas Gruenbacher To: Jens Axboe Subject: [PATCH 0/4] simple bio cleanups Date: Wed, 4 Mar 2026 20:04:05 +0100 Message-ID: <20260304190424.291743-1-agruenba@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit content-type: text/plain; charset="US-ASCII"; x-default=true Cc: dm-devel@lists.linux.dev, Andreas Gruenbacher , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-block@vger.kernel.org, linux-bcache@vger.kernel.org, drbd-dev@lists.linbit.com 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: , Jens, here are some simple bio related cleanups. Any thoughts? Can those go in via your tree? Thanks, Andreas Andreas Gruenbacher (4): block: consecutive blk_status_t error codes block: get rid of blk_status_to_{errno,str} inconsistency bio: rename bio_chain arguments bio: use bio_io_error more often block/bio.c | 22 +++++++++++----------- block/blk-core.c | 5 +---- block/fops.c | 3 +-- drivers/block/drbd/drbd_int.h | 3 +-- drivers/md/bcache/bcache.h | 3 +-- drivers/md/bcache/request.c | 6 ++---- drivers/md/dm-mpath.c | 3 +-- drivers/md/dm-writecache.c | 3 +-- fs/f2fs/segment.c | 3 +-- include/linux/blk_types.h | 2 +- 10 files changed, 21 insertions(+), 32 deletions(-) -- 2.52.0