summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
Commit message (Expand)AuthorAgeFilesLines
* s390/dasd: fix endless loop after read unit address configurationStefan Haberland2019-08-011-6/+16
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-1/+1
|\
| * libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+1
* | s390/dasd: Handle out-of-space constraintJan Höppner2019-07-115-3/+243
* | s390/dasd: Add discard support for ESE volumesJan Höppner2019-07-111-3/+54
* | s390/dasd: Use ALIGN_DOWN macroJan Höppner2019-07-111-1/+1
* | s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner2019-07-117-80/+103
* | s390/dasd: Add new ioctl to release spaceJan Höppner2019-07-114-0/+361
* | s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner2019-07-112-0/+10
* | s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner2019-07-113-14/+239
* | s390/dasd: Recognise data for ESE volumesJan Höppner2019-07-114-4/+430
* | s390/dasd: Put sub-order definitions in a separate sectionJan Höppner2019-07-111-2/+6
* | s390/dasd: Make layout analysis ESE compatibleJan Höppner2019-07-111-6/+6
* | s390/dasd: Remove old defines and functionJan Höppner2019-07-111-21/+0
* | s390/dasd: Remove unused structs and function prototypesJan Höppner2019-07-111-25/+0
* | s390/dasd: Fix a precision vs width bug in dasd_feature_list()Dan Carpenter2019-07-021-1/+1
* | s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-06-041-1/+1
|/
* dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-201-0/+1
* s390/dasd: fix build warning in dasd_eckd_build_cp_rawMing Lei2019-05-091-1/+1
* s390/dasd: Fix capacity calculation for large volumesPeter Oberparleiter2019-03-291-3/+3
* Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-051-14/+5
|\
| * s390/dasd: fix read device characteristic with CONFIG_VMAP_STACK=yMartin Schwidefsky2019-03-011-14/+5
* | s390/dasd: fix using offset into zero size array errorStefan Haberland2019-01-281-0/+8
|/
* Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2019-01-022-16/+2
|\
| * s390/drivers: fix proc/debugfs file permissionsSebastian Ott2018-12-131-2/+1
| * s390: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-131-14/+1
* | dasd: remove dead codeJens Axboe2018-11-071-17/+5
|/
* Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-231-4/+2
|\
| * s390/dasd: remove unnecessary condition checkChengguang Xu2018-09-201-4/+2
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-283-3/+3
|/
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-251-3/+5
|\
| * s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-136-15/+23
|\ \
| * | s390/dasd: fix hanging offline processing due to canceled workerStefan Haberland2018-08-091-2/+5
| * | s390/dasd: fix panic for failed online processingStefan Haberland2018-08-091-0/+3
| * | s390/dasd: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva2018-07-191-1/+1
| * | s390/dasd: fix cast-function-type warningsSebastian Ott2018-07-041-8/+8
| * | s390/dasd: fix gcc 8 stringop-truncation warningVasily Gorbik2018-07-021-1/+1
| * | s390/dasd,zfcp: fix gcc 8 stringop-truncation warningsVasily Gorbik2018-07-022-3/+3
| * | s390/scm_blk: correct numa_node in scm_blk_dev_setupVasily Gorbik2018-07-021-0/+1
| * | s390/dasd: correct numa_node in dasd_alloc_queueVasily Gorbik2018-07-021-0/+1
| |/
* / s390/dasd: reduce the default queue depth and nr of hardware queuesStefan Haberland2018-07-022-10/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-197-168/+100
|\
| * s390/dasd: only use preallocated requestsSebastian Ott2018-06-124-77/+8
| * s390/dasd: reshuffle struct dasd_ccw_reqSebastian Ott2018-06-121-11/+3
| * s390/dasd: remove dasd_kmalloc_set_cdaSebastian Ott2018-06-121-6/+0
| * s390/dasd: move dasd_ccw_req to per request dataSebastian Ott2018-06-125-47/+57
| * s390/dasd: simplify locking in process_final_queueSebastian Ott2018-06-121-27/+32
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
|/