aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-23drivers/s390: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-2/+2
2010-09-16[SCSI] zfcp: Replace status modifier functions.Swen Schillig9-208/+189
2010-09-16[SCSI] zfcp: Remove duplicated code from zfcp_ccw_set_onlineChristof Schmitt1-8/+1
2010-09-16[SCSI] zfcp: Move ACL/CFDC code to zfcp_cfdc.cChristof Schmitt4-202/+207
2010-09-16[SCSI] zfcp: Reorder FCP I/O and task management handler functionsChristof Schmitt1-75/+72
2010-09-16[SCSI] zfcp: Change spin_lock_bh to spin_lock_irq to fix lockdep warningChristof Schmitt2-44/+46
2010-09-16[SCSI] zfcp: Allow midlayer to scan for LUNs when running in NPIV modeChristof Schmitt1-4/+4
2010-09-16[SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unitChristof Schmitt9-465/+480
2010-09-16[SCSI] zfcp: Allow running unit/LUN shutdown without acquiring referenceChristof Schmitt2-36/+63
2010-09-16[SCSI] zfcp: Remove ZFCP_SYSFS_FAILED macro and implement fcp_lun_show without macroChristof Schmitt1-44/+77
2010-09-16[SCSI] zfcp: Move code for managing zfcp_unit devices to new fileChristof Schmitt6-213/+279
2010-09-16[SCSI] zfcp: Add zfcp private struct as SCSI device driver dataChristof Schmitt2-0/+42
2010-09-10zfcp: Report scatter gather limit for DIX protection informationChristof Schmitt1-0/+1
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+1
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-1/+0
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+2
2010-09-09[SCSI] zfcp: Reorder registration of initial SCSI deviceChristof Schmitt1-1/+2
2010-09-08qeth: NAPI support for l2 and l3 disciplineFrank Blaschka4-138/+260
2010-09-08Kconfig: have CCWGROUP depend on CLAWMike Frysinger1-1/+1
2010-09-08qeth: Use %pI6Joe Perches1-6/+1
2010-09-08qdio: extend API to allow pollingJan Glauber6-56/+217
2010-08-23block: switch s390 tape_block and mg_disk to elevator_change()Jens Axboe1-2/+1
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2-4/+2
2010-08-13Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+2
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-171/+179
2010-08-13[S390] dasd: fix format string typesHeiko Carstens1-2/+2
2010-08-12ctcm: rename READ/WRITE defines to avoid redefinitionsUrsula Braun5-110/+118
2010-08-12claw: rename READ/WRITE defines to avoid redefinitionsHeiko Carstens2-61/+61
2010-08-11Merge branch 'master' into for-nextJiri Kosina16-35/+282
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-2/+19
2010-08-10Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds13-33/+263
2010-08-10Merge branch 'master' into for-nextJiri Kosina3-3/+3
2010-08-09s390: remove WARN_ON for misc_deregister() failuresAkinobu Mita3-3/+3
2010-08-09[S390] dasd: tunable missing interrupt handlerStefan Haberland6-9/+81
2010-08-09[S390] dasd: allocate fallback cqr for reserve/releaseStefan Weinhuber1-13/+60
2010-08-09[S390] cmm, smsgiucv_app: convert sender to uppercaseHendrik Brueckner1-0/+7
2010-08-09[S390] cio: use all available paths for some internal I/OSebastian Ott2-2/+0
2010-08-09[S390] ccwreq: add ability to use all pathsSebastian Ott4-7/+22
2010-08-09[S390] cio: ccw_device_online_store return -EINVAL in case of missing driverSebastian Ott1-4/+6
2010-08-09[S390] cio: Log the response from the unit check handlerMichael Ernst1-0/+2
2010-08-09[S390] cio: CHSC SIOSL SupportMichael Ernst3-0/+87
2010-08-09Fix spelling fuction -> function in commentsStefan Weil2-4/+4
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann3-1/+18
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds16-260/+510
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-412/+446
2010-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds3-8/+20
2010-07-28[SCSI] zfcp: Trigger logging in the FCP channel on qdio error conditionsChristof Schmitt4-4/+40
2010-07-28[SCSI] zfcp: Introduce experimental support for DIF/DIXFelix Beck9-30/+185