summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
AgeCommit message (Expand)Author
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-11block: Fix null_blk_zoned creation failure with small number of zonesShin'ichiro Kawasaki
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal
2018-10-25block: add a report_zones methodChristoph Hellwig
2018-10-25block: Improve zone reset executionDamien Le Moal
2018-10-25block: Limit allocation of zone descriptors for report zonesDamien Le Moal
2018-10-25block: Introduce blkdev_nr_zones() helperDamien Le Moal
2018-07-09block: Remove a superfluous cast from blkdev_report_zones()Bart Van Assche
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche
2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann
2016-10-18blk-zoned: implement ioctlsShaun Tancheff
2016-10-18block: Implement support for zoned block devicesHannes Reinecke