- 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
- fe9233f [SCSI] scsi_dh: fix kconfig related build errors by Chandra Seetharaman · 16 years ago
- d2886ea scsi: sd: optionally set power condition in START STOP UNIT by Stefan Richter · 16 years ago
- 02a1e3c [SCSI] scsi_cmnd.h: remove double inclusion of linux/blkdev.h by Alexander Beregalov · 16 years ago
- feac6a0 [SCSI] zfcp: Move status accessors from zfcp to SCSI include file. by Martin Petermann · 16 years ago
- 39120e1 [SCSI] sg: Add target reset support by Brian King · 16 years ago
- aa91696 [SCSI] sd: Move sd.h header file by Martin K. Petersen · 16 years ago
- 30e9ba9 [SCSI] iscsi_tcp: Enable any size command by Boaz Harrosh · 16 years ago
- 913e5bf [SCSI] libiscsi, iser, tcp: remove recv_lock by Mike Christie · 16 years ago
- 3cf7b23 [SCSI] libiscsi: fix cmds_max setting by Mike Christie · 16 years ago
- 88dfd34 [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. by Mike Christie · 16 years ago
- d82ff9be [SCSI] iscsi class: add endpoint class by Mike Christie · 16 years ago
- 7970634 [SCSI] iscsi class: user device_for_each_child instead of duplicating session list by Mike Christie · 16 years ago
- 9c19a7d [SCSI] libiscsi: rename iscsi_cmd_task to iscsi_task by Mike Christie · 16 years ago
- 3e5c28a [SCSI] libiscsi: merge iscsi_mgmt_task and iscsi_cmd_task by Mike Christie · 16 years ago
- 0af967f [SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor by Mike Christie · 16 years ago
- 5af3e91 [SCSI] iscsi: modify iscsi printk so it can take driver data pointers by Mike Christie · 16 years ago
- 5d91e20 [SCSI] iscsi: remove session/conn_data_size from iscsi_transport by Mike Christie · 16 years ago
- a4804cd [SCSI] iscsi: add iscsi host helpers by Mike Christie · 16 years ago
- 7561352 [SCSI] iscsi: remove session and host binding in libiscsi by Mike Christie · 16 years ago
- 32c6e1b [SCSI] iscsi class: rename iscsi_host to iscsi_cls_host by Mike Christie · 16 years ago
- d382672 [SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrs by Mike Christie · 16 years ago
- 40753ca [SCSI] iscsi class, iscsi_tcp/iser: add host arg to session creation by Mike Christie · 16 years ago
- a6a8d9f [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers by Chandra Seetharaman · 17 years ago
- d626e3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
- db4742d [SCSI] add support for variable length extended commands by Boaz Harrosh · 17 years ago
- 64a87b2 [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer by Boaz Harrosh · 17 years ago
- 8752822 IB/iser: Count FMR alignment violations per session by Eli Dorfman · 17 years ago
- 643eb2d [SCSI] rework scsi_target allocation by James Bottomley · 17 years ago
- e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
- ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 17 years ago
- 5a6483f include: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
- 38d1c06 [SCSI] iscsi: extended cdb support by Boaz Harrosh · 17 years ago
- 79bc148 [SCSI] libsas: fix missing inlines in header file by James Bottomley · 17 years ago
- 3bc6a26 [SCSI] add scsi_build_sense_buffer helper function by FUJITA Tomonori · 17 years ago
- 1c353f7 [SCSI] export command allocation and freeing functions independently of the host by James Bottomley · 17 years ago
- 9ac16b6 [SCSI] scsi: add wrapper functions for sg buffer copy helper functions by FUJITA Tomonori · 17 years ago
- 30bd7df [SCSI] scsi_error: add target reset handler by Mike Christie · 17 years ago
- 45e6cdf [SCSI] libsas: Provide a transport-level facility to request SAS addrs by Darrick J. Wong · 17 years ago
- 45ab33b [SCSI] iscsi class: regression - fix races with state manipulation and blocking/unblocking by Mike Christie · 17 years ago
- 5319578 [SCSI] libsas: export sas_find_local_phy function by James Bottomley · 17 years ago
- 4660c8e [SCSI] update SG_ALL to avoid causing chaining by James Bottomley · 17 years ago
- d850bd3 [SCSI] Small cleanups for scsi_host.h by Pavel Machek · 17 years ago
- 89dddbc [SCSI] add protocol definitions by James Bottomley · 17 years ago
- 8b1d034 [SCSI] libiscsi: fix session age rollover and remove cid encoding by Mike Christie · 17 years ago
- 322d739 [SCSI] iscsi: fix up iscsi printk prefix by Mike Christie · 17 years ago
- 8aae18a [SCSI] iscsi class: add async scan helper by Mike Christie · 17 years ago
- bd976f6 [SCSI] iscsi class: add session scanning by Mike Christie · 17 years ago
- 6eabafb [SCSI] iscsi class, libiscsi: add iscsi sysfs session state file by Mike Christie · 17 years ago
- f8d9d65 [SCSI] libiscsi: make __iscsi_complete_pdu() static by Adrian Bunk · 17 years ago
- 1e4478c include/scsi/: Spelling fixes by Joe Perches · 17 years ago
- c639d14 [SCSI] scsi_debug: add XDWRITEREAD_10 support by FUJITA Tomonori · 17 years ago
- d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
- 6f9a35e [SCSI] bidirectional command support by Boaz Harrosh · 17 years ago
- 30b0c37 [SCSI] implement scsi_data_buffer by Boaz Harrosh · 17 years ago
- bb52d82 [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable by Boaz Harrosh · 17 years ago
- 5ed7959 SG: Convert SCSI to use scatterlist helpers for sg chaining by Jens Axboe · 17 years ago
- 366ca51 [SCSI] libsas: abstract STP task status into a function by James Bottomley · 17 years ago
- de25deb [SCSI] use dynamically allocated sense buffer by FUJITA Tomonori · 17 years ago
- b30c2fc [SCSI] scsi.h: add macro for enclosure bit of inquiry data by James Bottomley · 17 years ago
- a0899d4 [SCSI] sd: add fix for devices with last sector access problems by Hans de Goede · 17 years ago
- 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 17 years ago
- b98e66f [SCSI] libsas: add host SMP processing by James Bottomley · 17 years ago
- a8ac631 [SCSI] iscsi: convert xmit path to iscsi chunks by Olaf Kirch · 17 years ago
- f6d5180 [SCSI] libiscsi: fix nop handling by Mike Christie · 17 years ago
- 2697478 [SCSI] libiscsi: fix shutdown by Mike Christie · 17 years ago
- b3a7ea8 [SCSI] libiscsi: do not block session during logout by Mike Christie · 17 years ago
- 6320377 [SCSI] libiscsi, iscsi_tcp: iscsi pool cleanup by Olaf Kirch · 17 years ago
- 004d653 [SCSI] iscsi_tcp, libiscsi: initial AHS Support by Boaz Harrosh · 17 years ago
- da32dd6 [SCSI] iscsi_tcp: rewrite recv path by Olaf Kirch · 17 years ago
- 843c0a8 [SCSI] libiscsi, iscsi_tcp: add device support by Mike Christie · 17 years ago
- 001aac2 [SCSI] sd,sr: add early detection of medium not present by James Bottomley · 17 years ago
- 25d7c36 [SCSI] move single_lun flag from scsi_device to scsi_target by Tony Battersby · 17 years ago
- 8ee2402 [SCSI] libsas: Fix various sparse complaints by Darrick J. Wong · 17 years ago
- 5929faf [SCSI] libsas: Convert sas_proto users to sas_protocol by Darrick J. Wong · 17 years ago
- 285e967 [SCSI] sr,sd: send media state change modification events by Kay Sievers · 17 years ago
- 7b3d954 Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done"" by Linus Torvalds · 17 years ago
- ac40532 scsi: revert "[SCSI] Get rid of scsi_cmnd->done" by Ingo Molnar · 17 years ago
- 522939d esp_scsi: fix reset cleanup spinlock recursion by Maciej W. Rozycki · 17 years ago
- a341cd0 SCSI: add asynchronous event notification API by Jeff Garzik · 17 years ago
- 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
- 645a0c6 [SCSI] include linux/scatterlist.h in scsi_eh.h by James Bottomley · 17 years ago
- e629a7d do not export /usr/include/scsi in make headers_install by Olaf Hering · 17 years ago
- 2a7c59e remove sglist_len by FUJITA Tomonori · 17 years ago
- 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
- a8474ce SCSI: support for allocating large scatterlists by Jens Axboe · 17 years ago
- 0cde8d9 scsi: simplify scsi_free_sgtable() by Jens Axboe · 17 years ago
- c6132da scsi: convert to using sg helpers by Jens Axboe · 17 years ago
- df3d80f Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
- e1c2346 [SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSE by Boaz Harrosh · 17 years ago
- d773c08 [SCSI] scsi_transport_iscsi: add list, mutex includes by Michael S. Tsirkin · 17 years ago
- 6f5391c [SCSI] Get rid of scsi_cmnd->done by Matthew Wilcox · 17 years ago
- 311b581 [SCSI] Fix device not ready printk by James Bottomley · 17 years ago
- 12a4416 [SCSI] Remove ->pid field from scsi_cmnd by Matthew Wilcox · 17 years ago
- 7f9a6bc [SCSI] move ULD attachment into the prep function by James Bottomley · 17 years ago
- 7525236 [SCSI] fc_transport: add target driver support by FUJITA Tomonori · 17 years ago
- 5dc2b89 [SCSI] add supported_mode and active_mode attributes to the host by FUJITA Tomonori · 17 years ago
- 03f002f [SCSI] scsi_transport_fc: Introduce disable_target_scan flag by Christof Schmitt · 17 years ago
- bfb7437 [SCSI] tgt: move tsk_mgmt_response callback to transport class by FUJITA Tomonori · 17 years ago
- 17b0bcf [SCSI] tgt: convert libsrp and ibmvstgt to use srp_transport by FUJITA Tomonori · 17 years ago