| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/scm: use new address translation helpers | Heiko Carstens | 2024-03-13 | 1 | -3/+3 |
* | scm_blk: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 2024-02-19 | 1 | -8/+9 |
* | block: pass a queue_limits argument to blk_mq_alloc_disk | Christoph Hellwig | 2024-02-13 | 1 | -1/+1 |
* | s390/scm: fix virtual vs physical address confusion | Vineeth Vijayan | 2023-12-08 | 1 | -3/+4 |
* | s390/mm: make virt_to_pfn() a static inline | Linus Walleij | 2023-08-16 | 1 | -1/+1 |
* | block: remove blk_cleanup_disk | Christoph Hellwig | 2022-06-28 | 1 | -2/+2 |
* | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 1 | -1/+0 |
* | s390/block/scm_blk: add error handling support for add_disk() | Luis Chamberlain | 2021-10-04 | 1 | -1/+6 |
* | scm_blk: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 2021-06-11 | 1 | -15/+6 |
* | blk-mq: move failure injection out of blk_mq_complete_request | Christoph Hellwig | 2020-06-24 | 1 | -1/+2 |
* | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 2018-09-28 | 1 | -1/+1 |
* | s390/scm_blk: correct numa_node in scm_blk_dev_setup | Vasily Gorbik | 2018-07-02 | 1 | -0/+1 |
* | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 2018-03-08 | 1 | -2/+2 |
* | s390: block: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 2017-11-24 | 1 | -0/+1 |
* | s390/scm_blk: consistently use blk_status_t as error type | Sebastian Ott | 2017-09-19 | 1 | -3/+3 |
* | s390/scm: use common completion path | Sebastian Ott | 2017-08-09 | 1 | -5/+8 |
* | s390: fix up for "blk-mq: switch ->queue_rq return value to blk_status_t" | Stephen Rothwell | 2017-07-05 | 1 | -5/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2017-07-03 | 1 | -144/+118 |
|\ |
|
| * | s390/scm: use multiple queues | Sebastian Ott | 2017-06-12 | 1 | -11/+41 |
| * | s390/scm: convert tasklet | Sebastian Ott | 2017-06-12 | 1 | -39/+15 |
| * | s390/scm: convert to blk-mq | Sebastian Ott | 2017-06-12 | 1 | -65/+72 |
| * | s390/scm: remove cluster option | Sebastian Ott | 2017-06-12 | 1 | -42/+3 |
* | | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 1 | -4/+4 |
|/ |
|
* | scm_blk: remove unneeded REQ_TYPE_FS check | Christoph Hellwig | 2017-01-31 | 1 | -7/+0 |
* | block: convert to device_add_disk() | Dan Williams | 2016-06-27 | 1 | -2/+1 |
* | s390/scm_blk: fix deadlock for requests != REQ_TYPE_FS | Sebastian Ott | 2016-04-01 | 1 | -1/+1 |
* | s390/scm_block: make the number of reqs per HW req configurable | Sebastian Ott | 2014-12-08 | 1 | -15/+33 |
* | s390/scm_block: handle multiple requests in one HW request | Sebastian Ott | 2014-12-08 | 1 | -46/+99 |
* | s390/scm_block: allocate aidaw pages only when necessary | Sebastian Ott | 2014-12-08 | 1 | -4/+28 |
* | s390/scm_block: use mempool to manage aidaw requests | Sebastian Ott | 2014-12-08 | 1 | -7/+38 |
* | block: disable entropy contributions for nonrot devices | Mike Snitzer | 2014-10-04 | 1 | -0/+1 |
* | block: Convert bio_for_each_segment() to bvec_iter | Kent Overstreet | 2013-11-23 | 1 | -4/+4 |
* | s390/scm_block: do not hide eadm subchannel dependency | Sebastian Ott | 2013-11-15 | 1 | -18/+6 |
* | s390/scm_blk: fix endless loop for requests != REQ_TYPE_FS | Steffen Maier | 2013-11-06 | 1 | -1/+5 |
* | block_device_operations->release() should return void | Al Viro | 2013-05-07 | 1 | -2/+1 |
* | s390/scm_blk: fix memleak in init function | Sebastian Ott | 2013-04-26 | 1 | -2/+1 |
* | s390/scm_blk: fix error return code in scm_blk_init() | Wei Yongjun | 2013-03-21 | 1 | -2/+5 |
* | s390/scm_block: fix printk format string | Sebastian Ott | 2013-03-21 | 1 | -2/+2 |
* | s390/scm_blk: suspend writes | Sebastian Ott | 2013-03-07 | 1 | -5/+56 |
* | s390/scm_blk: fix request number accounting | Sebastian Ott | 2013-03-07 | 1 | -2/+6 |
* | s390/scm_block: force cluster writes | Sebastian Ott | 2012-09-26 | 1 | -3/+34 |
* | s390: add scm block driver | Sebastian Ott | 2012-09-26 | 1 | -0/+414 |