summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/zns.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02nvme: split nvme_update_zone_infoChristoph Hellwig1-13/+20
2024-03-04nvme: use the atomic queue limits update APIChristoph Hellwig1-8/+8
2024-03-04nvme: remove nvme_revalidate_zonesChristoph Hellwig1-10/+2
2023-12-22Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe1-16/+19
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-1/+1
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-1/+1
2023-12-19nvme: refactor ns info setup functionDaniel Wagner1-7/+9
2023-12-19nvme: refactor ns info helpersDaniel Wagner1-6/+6
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner1-8/+9
2023-07-06scsi: nvme: zns: Set zone limits before revalidating zonesDamien Le Moal1-5/+4
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig1-2/+2
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig1-1/+1
2021-12-06nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel1-1/+4
2021-10-19nvme: move command clear into the various setup helpersJens Axboe1-0/+2
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig1-18/+2
2021-06-03nvme: move the CSI sanity check into nvme_ns_report_zonesChristoph Hellwig1-5/+4
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig1-2/+2
2021-03-11nvme: set max_zone_append_sectors nvme_revalidate_zonesChaitanya Kulkarni1-2/+7
2021-02-10nvme: cleanup zone information initializationDamien Le Moal1-8/+3
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González1-4/+9
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig1-3/+2
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig1-0/+11
2020-09-27nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig1-25/+16
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+1
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+1
2020-07-08nvme: support for zoned namespacesKeith Busch1-0/+254