aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dasd_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28s390/dasd: use blk_mq_alloc_diskChristoph Hellwig1-1/+1
2022-08-04s390/dasd: Establish DMA alignmentEric Farman1-0/+1
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-1/+1
2021-08-16dasd: use bvec_virtChristoph Hellwig1-1/+1
2021-06-28s390/dasd: use register pair instead of register asmHeiko Carstens1-11/+10
2021-05-25s390/dasd: add missing discipline functionStefan Haberland1-1/+7
2020-07-15s390/dasd: Use struct_size() helperGustavo A. R. Silva1-5/+3
2020-07-15s390/dasd: fix inability to use DASD with DIAG driverStefan Haberland1-8/+17
2020-02-27s390: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-07-11s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner1-1/+21
2018-06-12s390/dasd: move dasd_ccw_req to per request dataSebastian Ott1-1/+2
2018-04-16s390: remove couple of duplicate includesVasily Gorbik1-1/+0
2017-11-24s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-08-23s390/dasd: Change unsigned long long to unsigned longJan Höppner1-1/+1
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-39/+30
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches1-15/+13
2016-03-07s390/dasd: remove casts to dasd_*_privateSebastian Ott1-24/+17
2016-03-02s390/dasd: fix diag 0x250 inline assemblyHeiko Carstens1-2/+7
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky1-0/+2
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-2/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-5/+5
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens1-2/+2
2013-07-01s390/dasd: Implement block timeout handlingHannes Reinecke1-1/+4
2013-07-01s390/dasd: make number of retries configurableHannes Reinecke1-1/+2
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-5/+5
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens1-4/+4
2011-05-26[S390] irq: merge irq.c and s390_ext.cHeiko Carstens1-1/+1
2011-05-26[S390] irq: fix service signal external interrupt handlingHeiko Carstens1-2/+2
2011-04-29[S390] irqstats: fix counting of pfault, dasd diag and virtio irqsHeiko Carstens1-1/+1
2011-01-05[S390] dasd: do path verification for paths added at runtimeStefan Weinhuber1-0/+1
2011-01-05[S390] irq: have detailed statistics for interrupt typesHeiko Carstens1-0/+2
2010-10-25[S390] cleanup lowcore access from external interruptsMartin Schwidefsky1-11/+8
2010-08-09[S390] dasd: tunable missing interrupt handlerStefan Haberland1-2/+4
2010-03-08[S390] dasd: automatic recognition of read-only devicesStefan Weinhuber1-4/+2
2009-12-18[S390] dasd: move dasd-diag kmsg to dasdStefan Haberland1-20/+22
2009-12-07[S390] dasd: remove dead codeChristian Borntraeger1-1/+0
2009-12-07[S390] dasd: support DIAG access for read-only devicesStefan Weinhuber1-3/+16
2009-09-11[S390] dasd: fix message namingStefan Haberland1-1/+1
2009-09-11[S390] dasd: optimize cpu usage in goodcaseStefan Haberland1-2/+1
2009-06-12[S390] dasd: forward internal errors to dasd_sleep_on callerStefan Weinhuber1-0/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-2/+3
2009-03-26[S390] dasd: message cleanupStefan Haberland1-34/+32
2009-01-09[S390] dasd: add device attribute to disable blocking on lost pathsHolger Smolinski1-1/+2
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-1/+1
2008-07-17[S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPPStefan Haberland1-2/+2
2008-07-17[S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().Cornelia Huck1-7/+18
2008-01-26[S390] dasd: add hyper PAV support to DASD device driver, part 1Stefan Weinhuber1-47/+60
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe1-14/+14