aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk_zoned.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-30null_blk: Fix REQ_OP_ZONE_CLOSE handlingDamien Le Moal1-1/+4
2019-11-12block: rework zone reportingChristoph Hellwig1-9/+22
2019-11-12null_blk: clean up report zonesChristoph Hellwig1-2/+2
2019-11-12Merge branch 'for-5.5/drivers' into for-5.5/zonedJens Axboe1-5/+49
2019-11-07null_blk: add zone open, close, and finish supportAjay Joshi1-3/+30
2019-10-17null_blk: return fixed zoned reads > write pointerAjay Joshi1-2/+19
2019-10-09null_blk: Fix zoned command return codeKeith Busch1-2/+1
2019-09-16null_blk: format pr_* logs with pr_fmtAndré Almeida1-2/+2
2019-08-23null_blk: fix inline misuseJens Axboe1-3/+2
2019-08-23null_blk: create a helper for zoned devicesChaitanya Kulkarni1-13/+25
2019-08-04null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni1-6/+22
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-2/+1
2019-06-13null_blk: remove duplicate check for report zoneChaitanya Kulkarni1-4/+0
2018-11-07null_blk: Add conventional zone configuration for zoned supportMasato Suzuki1-1/+26
2018-10-25block: add a report_zones methodChristoph Hellwig1-42/+15
2018-09-12null_blk: fix zoned support for non-rq based operationJens Axboe1-20/+14
2018-07-09null_blk: add zone supportMatias Bjørling1-0/+149