summaryrefslogtreecommitdiff
path: root/drivers/s390/block/dasd.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-03s390/dasd: protect device queue against concurrent accessJan Höppner1-11/+13
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+2
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-4/+2
2023-08-21dasd: also call __invalidate_device when setting the device offlineChristoph Hellwig1-3/+2
2023-07-24s390/dasd: fix hanging device after request requeueStefan Haberland1-77/+48
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-1/+6
2023-04-12block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+6
2023-04-12s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-04-12s390/dasd: add autoquiesce event for start IO errorStefan Haberland1-0/+2
2023-04-12s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland1-0/+11
2023-04-12s390/dasd: add autoquiesce featureStefan Haberland1-17/+43
2023-02-10s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev1-3/+2
2022-09-28s390/dasd: use blk_mq_alloc_diskChristoph Hellwig1-74/+9
2022-09-21s390/dasd: add copy pair swap capabilityStefan Haberland1-1/+2
2022-08-05s390/dasd: drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-1/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+1
2022-05-06s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner1-2/+1
2022-05-06s390/dasd: prevent double format of tracks for ESE devicesStefan Haberland1-0/+7
2022-05-06s390/dasd: fix data corruption for ESE devicesStefan Haberland1-1/+7
2021-10-20s390/dasd: fix possibly missed path verificationStefan Haberland1-3/+6
2021-07-01dasd: unexport dasd_set_target_stateChristoph Hellwig1-1/+0
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-16s390/dasd: let driver core manage the sysfs attributesJulian Wiedmann1-15/+2
2021-03-05s390/dasd: fix hanging IO request during DASD driver unbindStefan Haberland1-1/+2
2021-03-05s390/dasd: fix hanging DASD driver unbindStefan Haberland1-2/+1
2021-01-25block: add a disk_uevent helperChristoph Hellwig1-21/+5
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+15
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2020-12-15Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-91/+2
2020-12-02s390/dasd: remove unused pm related functionsVineeth Vijayan1-91/+2
2020-12-02block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig1-4/+4
2020-11-16s390/dasd: fix null pointer dereference for ERP requestsStefan Haberland1-0/+6
2020-11-16s390/dasd: Process FCES path event notificationJan Höppner1-5/+14
2020-11-16s390/dasd: Prepare for additional path event handlingJan Höppner1-2/+2
2020-11-16s390/dasd: Remove unused parameter from dasd_generic_probe()Jan Höppner1-2/+1
2020-11-16dasd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-0/+1
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-1/+1
2020-03-12s390/dasd: fix data corruption for thin provisioned devicesStefan Haberland1-3/+24
2019-07-11s390/dasd: Handle out-of-space constraintJan Höppner1-1/+57
2019-07-11s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner1-51/+2
2019-07-11s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner1-0/+9
2019-07-11s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner1-1/+112