aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd_zbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25scsi: sd: sd_zbc: Hide gap zonesDamien Le Moal1-13/+92
2022-04-25scsi: sd: sd_zbc: Return early in sd_zbc_check_zoned_characteristics()Damien Le Moal1-6/+7
2022-04-25scsi: sd: sd_zbc: Introduce struct zoned_disk_infoBart Van Assche1-26/+23
2022-04-25scsi: sd: sd_zbc: Use logical blocks as unit when querying zonesDamien Le Moal1-6/+5
2022-04-25scsi: sd: sd_zbc: Verify that the zone size is a power of twoBart Van Assche1-0/+7
2022-04-25scsi: sd: sd_zbc: Improve source code documentationBart Van Assche1-3/+52
2022-02-22scsi: sd: Remove WRITE_SAME supportChristoph Hellwig1-2/+0
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2021-12-02scsi: sd_zbc: Clean up sd_zbc_parse_report() setting of wpNiklas Cassel1-1/+2
2021-12-02scsi: sd_zbc: Simplify zone full condition checkNiklas Cassel1-2/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-4/+4
2021-09-21scsi: sd_zbc: Support disks with more than 2**32 logical blocksBart Van Assche1-1/+1
2021-09-13scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZENaohiro Aota1-3/+3
2021-08-11scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+5
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+1
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-1/+1
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-8/+11
2021-03-18scsi: sd_zbc: Place function name into headerLee Jones1-1/+1
2021-03-16scsi: sd_zbc: Update write pointer offset cacheJohannes Thumshirn1-8/+11
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+5
2021-02-22scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcallocJohannes Thumshirn1-1/+5
2021-02-10sd_zbc: clear zone resources for non-zoned caseDamien Le Moal1-5/+32
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal1-0/+8
2020-09-15scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal1-25/+35
2020-09-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal1-1/+5
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-49/+44
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2020-08-04scsi: sd_zbc: Improve zone revalidationDamien Le Moal1-49/+44
2020-07-24scsi: sd_zbc: Don't limit max_zone_append sectors to max_hw_sectorsJohannes Thumshirn1-1/+0
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+1
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+4
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling1-0/+1
2020-07-08scsi: sd_zbc: Fix kdoc comment formatDamien Le Moal1-1/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+364
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-2/+1
2020-05-12scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn1-24/+339
2020-05-12scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn1-11/+25
2020-02-24scsi: sd_sbc: Fix sd_zbc_report_zones()Damien Le Moal1-1/+6
2020-01-02scsi: sd_zbc: Rename sd_zbc_check_zones()Damien Le Moal1-14/+13
2020-01-02scsi: sd_zbc: Simplify sd_zbc_check_zones()Damien Le Moal1-13/+2
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+5
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig1-2/+0
2019-11-26scsi: sd_zbc: Improve report zones error printoutDamien Le Moal1-3/+5
2019-11-18scsi: sd_zbc: Remove set but not used variable 'buflen'YueHaibing1-2/+0
2019-11-12block: rework zone reportingChristoph Hellwig1-56/+50
2019-11-12scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()Damien Le Moal1-11/+13
2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal1-87/+20
2019-11-07scsi: sd_zbc: add zone open, close, and finish supportAjay Joshi1-9/+13
2019-11-05scsi: sd_zbc: Fix sd_zbc_complete()Damien Le Moal1-19/+10
2019-09-05sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal1-0/+2