summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/zns.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: split nvme_update_zone_infoChristoph Hellwig2024-04-021-13/+20
* nvme: use the atomic queue limits update APIChristoph Hellwig2024-03-041-8/+8
* nvme: remove nvme_revalidate_zonesChristoph Hellwig2024-03-041-10/+2
* Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe2023-12-211-16/+19
|\
| * nvme: refactor ns info setup functionDaniel Wagner2023-12-191-7/+9
| * nvme: refactor ns info helpersDaniel Wagner2023-12-191-6/+6
| * nvme: move ns id info to struct nvme_ns_headDaniel Wagner2023-12-191-8/+9
* | block: simplify disk_set_zonedChristoph Hellwig2023-12-191-1/+1
* | block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-1/+1
|/
* scsi: nvme: zns: Set zone limits before revalidating zonesDamien Le Moal2023-07-051-5/+4
* block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
* block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-1/+1
* nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel2021-12-061-1/+4
* nvme: move command clear into the various setup helpersJens Axboe2021-10-191-0/+2
* nvme: split nvme_report_zonesChristoph Hellwig2021-06-031-18/+2
* nvme: move the CSI sanity check into nvme_ns_report_zonesChristoph Hellwig2021-06-031-5/+4
* nvme: let namespace probing continue for unsupported featuresChristoph Hellwig2021-04-151-2/+2
* nvme: set max_zone_append_sectors nvme_revalidate_zonesChaitanya Kulkarni2021-03-111-2/+7
* nvme: cleanup zone information initializationDamien Le Moal2021-02-101-8/+3
* nvme: export zoned namespaces without Zone Append support read-onlyJavier González2020-12-011-4/+9
* nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig2020-10-071-3/+2
* nvme: fix initialization of the zone bitmapsChristoph Hellwig2020-10-071-0/+11
* nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig2020-09-271-25/+16
* block: add max_active_zones to blk-sysfsNiklas Cassel2020-07-151-0/+1
* block: add max_open_zones to blk-sysfsNiklas Cassel2020-07-151-0/+1
* nvme: support for zoned namespacesKeith Busch2020-07-081-0/+254