summaryrefslogtreecommitdiff
path: root/drivers/s390/block
AgeCommit message (Expand)AuthorFilesLines
2024-09-04s390/dasd: fix error recovery leading to data corruption on ESE devicesStefan Haberland4-53/+50
2024-03-27s390/dasd: fix double module refcount decrementMiroslav Franc1-4/+1
2024-03-27s390/dasd: Use dev_*() for device log messagesJan Höppner1-26/+24
2024-03-27s390/dasd: add autoquiesce featureStefan Haberland3-17/+46
2024-03-27s390/dasd: add copy pair setupStefan Haberland4-17/+623
2024-03-27s390/dasd: add query PPRC functionStefan Haberland3-0/+104
2024-03-27s390/dasd: put block allocation in separate functionStefan Haberland1-15/+23
2024-01-26s390/scm: fix virtual vs physical address confusionVineeth Vijayan1-3/+4
2023-12-03s390/dasd: protect device queue against concurrent accessJan Höppner1-11/+13
2023-09-19s390/dasd: fix hanging device after request requeueStefan Haberland1-77/+48
2023-09-19s390/dasd: use correct number of retries for ERP requestsStefan Haberland1-1/+1
2023-08-03s390/dasd: fix hanging device after quiesce/resumeStefan Haberland1-0/+1
2023-06-14s390/dasd: Use correct lock while counting channel queue lengthJan Höppner1-2/+2
2023-05-11s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-03-10s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin1-1/+3
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-12-02s390/dasd: fix no record found for raw_track_accessStefan Haberland1-4/+2
2022-09-28s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroupStefan Haberland1-2/+7
2022-05-12s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner1-2/+1
2022-05-12s390/dasd: Fix read for ESE with blksize < 4kJan Höppner1-4/+3
2022-05-12s390/dasd: prevent double format of tracks for ESE devicesStefan Haberland3-2/+26
2022-05-12s390/dasd: fix data corruption for ESE devicesStefan Haberland3-2/+20
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-428/+0
2021-09-07s390: remove xpram device driverHeiko Carstens3-428/+0
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds5-14/+16
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+1
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig1-2/+2
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig1-2/+2
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig1-1/+4
2021-08-16dcssblk: use bvec_virtChristoph Hellwig1-2/+1
2021-08-16dasd: use bvec_virtChristoph Hellwig3-10/+10
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman1-2/+11
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+11
2021-08-04s390/dasd: fix use after free in dasd path handlingStefan Haberland1-2/+11
2021-07-27s390/dasd: remove debug printkHeiko Carstens1-3/+1
2021-07-21s390/scm: Make struct scm_driver::remove return voidUwe Kleine-König1-3/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+5
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-174/+16
2021-07-01s390/dasd: Avoid field over-reading memcpy()Kees Cook2-3/+5
2021-07-01dasd: unexport dasd_set_target_stateChristoph Hellwig1-1/+0
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-56/+29
2021-06-28s390/dasd: use register pair instead of register asmHeiko Carstens1-11/+10
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-2/+2
2021-06-18s390/xpram: Remove power management supportPeter Oberparleiter1-60/+3
2021-06-18s390/dcssblk: Remove power management supportPeter Oberparleiter1-103/+3
2021-06-11scm_blk: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-15/+6
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-4/+4
2021-06-01xpram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-17/+9