summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd_zbc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-02-281-1/+5
|\
| * scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcallocJohannes Thumshirn2021-02-221-1/+5
* | sd_zbc: clear zone resources for non-zoned caseDamien Le Moal2021-02-101-5/+32
* | block: introduce zone_write_granularity limitDamien Le Moal2021-02-101-0/+8
|/
* scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal2020-09-151-25/+35
* scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-151-1/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-141-49/+44
|\
| * scsi: sd_zbc: Improve zone revalidationDamien Le Moal2020-08-041-49/+44
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-061-2/+1
|\|
| * scsi: sd_zbc: Don't limit max_zone_append sectors to max_hw_sectorsJohannes Thumshirn2020-07-241-1/+0
| * scsi: sd_zbc: Fix kdoc comment formatDamien Le Moal2020-07-081-1/+1
* | block: add max_active_zones to blk-sysfsNiklas Cassel2020-07-151-0/+1
* | block: add max_open_zones to blk-sysfsNiklas Cassel2020-07-151-0/+4
* | block: add capacity field to zone descriptorsMatias Bjørling2020-07-081-0/+1
|/
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-35/+364
|\
| * scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn2020-05-121-24/+339
| * scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn2020-05-121-11/+25
* | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+1
|/
* scsi: sd_sbc: Fix sd_zbc_report_zones()Damien Le Moal2020-02-241-1/+6
* scsi: sd_zbc: Rename sd_zbc_check_zones()Damien Le Moal2020-01-021-14/+13
* scsi: sd_zbc: Simplify sd_zbc_check_zones()Damien Le Moal2020-01-021-13/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-081-3/+5
|\
| * scsi: sd_zbc: Improve report zones error printoutDamien Le Moal2019-11-261-3/+5
* | block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig2019-12-031-2/+0
* | scsi: sd_zbc: Remove set but not used variable 'buflen'YueHaibing2019-11-181-2/+0
* | block: rework zone reportingChristoph Hellwig2019-11-121-56/+50
* | scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()Damien Le Moal2019-11-121-11/+13
* | block: Enhance blk_revalidate_disk_zones()Damien Le Moal2019-11-121-87/+20
* | scsi: sd_zbc: add zone open, close, and finish supportAjay Joshi2019-11-071-9/+13
* | scsi: sd_zbc: Fix sd_zbc_complete()Damien Le Moal2019-11-051-19/+10
|/
* sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal2019-09-051-0/+2
* scsi: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-041-2/+8
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-1/+1
|\
| * scsi: sd_zbc: Fix compilation warningDamien Le Moal2019-07-161-1/+1
| * scsi: sd: switch remaining files to SPDX tagsChristoph Hellwig2019-05-211-15/+1
* | sd_zbc: Fix report zones buffer allocationDamien Le Moal2019-07-111-29/+75
* | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-4/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410Thomas Gleixner2019-06-051-15/+1
|/
* scsi: sd_zbc: Fix sd_zbc_report_zones() buffer allocationMasato Suzuki2019-02-151-3/+5
* scsi: sd_zbc: Fix zone information messagesDamien Le Moal2019-02-041-4/+8
* scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-091-5/+5
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-192/+26
* block: add a report_zones methodChristoph Hellwig2018-10-251-106/+47
* scsi: sd_zbc: Fix sd_zbc_check_zones() error checksDamien Le Moal2018-10-251-11/+8
* scsi: sd_zbc: Reduce boot device scan and revalidate timeDamien Le Moal2018-10-251-54/+40
* scsi: sd_zbc: Rearrange codeDamien Le Moal2018-10-251-20/+19
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-6/+0
|\
| * scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd()Bart Van Assche2018-07-021-6/+0
* | scsi: sd_zbc: Fix variable type and bogus commentDamien Le Moal2018-07-101-2/+3
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-141-1/+1
|\