summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/zns.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-3/+2
* nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig2023-04-131-1/+1
* nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal2023-04-131-1/+1
* nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal2023-04-131-7/+9
* block: introduce bdev_zone_no helperPankaj Raghav2023-01-291-2/+1
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-2/+1
|\
| * nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig2022-09-271-2/+1
* | nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher2022-09-071-2/+15
|/
* nvme/target: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
* treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-2/+2
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-2/+2
* nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig2022-07-061-2/+2
* block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-3/+3
* block: add a bdev_max_zone_append_sectors helperChristoph Hellwig2022-04-171-2/+1
* nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-151-1/+5
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-2/+2
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+3
* block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni2022-02-021-3/+3
* nvmet: remove redundant assignments of variable statusColin Ian King2021-08-161-4/+1
* nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-171-0/+615