summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-2/+2
2024-05-01block: Cleanup blk_revalidate_zone_cb()Damien Le Moal1-52/+77
2024-05-01block: Simplify zone write plug BIO abortDamien Le Moal1-8/+7
2024-05-01block: Simplify blk_zone_write_plug_bio_endio()Damien Le Moal1-2/+1
2024-05-01block: Improve zone write request completion handlingDamien Le Moal1-5/+6
2024-05-01block: Improve blk_zone_write_plug_bio_merged()Damien Le Moal1-2/+7
2024-05-01block: Fix handling of non-empty flush write requests to zonesDamien Le Moal1-4/+8
2024-05-01block: Do not remove zone write plugs still in useDamien Le Moal1-8/+31
2024-05-01block: Unhash a zone write plug only if neededDamien Le Moal1-23/+32
2024-05-01block: Hold a reference on zone write plugs to schedule submissionDamien Le Moal1-5/+21
2024-05-01block: Fix reference counting for zone write plugs in error stateDamien Le Moal1-26/+49
2024-05-01block: Fix zone write plug initialization from blk_revalidate_zone_cb()Damien Le Moal1-3/+4
2024-05-01block: Exclude conventional zones when faking max open limitDamien Le Moal1-10/+28
2024-04-25block: check if zone_wplugs_hash exists in queue_zone_wplugs_showJohannes Thumshirn1-0/+3
2024-04-23block: use a per disk workqueue for zone write pluggingDamien Le Moal1-8/+24
2024-04-17block: Remove zone write lockingDamien Le Moal1-63/+3
2024-04-17block: Replace zone_wlock debugfs entry with zone_wplugs entryDamien Le Moal1-7/+24
2024-04-17block: Move zone related debugfs attribute to blk-zoned.cDamien Le Moal1-0/+20
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-14/+7
2024-04-17block: Allow BIO-based drivers to use blk_revalidate_disk_zones()Damien Le Moal1-6/+24
2024-04-17block: Implement zone append emulationDamien Le Moal1-11/+53
2024-04-17block: Allow zero value of max_zone_append_sectors queue limitDamien Le Moal1-1/+1
2024-04-17block: Fake max open zones limit when there is no limitDamien Le Moal1-6/+35
2024-04-17block: Introduce zone write pluggingDamien Le Moal1-3/+1088
2024-04-17block: Remember zone capacity when revalidating zonesDamien Le Moal1-0/+26
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-21block: export disk_clear_zoned()Jens Axboe1-0/+1
2023-12-20block: 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-06scsi: 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-19block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche1-4/+1
2023-05-19block: 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-30block: 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-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0