| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/dasd: Handle out-of-space constraint | Jan Höppner | 2019-07-11 | 1 | -1/+57 |
* | s390/dasd: Make dasd_setup_queue() a discipline function | Jan Höppner | 2019-07-11 | 1 | -51/+2 |
* | s390/dasd: Add dasd_sleep_on_queue_interruptible() | Jan Höppner | 2019-07-11 | 1 | -0/+9 |
* | s390/dasd: Add dynamic formatting support for ESE volumes | Jan Höppner | 2019-07-11 | 1 | -1/+112 |
* | s390/dasd: fix read device characteristic with CONFIG_VMAP_STACK=y | Martin Schwidefsky | 2019-03-01 | 1 | -14/+5 |
* | s390: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-13 | 1 | -14/+1 |
* | s390/dasd: remove unnecessary condition check | Chengguang Xu | 2018-09-20 | 1 | -4/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2018-08-14 | 1 | -8/+9 |
|\ |
|
| * | s390/dasd: fix cast-function-type warnings | Sebastian Ott | 2018-07-04 | 1 | -8/+8 |
| * | s390/dasd: correct numa_node in dasd_alloc_queue | Vasily Gorbik | 2018-07-02 | 1 | -0/+1 |
* | | s390/dasd: reduce the default queue depth and nr of hardware queues | Stefan Haberland | 2018-07-02 | 1 | -2/+11 |
|/ |
|
* | s390/dasd: only use preallocated requests | Sebastian Ott | 2018-06-12 | 1 | -66/+0 |
* | s390/dasd: move dasd_ccw_req to per request data | Sebastian Ott | 2018-06-12 | 1 | -22/+24 |
* | s390/dasd: simplify locking in process_final_queue | Sebastian Ott | 2018-06-12 | 1 | -27/+32 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2018-06-05 | 1 | -14/+17 |
|\ |
|
| * | s390/dasd: simplify locking in dasd_times_out | Sebastian Ott | 2018-05-25 | 1 | -14/+17 |
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-04 | 1 | -3/+3 |
|\ \ |
|
| * | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 2018-05-29 | 1 | -3/+3 |
| |/ |
|
* / | s390/dasd: use blk_mq_rq_from_pdu for per request data | Sebastian Ott | 2018-05-23 | 1 | -2/+5 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2018-04-09 | 1 | -2/+7 |
|\ |
|
| * | s390/dasd: remove unneeded sanity check | Stefan Haberland | 2018-02-27 | 1 | -2/+7 |
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-04-05 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 2018-03-08 | 1 | -2/+2 |
* | | s390/dasd: fix handling of internal requests | Stefan Haberland | 2018-02-19 | 1 | -14/+7 |
|/ |
|
* | s390/dasd: Remove dead return code checks | Jan Höppner | 2018-01-23 | 1 | -12/+0 |
* | s390/dasd: remove 'struct timespec' usage | Arnd Bergmann | 2017-12-05 | 1 | -5/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2017-11-30 | 1 | -0/+1 |
|\ |
|
| * | s390: block: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 2017-11-24 | 1 | -0/+1 |
* | | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 1 | -9/+8 |
* | | treewide: init_timer() -> setup_timer() | Kees Cook | 2017-11-22 | 1 | -6/+3 |
|/ |
|
* | s390/dasd: fix race during dasd initialization | Stefan Haberland | 2017-09-13 | 1 | -3/+9 |
* | s390/dasd: blk-mq conversion | Stefan Haberland | 2017-09-08 | 1 | -157/+174 |
* | s390/dasd: Add discard support for FBA devices | Jan Höppner | 2017-08-29 | 1 | -1/+18 |
* | s390/dasd: Change unsigned long long to unsigned long | Jan Höppner | 2017-08-23 | 1 | -1/+1 |
* | s390/dasd: add average request times to dasd statistics | Stefan Haberland | 2017-08-23 | 1 | -4/+30 |
* | s390/dasd: remove unneeded code | Sebastian Ott | 2017-07-05 | 1 | -2/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2017-07-04 | 1 | -32/+44 |
|\ |
|
| * | s390/dasd: fix hanging safe offline | Stefan Haberland | 2017-06-12 | 1 | -2/+6 |
| * | s390/dasd: fix unusable device after safe offline processing | Stefan Haberland | 2017-06-12 | 1 | -30/+38 |
* | | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 1 | -14/+22 |
|/ |
|
* | s390/dasd: check blockdevice pointer before trying to sync blockdevice | Stefan Haberland | 2017-01-31 | 1 | -4/+5 |
* | s390/dasd: check for device error pointer within state change interrupts | Stefan Haberland | 2017-01-31 | 1 | -2/+5 |
* | s390/dasd: channel path aware error recovery | Stefan Haberland | 2016-12-12 | 1 | -38/+111 |
* | s390/dasd: extend dasd path handling | Stefan Haberland | 2016-12-12 | 1 | -55/+46 |
* | s390/dasd: Eliminate race condition in dasd_generic_set_offline() | Jan Höppner | 2016-10-28 | 1 | -15/+24 |
* | s390/dasd: Define often used variable | Jan Höppner | 2016-10-28 | 1 | -8/+8 |
* | s390/dasd: Make setting queue_max_segments more explicit | Jan Höppner | 2016-10-28 | 1 | -1/+1 |
* | s390/dasd: fix panic during offline processing | Stefan Haberland | 2016-09-26 | 1 | -10/+16 |
* | s390/dasd: fix hanging offline processing | Stefan Haberland | 2016-09-26 | 1 | -0/+9 |
* | s390/dasd: add missing KOBJ_CHANGE event for unformatted devices | Stefan Haberland | 2016-09-20 | 1 | -0/+4 |