aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-28[SCSI] zfcp: Enable data division support for FCP devicesChristof Schmitt3-1/+13
2010-07-28[SCSI] zfcp: Prevent access on uninitialized memory.Swen Schillig1-1/+1
2010-07-28[SCSI] zfcp: Post events through FC transport classSven Schuetz6-0/+90
2010-07-28[SCSI] zfcp: Cleanup QDIO attachment and improve processing.Swen Schillig3-139/+69
2010-07-28[SCSI] zfcp: Cleanup function parameters for sbal value.Swen Schillig6-50/+47
2010-07-28[SCSI] zfcp: Use correct width for timer_interval fieldChristof Schmitt2-1/+3
2010-07-28[SCSI] zfcp: Remove SCSI device when removing unitChristof Schmitt3-2/+10
2010-07-28[SCSI] zfcp: Use memdup_user and kstrdupChristof Schmitt2-12/+4
2010-07-28[SCSI] zfcp: Fix retry after failed "open port" erp actionChristof Schmitt1-2/+1
2010-07-28[SCSI] zfcp: Fail erp after timeoutChristof Schmitt1-0/+6
2010-07-28[SCSI] zfcp: Use forced_reopen in terminate_rport_io callbackChristof Schmitt1-3/+5
2010-07-28[SCSI] zfcp: Register SCSI devices after successful fc_remote_port_addChristof Schmitt5-17/+33
2010-07-28[SCSI] zfcp: Do not try "forced close" when port is already closedChristof Schmitt1-1/+5
2010-07-28[SCSI] zfcp: Do not unblock rport from REOPEN_PORT_FORCEDChristof Schmitt1-1/+2
2010-07-23qeth: avoid useless removal of multicast addressesUrsula Braun1-2/+0
2010-07-23qeth: Use memdup_user when user data is immediately copied into the allocated region.Julia Lawall1-8/+3
2010-07-23qeth: return zero from reply callback functionsUrsula Braun1-8/+2
2010-07-23claw: A claw device is a group of just 2 ccw devicesUrsula Braun1-1/+1
2010-07-23qeth: avoid loop if ipa command response is missingUrsula Braun2-0/+16
2010-07-23qeth: serialize sysfs-triggered device configurationsUrsula Braun5-7/+22
2010-07-23qeth: Clear mac_bits field when switching between Layer 2 and Layer 3Carsten Otte1-0/+1
2010-07-23qeth: IP address takeover flag settingKlaus-Dieter Wacker5-9/+18
2010-07-21[SCSI] zfcp: Update status read mempoolChristof Schmitt2-1/+10
2010-07-21[SCSI] zfcp: Do not wait for SBALs on stopped queueChristof Schmitt2-6/+9
2010-07-21[SCSI] zfcp: Fix check whether unchained ct_els is possibleSwen Schillig1-1/+1
2010-07-19[S390] cio: fix potential overflow in chpid descriptorSebastian Ott1-1/+1
2010-07-19[S390] add missing device putStefan Haberland1-1/+3
2010-06-23qeth: handle missing z/VM authorization of OSXUrsula Braun2-4/+9
2010-06-23qeth: specify correct function level for OSN devicesUrsula Braun1-0/+1
2010-06-23qeth: fix page breaks in hw headersFrank Blaschka4-73/+65
2010-06-23qeth: fix use after free for qeths debug areaCarsten Otte1-1/+0
2010-06-23qeth: Fold qeth_qerr debug areaCarsten Otte2-11/+4
2010-06-23qeth: Fold qeth_misc debug areaCarsten Otte2-4/+1
2010-06-23qeth: Fold qeth_sense debug areaCarsten Otte2-3/+0
2010-06-23qeth: Fold qeth_trace debug areaCarsten Otte4-272/+259
2010-06-23qeth: Add new s390 debug feature for each qeth cardCarsten Otte2-3/+31
2010-06-23qeth: Rework qeth_dbf_longtextCarsten Otte2-5/+5
2010-06-23smsgiucv: guarantee single iucv connect in thawUrsula Braun1-2/+9
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens1-1/+1
2010-05-26[S390] dasd: unit check handling during internal cio I/OStefan Haberland3-0/+25
2010-05-26[S390] cio: unit check handling during internal I/OMichael Ernst1-0/+15
2010-05-26[S390] ccwgroup: add locking around drvdata accessSebastian Ott1-0/+7
2010-05-26[S390] cio: remove stschSebastian Ott1-15/+0
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+3
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds10-242/+288