aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-zoned.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-2/+2
2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche1-2/+6
2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche1-2/+2
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig1-0/+42
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal1-2/+2
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann1-4/+2
2016-10-18blk-zoned: implement ioctlsShaun Tancheff1-0/+93
2016-10-18block: Implement support for zoned block devicesHannes Reinecke1-0/+257