summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-zoned-metadata.c
Commit message (Expand)AuthorAgeFilesLines
* dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2020-06-251-2/+2
* dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu2020-04-171-1/+0
* dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev2020-02-111-9/+14
* dm zoned: reduce overhead of backing device checksDmitry Fomichev2019-12-171-10/+19
* dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter2019-08-291-2/+2
* dm zoned: properly handle backing device failureDmitry Fomichev2019-08-291-10/+41
* dm zoned: improve error handling in reclaimDmitry Fomichev2019-08-291-2/+2
* dm zoned: fix zone state management raceDamien Le Moal2019-07-261-24/+0
* dm zoned: Fix zone report handlingDamien Le Moal2019-05-251-0/+5
* dm zoned: fix various dmz_get_mblock() issuesDamien Le Moal2018-11-131-24/+42
* dm zoned: fix metadata block ref countingDamien Le Moal2018-11-131-9/+11
* dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-171-0/+3
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
* dm zoned: use GFP_NOIO in I/O pathDamien Le Moal2017-07-261-6/+6
* dm zoned: fix overflow when converting zone ID to sectorsDamien Le Moal2017-07-051-2/+2
* dm zoned: drive-managed zoned block device targetDamien Le Moal2017-06-191-0/+2509