aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-25[S390] dcss: fix build bug.Heiko Carstens1-2/+3
2008-08-21[S390] dcssblk: fix race in dcssblk_add_store()Gerald Schaefer1-0/+4
2008-08-21[S390] cio: call ccw driver notify function with lock heldPeter Oberparleiter1-4/+1
2008-08-21[S390] dasd: fix data size for PSF/PRSSD commandStefan Weinhuber1-1/+1
2008-08-21[S390] drivers/s390: Use an IS_ERR test rather than a NULL testJulien Brunel1-1/+2
2008-08-01[S390] dasd: Add support for enhanced VM UIDStefan Weinhuber5-163/+189
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 Huck2-8/+24
2008-07-17[S390] dasd: fix unsolicited SIM handling.Stefan Haberland1-1/+3
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-14/+14
2008-07-14[S390] Cleanup dcssblk printk messages.Hongjie Yang1-19/+3
2008-07-14[S390] Cleanup xpram printk messages.Martin Schwidefsky1-14/+4
2008-07-14[S390] cio: introduce fcx enabled scsw formatPeter Oberparleiter4-27/+30
2008-06-20block-dasd_eer: BKL pushdownArnd Bergmann1-0/+6
2008-05-30[S390] dasd: use a generic wait_queue for sleep_onStefan Haberland1-14/+14
2008-05-15[S390] dasd: fix timeout handling in interrupt handlerStefan Weinhuber1-2/+3
2008-05-15[S390] dasd: Use const in busid functions.Cornelia Huck2-6/+6
2008-04-29s390: use non-racy method for proc entries creationDenis V. Lunev1-5/+5
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-3/+3
2008-04-28return pfn from direct_access, for XIPJared Hulbert1-3/+5
2008-04-17[S390] Remove code duplication from monreader / dcssblk.Martin Schwidefsky1-52/+1
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens2-31/+23
2008-04-17[S390] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-17[S390] dasd: add sim handling.Stefan Haberland3-0/+47
2008-04-17[S390] dasd: use GFP_DMA for fba private data allocationStefan Haberland1-1/+2
2008-04-17[S390] dasd: fix double elevator_exit call when deadline iosched fails to loadJosef 'Jeff' Sipek2-0/+2
2008-03-05[S390] dasd: fix reference counting in display method for proc/dasd/devicesStefan Weinhuber1-1/+3
2008-03-05[S390] dasd: let dasd erp matching recognize alias recoveryStefan Weinhuber1-4/+2
2008-02-19[S390] dcss: Fix Unlikely(x) != yRoel Kluin1-1/+1
2008-02-19[S390] dasd: fix locking in __dasd_device_process_final_queueStefan Weinhuber1-6/+6
2008-02-05[S390] dcss: Initialize workqueue before using it.Heiko Carstens1-3/+2
2008-02-05[S390] dasd: fix panic caused by alias device offlineStefan Weinhuber1-1/+1
2008-02-05[S390] dasd: add ifcc handlingStefan Haberland2-27/+52
2008-01-28blk_end_request: changing s390 (take 4)Kiyoshi Ueda1-8/+9
2008-01-26[S390] usage of s390dbf: shrink number of debug areas to use.Peter Tiedemann1-2/+2
2008-01-26[S390] constify function pointer tables.Jan Engelhardt1-1/+1
2008-01-26[S390] dasd: fix loop in request expiration handlingStefan Haberland1-1/+2
2008-01-26[S390] dasd: add hyper PAV support to DASD device driver, part 1Stefan Weinhuber18-1720/+3117
2008-01-26[S390] drivers/s390/: Spelling fixesJoe Perches2-2/+2
2008-01-26[S390] use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-01-26[S390] dasd: fix return value of dasd_generic_probe()Stefan Haberland1-3/+4
2007-12-04[S390] dcssblk: prevent early access without own make_request functionChristian Borntraeger1-2/+2
2007-11-05[S390] device_schedule_callback() for dcssblk.Gerald Schaefer1-2/+7
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-12[S390] xpram: fix bio_end{_,}io typoMartin Schwidefsky1-1/+1
2007-10-12[S390] is_power_of_2 in drivers/s390/block/dasd_int.hvignesh babu1-1/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2-6/+4
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe3-28/+26