summaryrefslogtreecommitdiff
path: root/drivers/s390/block/dasd.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-95/+85
2024-03-06dasd: use the atomic queue limits APIChristoph Hellwig1-17/+12
2024-03-06dasd: move queue setup to common codeChristoph Hellwig1-2/+27
2024-03-06dasd: cleamup dasd_state_basic_to_readyChristoph Hellwig1-28/+26
2024-02-25s390: port block device access to fileChristian Brauner1-5/+5
2024-02-09s390/dasd: fix double module refcount decrementMiroslav Franc1-4/+1
2024-02-08s390/dasd: Use dev_*() for device log messagesJan Höppner1-26/+24
2024-02-08s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitionsJan Höppner1-3/+0
2024-02-08s390/dasd: Remove %p format specifier from error messagesJan Höppner1-12/+8
2024-02-08s390/dasd: Move allocation error message to DBFJan Höppner1-4/+2
2024-02-08s390/dasd: Remove unnecessary errorstring generationJan Höppner1-20/+6
2023-12-11s390/dasd: remove dasd_stats_generic_show()Nathan Chancellor1-6/+0
2023-11-20s390/dasd: protect device queue against concurrent accessJan Höppner1-11/+13
2023-10-28s390/dasd: Convert to bdev_open_by_path()Jan Kara1-5/+7
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