summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/zns.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal1-7/+3
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-3/+2
2023-04-13nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig1-1/+1
2023-04-13nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal1-1/+1
2023-04-13nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal1-7/+9
2023-01-30block: introduce bdev_zone_no helperPankaj Raghav1-2/+1
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-2/+1
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig1-2/+1
2022-09-07nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher1-2/+15
2022-07-14nvme/target: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-2/+2
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-2/+2
2022-07-06nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig1-2/+2
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-3/+3
2022-04-18block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-2/+1
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig1-1/+5
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+3
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni1-3/+3
2021-08-16nvmet: remove redundant assignments of variable statusColin Ian King1-4/+1
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni1-0/+615