summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | [SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unitChristof Schmitt2010-09-179-465/+480
| * | [SCSI] zfcp: Allow running unit/LUN shutdown without acquiring referenceChristof Schmitt2010-09-172-36/+63
| * | [SCSI] zfcp: Remove ZFCP_SYSFS_FAILED macro and implement fcp_lun_show withou...Christof Schmitt2010-09-171-44/+77
| * | [SCSI] zfcp: Move code for managing zfcp_unit devices to new fileChristof Schmitt2010-09-176-213/+279
| * | [SCSI] zfcp: Add zfcp private struct as SCSI device driver dataChristof Schmitt2010-09-172-0/+42
| * | [SCSI] zfcp: Reorder registration of initial SCSI deviceChristof Schmitt2010-09-091-1/+2
| |/
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-231-0/+1
|\ \
| * | zfcp: Report scatter gather limit for DIX protection informationChristof Schmitt2010-09-101-0/+1
| |/
* / llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
|/
* [SCSI] zfcp: Trigger logging in the FCP channel on qdio error conditionsChristof Schmitt2010-07-284-4/+40
* [SCSI] zfcp: Introduce experimental support for DIF/DIXFelix Beck2010-07-289-30/+185
* [SCSI] zfcp: Enable data division support for FCP devicesChristof Schmitt2010-07-282-1/+11
* [SCSI] zfcp: Prevent access on uninitialized memory.Swen Schillig2010-07-281-1/+1
* [SCSI] zfcp: Post events through FC transport classSven Schuetz2010-07-286-0/+90
* [SCSI] zfcp: Cleanup QDIO attachment and improve processing.Swen Schillig2010-07-283-139/+69Star
* [SCSI] zfcp: Cleanup function parameters for sbal value.Swen Schillig2010-07-286-50/+47Star
* [SCSI] zfcp: Use correct width for timer_interval fieldChristof Schmitt2010-07-282-1/+3
* [SCSI] zfcp: Remove SCSI device when removing unitChristof Schmitt2010-07-283-2/+10
* [SCSI] zfcp: Use memdup_user and kstrdupChristof Schmitt2010-07-282-12/+4Star
* [SCSI] zfcp: Fix retry after failed "open port" erp actionChristof Schmitt2010-07-281-2/+1Star
* [SCSI] zfcp: Fail erp after timeoutChristof Schmitt2010-07-281-0/+6
* [SCSI] zfcp: Use forced_reopen in terminate_rport_io callbackChristof Schmitt2010-07-281-3/+5
* [SCSI] zfcp: Register SCSI devices after successful fc_remote_port_addChristof Schmitt2010-07-285-17/+33
* [SCSI] zfcp: Do not try "forced close" when port is already closedChristof Schmitt2010-07-281-1/+5
* [SCSI] zfcp: Do not unblock rport from REOPEN_PORT_FORCEDChristof Schmitt2010-07-281-1/+2
* [SCSI] zfcp: Update status read mempoolChristof Schmitt2010-07-222-1/+10
* [SCSI] zfcp: Do not wait for SBALs on stopped queueChristof Schmitt2010-07-222-6/+9
* [SCSI] zfcp: Fix check whether unchained ct_els is possibleSwen Schillig2010-07-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-2110-242/+288
|\
| * [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley2010-05-1810-242/+288
| |\
| | * [SCSI] zfcp: Zero memory for gpn_ft and adisc requestsChristof Schmitt2010-05-021-2/+2
| | * [SCSI] zfcp: Use status_read_buf_num provided by FCP channelChristof Schmitt2010-05-025-3/+6
| | * [SCSI] zfcp: Move sbal_get function to zfcp_qdio.cChristof Schmitt2010-05-023-48/+58
| | * [SCSI] zfcp: Move sbale handling to zfcp_qdio filesChristof Schmitt2010-05-027-151/+191
| | * [SCSI] zfcp: Report scatter-gather limits to SCSI and block layerChristof Schmitt2010-05-025-34/+19Star
| | * [SCSI] zfcp: Pass return code from fc_block_scsi_eh to scsi ehChristof Schmitt2010-04-111-5/+13
* | | [S390] avoid default_llseek in s390 driversMartin Schwidefsky2010-05-171-0/+1
|/ /
* / [SCSI] zfcp: Fix tracing of requests with error statusChristof Schmitt2010-04-111-3/+3
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-0/+8
* [S390] remove unused qdio flags in zfcp and qethUrsula Braun2010-03-081-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-02-2714-404/+513
|\
| * [SCSI] zfcp: Introduce header file for qdio structs and inline functionsChristof Schmitt2010-02-186-137/+162
| * [SCSI] zfcp: Replace FC4 constants with information from exchange portChristof Schmitt2010-02-181-2/+4
| * [SCSI] zfcp: Move scsi result tracing decision to zfcp_dbf.hChristof Schmitt2010-02-183-15/+24
| * [SCSI] zfcp: Rename sysfs_device attribute to dev in zfcp_unit and zfcp_portChristof Schmitt2010-02-188-93/+81Star
| * [SCSI] zfcp: Remove duplicate assignment of req_seq_noChristof Schmitt2010-02-181-2/+1Star
| * [SCSI] zfcp: Dont use 0 to indicate invalid LUN in rec traceChristof Schmitt2010-02-182-6/+8
| * [SCSI] zfcp: Fix warnings from smatchChristof Schmitt2010-02-181-11/+2Star
| * [SCSI] zfcp: Remove unused payload field from zfcp_dbf_san_recordChristof Schmitt2010-02-181-2/+2
| * [SCSI] zfcp: Remove two FIXME commentsChristof Schmitt2010-02-182-2/+2