summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
Commit message (Expand)AuthorAgeFilesLines
* s390/dasd: fix hanging DASD driver unbindStefan Haberland2021-03-171-2/+1
* s390/dasd: fix hanging device offline processingStefan Haberland2021-01-091-1/+9
* s390/dasd: fix list corruption of lcu listStefan Haberland2020-12-291-1/+1
* s390/dasd: fix list corruption of pavgroup group listStefan Haberland2020-12-291-0/+1
* s390/dasd: fix endless loop after read unit address configurationStefan Haberland2019-08-061-6/+16
* s390/dasd: Fix capacity calculation for large volumesPeter Oberparleiter2019-05-161-3/+3
* s390/dasd: fix using offset into zero size array errorStefan Haberland2019-03-231-0/+8
* s390/dasd: fix hanging offline processing due to canceled workerStefan Haberland2018-09-151-2/+5
* s390/dasd: fix hanging safe offlineStefan Haberland2018-04-131-2/+6
* s390/dasd: fix wrongly assigned configuration dataStefan Haberland2018-03-031-0/+10
* s390/dasd: prevent prefix I/O errorStefan Haberland2018-02-251-6/+10
* s390/dasd: check for device error pointer within state change interruptsStefan Haberland2017-11-081-2/+5
* s390/dcssblk: fix device size calculation in dcssblk_direct_access()Gerald Schaefer2017-03-151-1/+1
* s390/dasd: fix hanging device after clear subchannelStefan Haberland2016-09-071-1/+9
* s390/dasd: fix diag 0x250 inline assemblyHeiko Carstens2016-03-161-2/+7
* s390/dasd: fix performance dropStefan Haberland2016-03-031-0/+1
* s390/dasd: fix refcount for PAV reassignmentStefan Haberland2016-03-031-5/+16
* s390/dasd: prevent incorrect length error under z/VM after PAV changesStefan Haberland2016-03-031-1/+1
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-072-5/+8
* s390/dasd: fix disconnected device with valid path maskStefan Haberland2015-11-031-1/+6
* s390/dasd: fix invalid PAV assignment after suspend/resumeStefan Haberland2015-11-031-4/+16
* s390/dasd: fix double free in dasd_eckd_read_confStefan Haberland2015-11-031-12/+25
* s390/dasd: fix list_del corruption after lcu changesStefan Haberland2015-10-151-1/+4
* s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-141-0/+2
* s390/cio: introduce pathmask_to_posSebastian Ott2015-10-141-7/+4
* s390/dasd: mark DASD devices as non rotationalChristian Borntraeger2015-10-141-0/+1
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-4/+6
|\
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-271-2/+2
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-4/+6
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-022-3/+6
|\ \
| * | block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-132-0/+4
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-292-3/+2
| |/
* | s390/dcssblk: correct out of bounds array indexesMartin Schwidefsky2015-08-191-7/+7
* | s390: remove unneeded sizeof(void *) comparisonsHeiko Carstens2015-08-191-1/+1
* | s390/dasd: enhance CUIR scope detectionStefan Haberland2015-08-092-79/+255
* | s390/dasd: fix failing path verificationStefan Haberland2015-08-092-2/+7
* | s390: remove unneeded semicolonPeter Senna Tschudin2015-08-071-3/+3
|/
* s390/dasd: fix kernel panic when alias is set offlineStefan Haberland2015-07-132-8/+31
* Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-14/+5
|\
| * s390/block/dasd: remove obsolete while -EBUSY loopJarod Wilson2015-05-201-9/+3
| * block: dasd_genhd: convert to blkdev_reread_partMing Lei2015-05-201-6/+3
* | s390/dasd: Enable automatic loading of dasd_diag_modPeter Oberparleiter2015-05-131-0/+17
|/
* s390/dasd: Fix unresumed device after suspend/resume having no pathsStefan Haberland2015-04-151-12/+16
* s390/dasd: fix unresumed device after suspend/resumeStefan Haberland2015-04-151-0/+5
* s390/dasd: fix inability to set a DASD device offlineStefan Haberland2015-04-152-4/+8
* s390/dasd: remove setting of scheduler from driverStefan Haberland2015-03-251-10/+1
* s390: remove 31 bit supportHeiko Carstens2015-03-254-52/+0
* s390/dcss: array index 'i' is used before limits check.Ameen Ali2015-02-261-1/+1
* s390/scm_block: fix off by one during cluster reservationSebastian Ott2015-02-261-1/+1
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-12/+9
|\