summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
AgeCommit message (Expand)AuthorLines
2019-10-01Revert "s390/dasd: Add discard support for ESE volumes"Stefan Haberland-54/+3
2019-10-01s390/dasd: Fix error handling during online processingJan Höppner-16/+8
2019-08-01s390/dasd: fix endless loop after read unit address configurationStefan Haberland-6/+16
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-07-11s390/dasd: Handle out-of-space constraintJan Höppner-3/+243
2019-07-11s390/dasd: Add discard support for ESE volumesJan Höppner-3/+54
2019-07-11s390/dasd: Use ALIGN_DOWN macroJan Höppner-1/+1
2019-07-11s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner-80/+103
2019-07-11s390/dasd: Add new ioctl to release spaceJan Höppner-0/+361
2019-07-11s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner-0/+10
2019-07-11s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner-14/+239
2019-07-11s390/dasd: Recognise data for ESE volumesJan Höppner-4/+430
2019-07-11s390/dasd: Put sub-order definitions in a separate sectionJan Höppner-2/+6
2019-07-11s390/dasd: Make layout analysis ESE compatibleJan Höppner-6/+6
2019-07-11s390/dasd: Remove old defines and functionJan Höppner-21/+0
2019-07-11s390/dasd: Remove unused structs and function prototypesJan Höppner-25/+0
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta-1/+1
2019-07-02s390/dasd: Fix a precision vs width bug in dasd_feature_list()Dan Carpenter-1/+1
2019-06-04s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult-1/+1
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams-0/+1
2019-05-09s390/dasd: fix build warning in dasd_eckd_build_cp_rawMing Lei-1/+1
2019-03-29s390/dasd: Fix capacity calculation for large volumesPeter Oberparleiter-3/+3
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-14/+5
2019-03-01s390/dasd: fix read device characteristic with CONFIG_VMAP_STACK=yMartin Schwidefsky-14/+5
2019-01-28s390/dasd: fix using offset into zero size array errorStefan Haberland-0/+8
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-16/+2
2018-12-13s390/drivers: fix proc/debugfs file permissionsSebastian Ott-2/+1
2018-12-13s390: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-14/+1
2018-11-07dasd: remove dead codeJens Axboe-17/+5
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-4/+2
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke-3/+3
2018-09-20s390/dasd: remove unnecessary condition checkChengguang Xu-4/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds-3/+5
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-15/+23
2018-08-09s390/dasd: fix hanging offline processing due to canceled workerStefan Haberland-2/+5
2018-08-09s390/dasd: fix panic for failed online processingStefan Haberland-0/+3
2018-07-30s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye-3/+5
2018-07-19s390/dasd: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva-1/+1
2018-07-04s390/dasd: fix cast-function-type warningsSebastian Ott-8/+8
2018-07-02s390/dasd: fix gcc 8 stringop-truncation warningVasily Gorbik-1/+1
2018-07-02s390/dasd,zfcp: fix gcc 8 stringop-truncation warningsVasily Gorbik-3/+3
2018-07-02s390/scm_blk: correct numa_node in scm_blk_dev_setupVasily Gorbik-0/+1
2018-07-02s390/dasd: correct numa_node in dasd_alloc_queueVasily Gorbik-0/+1
2018-07-02s390/dasd: reduce the default queue depth and nr of hardware queuesStefan Haberland-10/+11
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-168/+100
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+2
2018-06-12s390/dasd: only use preallocated requestsSebastian Ott-77/+8
2018-06-12s390/dasd: reshuffle struct dasd_ccw_reqSebastian Ott-11/+3
2018-06-12s390/dasd: remove dasd_kmalloc_set_cdaSebastian Ott-6/+0