summaryrefslogtreecommitdiff
path: root/drivers/s390/block/dasd.c
AgeCommit message (Expand)Author
2021-10-20s390/dasd: fix possibly missed path verificationStefan Haberland
2021-07-01dasd: unexport dasd_set_target_stateChristoph Hellwig
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-16s390/dasd: let driver core manage the sysfs attributesJulian Wiedmann
2021-03-05s390/dasd: fix hanging IO request during DASD driver unbindStefan Haberland
2021-03-05s390/dasd: fix hanging DASD driver unbindStefan Haberland
2021-01-24block: add a disk_uevent helperChristoph Hellwig
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-12-02s390/dasd: remove unused pm related functionsVineeth Vijayan
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig
2020-11-16s390/dasd: fix null pointer dereference for ERP requestsStefan Haberland
2020-11-16s390/dasd: Process FCES path event notificationJan Höppner
2020-11-16s390/dasd: Prepare for additional path event handlingJan Höppner
2020-11-16s390/dasd: Remove unused parameter from dasd_generic_probe()Jan Höppner
2020-11-16dasd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-03-12s390/dasd: fix data corruption for thin provisioned devicesStefan Haberland
2019-07-11s390/dasd: Handle out-of-space constraintJan Höppner
2019-07-11s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner
2019-07-11s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner
2019-07-11s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner
2019-03-01s390/dasd: fix read device characteristic with CONFIG_VMAP_STACK=yMartin Schwidefsky
2018-12-13s390: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-09-20s390/dasd: remove unnecessary condition checkChengguang Xu
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-07-04s390/dasd: fix cast-function-type warningsSebastian Ott
2018-07-02s390/dasd: correct numa_node in dasd_alloc_queueVasily Gorbik
2018-07-02s390/dasd: reduce the default queue depth and nr of hardware queuesStefan Haberland
2018-06-12s390/dasd: only use preallocated requestsSebastian Ott
2018-06-12s390/dasd: move dasd_ccw_req to per request dataSebastian Ott
2018-06-12s390/dasd: simplify locking in process_final_queueSebastian Ott
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-25s390/dasd: simplify locking in dasd_times_outSebastian Ott
2018-05-23s390/dasd: use blk_mq_rq_from_pdu for per request dataSebastian Ott
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-27s390/dasd: remove unneeded sanity checkStefan Haberland
2018-02-19s390/dasd: fix handling of internal requestsStefan Haberland
2018-01-23s390/dasd: Remove dead return code checksJan Höppner
2017-12-05s390/dasd: remove 'struct timespec' usageArnd Bergmann
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-24s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook