aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dasd.c
Commit message (Expand)AuthorAgeFilesLines
* [S390] dasd: prevent IO error during reserve/release loopStefan Haberland2011-05-101-1/+10
* [S390] dasd: fix race between open and offlineStefan Weinhuber2011-04-201-18/+22
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+1
* [S390] dasd: Correct retry counter for terminated I/O.Stefan Haberland2011-01-051-1/+0
* [S390] dasd: Add support for raw ECKD access.Stefan Haberland2011-01-051-3/+20
* [S390] dasd: Prevent deadlock during suspend/resume.Stefan Haberland2011-01-051-3/+4
* [S390] dasd: Improve handling of stolen DASD reservationStefan Weinhuber2011-01-051-32/+43
* [S390] dasd: do path verification for paths added at runtimeStefan Weinhuber2011-01-051-44/+158
* [S390] dasd: add High Performance FICON multitrack supportStefan Weinhuber2011-01-051-4/+0
* [S390] dasd: add support for irq statisticsHeiko Carstens2011-01-051-0/+2
* [S390] dasd: ignore unsolicited interrupts for DIAGStefan Haberland2010-10-251-9/+14
* [S390] dasd: fix unsolicited interrupt recognitionStefan Weinhuber2010-10-251-1/+10
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+0
|\
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+0
* | s390/block: kill the big kernel lockArnd Bergmann2010-09-261-6/+0
|/
* [S390] dasd: fix format string typesHeiko Carstens2010-08-131-2/+2
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+6
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
* [S390] dasd: unit check handling during internal cio I/OStefan Haberland2010-05-261-0/+23
* [S390] dasd: add dynamic pav tolerationStefan Haberland2010-05-171-0/+22
* [S390] dasd: fix race between tasklet and dasd_sleep_onStefan Weinhuber2010-05-121-7/+10
* [S390] dasd: fix endless loop in erpStefan Haberland2010-04-221-1/+2
* [S390] dasd: automatic recognition of read-only devicesStefan Weinhuber2010-03-081-0/+36
* Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-011-3/+2
|\
| * block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
| * block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* | [S390] dasd: correct offline processingStefan Haberland2010-02-261-1/+1
* | [S390] dasd: fix refcounting.Stefan Haberland2010-02-261-9/+15
* | [S390] dasd: fix online/offline raceStefan Haberland2010-02-261-8/+14
|/
* [S390] dasd: fix possible NULL pointer errorsStefan Haberland2010-01-271-4/+4
* [S390] dasd: remove strings from s390dbfStefan Haberland2009-12-071-11/+11
* [S390] dasd: improve error recovery for internal I/OStefan Weinhuber2009-12-071-55/+152
* [S390] dasd: remove dead codeChristian Borntraeger2009-12-071-1/+0
* [S390] cio: split PGID settings and statusPeter Oberparleiter2009-12-071-7/+0
* [S390] dasd: use idal for device characteristicsStefan Haberland2009-10-141-2/+11
* [S390] dasd: fix race condition in resume codeStefan Haberland2009-10-061-2/+3
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* [S390] dasd: optimize cpu usage in goodcaseStefan Haberland2009-09-111-13/+8
* [S390] dasd: fail requests when device state is less then readyStefan Weinhuber2009-09-111-1/+4
* [S390] drivers/s390: put NULL test before dereferenceJulia Lawall2009-08-231-1/+1
* [S390] dasd: fix refcounting in dasd_change_stateSebastian Ott2009-06-221-3/+5
* [S390] dasd_pm: fix stop flag handlingStefan Haberland2009-06-221-1/+11
* [S390] pm: dasd power management callbacks.Stefan Haberland2009-06-161-2/+107
* [S390] dasd: forward internal errors to dasd_sleep_on callerStefan Weinhuber2009-06-121-6/+24
* [S390] dasd: check_characteristics cleanupSebastian Ott2009-06-121-2/+2
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-11/+5
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-13/+4
* [S390] dasd: Use the new async framework for autoonlining.Cornelia Huck2009-04-141-12/+25