aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2008-07-27[SCSI] extend the last_sector_bug flag to cover more sectorsGravatar Alan Jenkins 1-1/+2
2008-07-26[SCSI] scsi_eh_prep_cmnd should save scmd->underflowGravatar Alan Stern 1-0/+1
2008-07-26[SCSI] Support devices with protection informationGravatar Martin K. Petersen 2-0/+25
2008-07-26[SCSI] Command protection operationGravatar Martin K. Petersen 2-0/+67
2008-07-26[SCSI] Host protection capabilitiesGravatar Martin K. Petersen 1-0/+84
2008-07-26[SCSI] scsi_dh: attach to hardware handler from dm-mpathGravatar Hannes Reinecke 1-0/+10
2008-07-26[SCSI] scsi_dh: add generic SPC-3 alua handlerGravatar Hannes Reinecke 1-0/+3
2008-07-26[SCSI] scsi_dh: Update EMC handlerGravatar Hannes Reinecke 1-0/+1
2008-07-26[SCSI] scsi_dh: Implement common device table handlingGravatar Hannes Reinecke 1-1/+8
2008-07-26[SCSI] Make host_no an unsigned intGravatar Matthew Wilcox 1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineGravatar Kay Sievers 3-4/+4
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 10-201/+261
2008-07-15[SCSI] scsi_dh: fix kconfig related build errorsGravatar Chandra Seetharaman 1-1/+11
2008-07-14scsi: sd: optionally set power condition in START STOP UNITGravatar Stefan Richter 1-0/+1
2008-07-12[SCSI] scsi_cmnd.h: remove double inclusion of linux/blkdev.hGravatar Alexander Beregalov 1-1/+0
2008-07-12[SCSI] zfcp: Move status accessors from zfcp to SCSI include file.Gravatar Martin Petermann 1-0/+17
2008-07-12[SCSI] sg: Add target reset supportGravatar Brian King 1-0/+1
2008-07-12[SCSI] sd: Move sd.h header fileGravatar Martin K. Petersen 1-57/+0
2008-07-12[SCSI] iscsi_tcp: Enable any size commandGravatar Boaz Harrosh 1-1/+2
2008-07-12[SCSI] libiscsi, iser, tcp: remove recv_lockGravatar Mike Christie 1-5/+3
2008-07-12[SCSI] libiscsi: fix cmds_max settingGravatar Mike Christie 1-4/+5
2008-07-12[SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs.Gravatar Mike Christie 2-36/+45
2008-07-12[SCSI] iscsi class: add endpoint classGravatar Mike Christie 2-6/+15
2008-07-12[SCSI] iscsi class: user device_for_each_child instead of duplicating session...Gravatar Mike Christie 2-4/+4
2008-07-12[SCSI] libiscsi: rename iscsi_cmd_task to iscsi_taskGravatar Mike Christie 2-15/+15
2008-07-12[SCSI] libiscsi: merge iscsi_mgmt_task and iscsi_cmd_taskGravatar Mike Christie 2-44/+26
2008-07-12[SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessorGravatar Mike Christie 1-2/+2
2008-07-12[SCSI] iscsi: modify iscsi printk so it can take driver data pointersGravatar Mike Christie 1-1/+3
2008-07-12[SCSI] iscsi: remove session/conn_data_size from iscsi_transportGravatar Mike Christie 2-10/+7
2008-07-12[SCSI] iscsi: add iscsi host helpersGravatar Mike Christie 2-2/+13
2008-07-12[SCSI] iscsi: remove session and host binding in libiscsiGravatar Mike Christie 3-27/+19
2008-07-12[SCSI] iscsi class: rename iscsi_host to iscsi_cls_hostGravatar Mike Christie 1-1/+1
2008-07-12[SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrsGravatar Mike Christie 1-2/+0
2008-07-12[SCSI] iscsi class, iscsi_tcp/iser: add host arg to session creationGravatar Mike Christie 3-2/+10
2008-06-05[SCSI] scsi_dh: add infrastructure for SCSI Device HandlersGravatar Chandra Seetharaman 3-0/+82
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 4-17/+58
2008-05-02[SCSI] add support for variable length extended commandsGravatar Boaz Harrosh 3-13/+37
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferGravatar Boaz Harrosh 2-4/+21
2008-04-29IB/iser: Count FMR alignment violations per sessionGravatar Eli Dorfman 1-0/+1
2008-04-22[SCSI] rework scsi_target allocationGravatar James Bottomley 1-1/+2
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 6-25/+24
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 6-25/+24
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-04-18[SCSI] iscsi: extended cdb supportGravatar Boaz Harrosh 1-2/+4
2008-04-07[SCSI] libsas: fix missing inlines in header fileGravatar James Bottomley 1-2/+2
2008-04-07[SCSI] add scsi_build_sense_buffer helper functionGravatar FUJITA Tomonori 1-1/+3
2008-04-07[SCSI] export command allocation and freeing functions independently of the hostGravatar James Bottomley 1-0/+3
2008-04-07[SCSI] scsi: add wrapper functions for sg buffer copy helper functionsGravatar FUJITA Tomonori 1-0/+14
2008-04-07[SCSI] scsi_error: add target reset handlerGravatar Mike Christie 2-0/+2
2008-04-07[SCSI] libsas: Provide a transport-level facility to request SAS addrsGravatar Darrick J. Wong 1-0/+2