aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-zoned-metadata.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-10/+19
2019-11-12block: rework zone reportingChristoph Hellwig1-83/+48
2019-11-07dm zoned: reduce overhead of backing device checksDmitry Fomichev1-10/+19
2019-11-07block: add zone open, close and finish operationsAjay Joshi1-3/+3
2019-08-21dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter1-2/+2
2019-08-15dm zoned: fix a few typosDmitry Fomichev1-4/+4
2019-08-15dm zoned: add SPDX license identifiersDmitry Fomichev1-0/+1
2019-08-15dm zoned: properly handle backing device failureDmitry Fomichev1-10/+41
2019-08-15dm zoned: improve error handling in reclaimDmitry Fomichev1-2/+2
2019-07-18Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-24/+0
2019-07-17dm zoned: fix zone state management raceDamien Le Moal1-24/+0
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-4/+12
2019-04-18dm zoned: Fix zone report handlingDamien Le Moal1-0/+5
2018-10-18dm zoned: fix various dmz_get_mblock() issuesDamien Le Moal1-24/+42
2018-10-18dm zoned: fix metadata block ref countingDamien Le Moal1-9/+11
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer1-0/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+3
2017-07-26dm zoned: use GFP_NOIO in I/O pathDamien Le Moal1-6/+6
2017-07-05dm zoned: fix overflow when converting zone ID to sectorsDamien Le Moal1-2/+2
2017-06-19dm zoned: drive-managed zoned block device targetDamien Le Moal1-0/+2509