summaryrefslogtreecommitdiffstats
path: root/block/blk-zoned.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav1-6/+3
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-4/+3
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-24/+21
2022-07-06block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig1-4/+4
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-7/+8
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig1-3/+5
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig1-1/+3
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig1-5/+4
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-1/+0
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-4/+1
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni1-6/+3
2021-11-11block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki1-10/+5
2021-08-24blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-06-04block: improve handling of all zones reset operationDamien Le Moal1-27/+92
2021-04-07blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche1-8/+0
2021-03-11block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki1-2/+36
2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-1/+1
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal1-0/+17
2020-12-07block: Improve blk_revalidate_disk_zones() checksDamien Le Moal1-1/+15
2020-08-03block: don't do revalidate zones on invalid devicesJohannes Thumshirn1-0/+3
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling1-0/+1
2020-05-12block: Modify revalidate zonesDamien Le Moal1-1/+8
2020-05-12block: introduce blk_req_zone_write_trylockJohannes Thumshirn1-0/+14
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+32
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni1-0/+32
2020-03-12block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan1-1/+1
2020-01-09block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni1-1/+1
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig1-26/+33
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig1-11/+5
2019-12-03block: allocate the zone bitmaps lazilyChristoph Hellwig1-33/+32
2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig1-9/+9
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig1-18/+8
2019-12-03block: remove the empty line at the end of blk-zoned.cChristoph Hellwig1-1/+0
2019-11-12block: rework zone reportingChristoph Hellwig1-156/+97
2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal1-51/+11
2019-11-12block: Simplify report zones executionDamien Le Moal1-29/+5
2019-11-12block: cleanup the !zoned case in blk_revalidate_disk_zonesChristoph Hellwig1-3/+4
2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal1-2/+60
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi1-5/+23
2019-11-07block: add zone open, close and finish operationsAjay Joshi1-14/+21
2019-11-07block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-27/+13
2019-11-07block: Remove REQ_OP_ZONE_RESET pluggingDamien Le Moal1-4/+0
2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni1-0/+39
2019-07-11block: Limit zone array allocation sizeDamien Le Moal1-16/+20
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-12/+19
2019-07-10block: Fix potential overflow in blk_report_zones()Damien Le Moal1-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1