[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200818052936.10995-1-joshi.k@samsung.com>
Date: Tue, 18 Aug 2020 10:59:34 +0530
From: Kanchan Joshi <joshi.k@...sung.com>
To: kbusch@...nel.org, hch@....de, Damien.LeMoal@....com,
axboe@...nel.dk, sagi@...mberg.me
Cc: linux-nvme@...ts.infradead.org, linux-kernel@...r.kernel.org,
johannes.thumshirn@....com, Kanchan Joshi <joshi.k@...sung.com>
Subject: [PATCH 0/2] enable append-emulation for ZNS
Currently NVMe driver rejects the ZNS device if zone-append is not
supported natively.
Make it accept the device and activate append-emulation instead. This
is mostly borrowed from SCSI emulation.
The other patch enforces a zone-friendly I/O scheduler for ZNS.
Kanchan Joshi (2):
nvme: set io-scheduler requirement for ZNS
nvme: add emulation for zone-append
drivers/nvme/host/core.c | 41 +++++-
drivers/nvme/host/nvme.h | 60 ++++++++
drivers/nvme/host/zns.c | 307 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 399 insertions(+), 9 deletions(-)
--
2.17.1
Powered by blists - more mailing lists