aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-12/+8
2012-10-09[SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong1-10/+2
2012-10-07[SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou1-0/+6
2012-10-07[SCSI] fcoe: Fix write errors on NPIV portsNeerav Parikh1-2/+0
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds3-5/+5
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds6-7/+36
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells3-5/+5
2012-09-24[SCSI] sd: Ensure we correctly disable devices with unknown protection typeMartin K. Petersen1-0/+6
2012-09-24[SCSI] fc-transport: Remove unnecessary includeRobert Love1-2/+0
2012-09-24[SCSI] Disable DIF on Hitachi Ultrastar 15K300Martin K. Petersen2-0/+5
2012-09-13scsi_netlink: Remove dead and buggy codeEric W. Biederman1-24/+0
2012-08-24[SCSI] libsas: suspend / resume supportDan Williams2-5/+25
2012-07-25Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik9-31/+78
2012-07-20[SCSI] cleanup usages of scsi_complete_async_scansDan Williams1-11/+0
2012-07-20[SCSI] set to WCE if usb cache quirk is present.Namjae Jeon1-0/+1
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams1-5/+9
2012-07-20[SCSI] libsas: drop sata port multiplier infrastructureDan Williams1-1/+0
2012-07-20[SCSI] libsas: add sas_eh_abort_handlerDan Williams1-0/+1
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams1-0/+10
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams2-1/+8
2012-07-20[SCSI] scsi_dh: add scsi_dh_attached_handler_nameMike Snitzer1-0/+6
2012-07-20[SCSI] scsi_dh_alua: implement 'implied transition timeout'Rob Evers1-0/+2
2012-07-20[SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie1-1/+1
2012-07-20[SCSI] add new SDEV_TRANSPORT_OFFLINE stateMike Christie1-0/+2
2012-07-20[SCSI] libfc: update fcp and exch statsVasu Dev1-0/+1
2012-07-20[SCSI] libfc: adds FCP failures statsVasu Dev1-0/+6
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev1-9/+8
2012-07-20[SCSI] fc: add some more FC specific stats to fc_hostVasu Dev1-0/+12
2012-07-08[SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams1-2/+4
2012-07-08[SCSI] Fix NULL dereferences in scsi_cmd_to_driverMark Rustad1-1/+7
2012-06-29libata: tell scsi layer device supports runtime power offAaron Lu1-0/+1
2012-06-29[SCSI] add wrapper to access and set scsi_bus_type in struct acpi_bus_typeHolger Macht1-0/+10
2012-06-22SCSI & usb-storage: add try_rc_10_first flagAlan Stern1-0/+1
2012-05-23[SCSI] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE SyfsRobert Love1-0/+17
2012-05-23[SCSI] libfcoe: Add fcoe_sysfsRobert Love2-0/+125
2012-05-23[SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a memberRobert Love1-0/+9
2012-05-21Merge tag 'isci-for-3.5' into miscJames Bottomley3-6/+39
2012-05-17isci: kill sci_phy_protocol and sci_request_protocolDan Williams1-0/+1
2012-04-25[SCSI] be2iscsi: Get Initiator Name for the iSCSI_HostJohn Soni Jose1-0/+2
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams1-2/+2
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams1-4/+36
2012-04-15SCSI: Fix error handling when no ULD is attachedMartin K. Petersen1-0/+3
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2-3/+20
2012-03-28[SCSI] libfcoe: Support extra MAC descriptor to be used as FCoE MACBhanu Prakash Gollapudi1-1/+3
2012-03-27[SCSI] qla4xxx: Removed packed attr from struct iscsi_chap_recVikas Chaudhary1-1/+1
2012-03-27[SCSI] iscsi_transport: Added error status code for ping comp eventVikas Chaudhary1-1/+16
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2-0/+2
2012-03-23headers: include linux/types.h where appropriateBobby Powers1-1/+1
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds14-69/+800
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-2/+5
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2-0/+2
2012-02-29[SCSI] scsi_transport: Export CHAP index as sysfs attributeMike Christie1-0/+3
2012-02-29[SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entryNilesh Javali2-0/+33
2012-02-29[SCSI] libsas: revert ata srstDan Williams1-1/+0
2012-02-29[SCSI] libsas: async ata scanningDan Williams2-6/+7
2012-02-29[SCSI] libsas: restore scan orderDan Williams1-5/+0
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams2-3/+9
2012-02-29[SCSI] libsas: fix mixed topology recoveryDan Williams1-5/+4
2012-02-29[SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams1-1/+1
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams2-2/+13
2012-02-29[SCSI] libsas: poll for ata device readiness after resetDan Williams1-0/+1
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover1-2/+4
2012-02-25scsi: update scsi.h with SYNCHRONIZE_CACHE_16Andy Grover1-0/+1
2012-02-19[SCSI] libsas: add mutex for SMP task executionJeff Skirvin1-0/+2
2012-02-19[SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams1-1/+0
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams1-0/+4
2012-02-19[SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams1-1/+4
2012-02-19[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams1-1/+5
2012-02-19[SCSI] libsas: let libata handle command timeoutsDan Williams1-1/+2
2012-02-19[SCSI] libsas: fix timeout vs completion raceDan Williams2-8/+3
2012-02-19[SCSI] libsas: prevent double completion of scmds from ehDan Williams1-1/+4
2012-02-19[SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams1-1/+0
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams1-3/+1
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams3-2/+16
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams1-2/+5
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-0/+4
2012-02-19[SCSI] libsas: convert ha->state to flagsDan Williams1-2/+1
2012-02-19[SCSI] libsas: replace event locks with atomic bitopsDan Williams1-3/+0
2012-02-19[SCSI] libsas: fix leak of dev->sata_dev.identify_[packet_]deviceDan Williams1-1/+2
2012-02-19[SCSI] libsas: fix domain_device leakDan Williams1-0/+1
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams1-1/+0
2012-02-19[SCSI] libsas: remove unused ata_task_resp fieldsDan Williams1-7/+0
2012-02-19[SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen2-0/+7
2012-02-19[SCSI] iscsi_transport: Added Ping supportVikas Chaudhary2-0/+25
2012-02-19[SCSI] scsi_transport_iscsi: added support for host eventVikas Chaudhary2-0/+19
2012-02-19[SCSI] libiscsi_tcp: fix max_r2t manipulationMike Christie2-2/+2
2012-02-19[SCSI] Correctly set the scsi host/msg/status bytesMoger, Babu1-3/+3
2012-02-19[SCSI] libfc: Add support for FDMINeerav Parikh3-0/+527
2012-02-19[SCSI] libfc: Make the libfc Common Transport(CT) code genericNeerav Parikh1-12/+48
2012-02-19[SCSI] scsi_transport_fc: Getting FC Port Speed in sync with FC-GSNeerav Parikh1-2/+2
2012-02-19[SCSI] scsi_transport_fc: Add FDMI host attributesNeerav Parikh1-0/+28
2012-02-19[SCSI] scsi_transport_iscsi: Added support to show port_state and port_speed ...Vikas Chaudhary2-0/+21
2012-02-19[SCSI] libiscsi: Added support to show targetalias in sysfsVikas Chaudhary1-0/+1
2012-02-08SCSI & usb-storage: add flags for VPD pages and REPORT LUNSAlan Stern1-0/+3
2012-02-08SCSI: fix typo in definition of struct scsi_targetAlan Stern1-2/+2
2012-01-16[SCSI] libfc: Declare local functions staticBart Van Assche1-1/+1
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2-1/+5
2012-01-10Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds1-0/+3
2012-01-08[SCSI] add flag to skip the runtime PM calls on the hostLin Ming1-0/+3
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-12-15[SCSI] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb...john fastabend1-0/+3
2011-12-15[SCSI] iscsi class: export pid of process that createdMike Christie1-0/+5
2011-12-15[SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_infoMoger, Babu1-1/+0
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds9-117/+356
2011-10-24ore: RAID5 WriteBoaz Harrosh1-0/+9
2011-10-24ore: RAID5 readBoaz Harrosh1-3/+18
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh1-0/+3
2011-10-20[SCSI] iscsi class: fix vlan configurationMike Christie1-4/+5
2011-10-20[SCSI] qla4xxx: fix data alignment and use nl helpersMike Christie1-1/+2
2011-10-20[SCSI] iscsi class: Replace iscsi_get_next_target_id with IDAMike Christie1-0/+1
2011-10-16[SCSI] libsas: fix port->dev_list lockingDan Williams1-1/+1
2011-10-16[SCSI] fcoe,libfcoe: Move common code for fcoe_get_lesb to fcoe_transportBhanu Prakash Gollapudi1-0/+2
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh1-1/+4
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh1-0/+8
2011-10-14ore: Support for partial component tableBoaz Harrosh1-3/+4
2011-10-14ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh1-0/+1
2011-10-04ore/exofs: Change the type of the devices array (API change)Boaz Harrosh1-1/+25
2011-10-03ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh1-0/+8
2011-10-03exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh1-0/+2
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh1-1/+1
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-0/+1
2011-10-02[SCSI] isci: atapi supportDan Williams1-0/+5
2011-10-02[SCSI] libfc: cache align struct fc_exch fieldsVasu Dev1-15/+12
2011-10-02[SCSI] libfc: cache align struct fc_fcp_pkt fieldsVasu Dev1-28/+21
2011-10-02[SCSI] libsas: fix warnings when checking sata/stp protocolDan Williams1-0/+1
2011-10-02[SCSI] libsas: fix try_test_sas_gpio_gp_bit() build errorDan Williams1-0/+7
2011-10-02[SCSI] libsas: Allow expander T-T attachmentsLuben Tuikov2-2/+15
2011-09-22[SCSI] libsas: sgpio write supportDan Williams2-0/+19
2011-08-30[SCSI] scsi_dh: Implement match callback functionHannes Reinecke1-0/+1
2011-08-30[SCSI] scsi_dh_alua: Evaluate TPGS setting from inquiry dataHannes Reinecke1-0/+5
2011-08-29[SCSI] scsi scan: don't fail scans when host is in recoveryMike Christie1-1/+2
2011-08-27[SCSI] scsi: Added support for adapter and firmware resetVikas Chaudhary1-0/+13
2011-08-27[SCSI] scsi_transport_iscsi: Added support to update initiator iscsi portVikas Chaudhary1-0/+1
2011-08-27[SCSI] scsi_transport_iscsi: Added support to update mtuVikas Chaudhary1-0/+1
2011-08-27[SCSI] scsi_transport_iscsi: Add conn login, kernel to user, event to support...Manish Rangankar2-0/+20
2011-08-27[SCSI] iscsi class: add bsg support to iscsi classMike Christie2-1/+116
2011-08-27[SCSI] iscsi class: expand vlan supportMike Christie1-2/+11
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie2-7/+0
2011-08-27[SCSI] iscsi class: remove iface param maskMike Christie2-18/+0
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie2-39/+3
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie1-0/+5
2011-08-27[SCSI] iscsi class: add iface representationMike Christie2-2/+45
2011-08-27[SCSI] iscsi_transport: add support for net settingsMike Christie2-0/+64
2011-08-27[SCSI] fcoe: Move common functions to fcoe_transport libraryBhanu Prakash Gollapudi1-0/+3
2011-08-27[SCSI] libsas: export sas_alloc_task()Dan Williams1-24/+2
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+125
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh1-0/+125
2011-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+0
2011-07-28[SCSI] fcoe: remove unused ptype field in fcoe_rcv_infoYi Zou1-1/+0
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-8/+52
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-07-25iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.hNicholas Bellinger1-0/+30
2011-07-25iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2-10/+10
2011-07-25iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger1-8/+22
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-06-29[SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FC...Yi Zou1-0/+8
2011-06-29[SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2-10/+10
2011-06-24treewide: Fix recieve/receive typosJoe Perches1-1/+1
2011-05-26[SCSI] libsas: Add option for SATA soft resetDave Jiang1-0/+1
2011-05-24[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger1-0/+1
2011-05-17scsi: remove performance regression due to async queue runJens Axboe1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi7-12/+12
2011-03-23[SCSI] libiscsi_tcp: use kmap in xmit pathMike Christie1-0/+1
2011-03-23[SCSI] ses: Avoid kernel panic when lun 0 is not mappedKrishnasamy, Somasundaram1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-18/+218
2011-03-02libsas: convert to libata new error handlerJames Bottomley1-0/+22
2011-02-28[SCSI] libfcoe: Move FCOE_MTU definition from fcoe.h to libfcoe.hBhanu Prakash Gollapudi1-0/+6
2011-02-28[SCSI] libfc: introduce __fc_fill_fc_hdr that accepts fc_hdr as an argumentBhanu Prakash Gollapudi1-9/+17
2011-02-25[SCSI] fc: Add GSPN_ID request to header fileChristof Schmitt1-1/+10
2011-02-24[SCSI] cxgbi: convert to use iscsi_conn_get_addr_paramMike Christie1-6/+0
2011-02-24[SCSI] iscsi class: add callout to get iscsi_endpoint valuesMike Christie1-0/+2
2011-02-24[SCSI] libiscsi: add helper to convert addr to stringMike Christie1-0/+2
2011-02-24[SCSI] iscsi class: remove unused active variableMike Christie1-1/+0
2011-02-24[SCSI] iscsi: fix iscsi_endpoint leakMike Christie1-0/+3
2011-02-13[SCSI] libsas: convert to libata new error handlerJames Bottomley1-0/+22
2011-02-12[SCSI] libfcoe: Move common code from fcoe to libfcoe moduleBhanu Prakash Gollapudi1-0/+51
2011-02-12[SCSI] libfc: introduce LLD event callbackBhanu Prakash Gollapudi1-0/+15
2011-02-12[SCSI] libfcoe: add fcoe_transport structure defines to include/scsi/libfcoe.hYi Zou1-0/+48
2011-02-12[SCSI] libfc: export seq_release() for users of seq_assign()Joe Eykholt1-0/+7
2011-02-12[SCSI] libfc: add hook to notify providers of local port changesJoe Eykholt1-1/+13
2011-02-12[SCSI] libfc: add local port hook for provider session lookupJoe Eykholt1-0/+2
2011-02-12[SCSI] libfc: add method for setting handler for incoming exchangeJoe Eykholt1-0/+10
2011-02-12[SCSI] libfc: add hook for FC-4 provider registrationJoe Eykholt1-0/+26
2011-02-12[SCSI] Add detailed SCSI I/O errorsHannes Reinecke1-0/+5
2011-01-24[SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler t...Peter Jones1-0/+1
2011-01-24[SCSI] fix incorrect value of SCSI_MAX_SG_CHAIN_SEGMENTS due to include file ...David Dillow1-0/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-12-31[SCSI] libiscsi: do not take host lock in queuecommandMike Christie1-1/+2
2010-12-31[SCSI] libiscsi: add more informative failure message during iscsi scsi ehMike Christie1-0/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina7-10/+87
2010-12-21[SCSI] Add missing SPC-4 CDB and MAINTENANCE_[IN,OUT] service action definitionsNicholas Bellinger1-0/+28
2010-12-21[SCSI] libfc: fix statistics for FCP input/output megabytesJoe Eykholt1-4/+4
2010-12-21[SCSI] libfcoe: retry rejected FLOGI to another FCF if possibleJoe Eykholt1-0/+8
2010-12-21[SCSI] libfc: remove tgt_flags from fc_fcp_pkt structjohn fastabend1-2/+0
2010-12-21[SCSI] bnx2i: Added fix for NOP-Out response panic from unsolicited NOP-InEddie Wai1-0/+1
2010-12-21[SCSI] libsas: fix definition of wideport, include local sas addressDan Williams1-0/+2