aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-zoned.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22block: Do not include rbtree.h in blk-zoned.cDamien Le Moal1-1/+0
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-11/+8
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal1-1/+1
2024-01-08block: remove disk_clear_zonedChristoph Hellwig1-21/+0
2023-12-20block: export disk_clear_zoned()Jens Axboe1-0/+1
2023-12-19block: simplify disk_set_zonedChristoph Hellwig1-1/+2
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-36/+50
2023-07-05scsi: block: Improve checks in blk_revalidate_disk_zones()Damien Le Moal1-36/+50
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig1-2/+2
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche1-4/+1
2023-05-18block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche1-3/+0
2023-02-21block: remove more NULL checks after bdev_get_queue()Juhyung Park1-10/+0
2023-01-29block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav1-2/+2
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