summaryrefslogtreecommitdiffstats
path: root/block/blk-zoned.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-1/+1
|\
| * block: add queue_is_mq() helperJens Axboe2018-11-161-1/+1
* | block: Fix null_blk_zoned creation failure with small number of zonesShin'ichiro Kawasaki2018-12-111-1/+1
|/
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+136
* block: add a report_zones methodChristoph Hellwig2018-10-251-113/+51
* block: Improve zone reset executionDamien Le Moal2018-10-251-13/+16
* block: Limit allocation of zone descriptors for report zonesDamien Le Moal2018-10-251-2/+1
* block: Introduce blkdev_nr_zones() helperDamien Le Moal2018-10-251-0/+27
* block: Remove a superfluous cast from blkdev_report_zones()Bart Van Assche2018-07-091-1/+1
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-2/+2
* blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche2018-05-221-2/+6
* block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche2018-03-091-2/+2
* block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-051-0/+42
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2017-01-121-2/+2
* block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann2016-10-241-4/+2
* blk-zoned: implement ioctlsShaun Tancheff2016-10-181-0/+93
* block: Implement support for zoned block devicesHannes Reinecke2016-10-181-0/+257