summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
AgeCommit message (Expand)Author
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal
2024-01-08block: remove disk_clear_zonedChristoph Hellwig
2023-12-20block: export disk_clear_zoned()Jens Axboe
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen
2023-07-05scsi: block: Improve checks in blk_revalidate_disk_zones()Damien Le Moal
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche
2023-05-18block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche
2023-02-21block: remove more NULL checks after bdev_get_queue()Juhyung Park
2023-01-29block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2021-11-11block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki
2021-08-24blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel
2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel
2021-06-04block: improve handling of all zones reset operationDamien Le Moal
2021-04-07blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche
2021-03-11block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki
2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal
2020-12-07block: Improve blk_revalidate_disk_zones() checksDamien Le Moal
2020-08-03block: don't do revalidate zones on invalid devicesJohannes Thumshirn
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling
2020-05-12block: Modify revalidate zonesDamien Le Moal
2020-05-12block: introduce blk_req_zone_write_trylockJohannes Thumshirn
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni
2020-03-12block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan
2020-01-09block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig
2019-12-03block: allocate the zone bitmaps lazilyChristoph Hellwig
2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig
2019-12-03block: remove the empty line at the end of blk-zoned.cChristoph Hellwig
2019-11-12block: rework zone reportingChristoph Hellwig
2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal
2019-11-12block: Simplify report zones executionDamien Le Moal