summaryrefslogtreecommitdiff
path: root/drivers/md/dm-zoned-target.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09dm zoned: assign max_io_len correctlyHou Tao1-1/+1
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev1-16/+38
2019-10-05dm zoned: fix invalid memory accessMikulas Patocka1-2/+0
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev1-2/+43
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev1-6/+16
2019-01-13dm zoned: Fix target BIO completion handlingDamien Le Moal1-84/+38
2018-07-03dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche1-1/+1
2017-11-30dm zoned: ignore last smaller runt zoneDamien Le Moal1-4/+9
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-07-26dm zoned: use GFP_NOIO in I/O pathDamien Le Moal1-2/+2
2017-07-25dm zoned: remove test for impossible REQ_OP_FLUSH conditionsMikulas Patocka1-2/+2
2017-06-19dm zoned: drive-managed zoned block device targetDamien Le Moal1-0/+967