index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
scsi
/
scsi_host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-02
SCSI: implement sd_unlock_native_capacity()
Tejun Heo
1
-0
/
+8
2009-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-2
/
+22
2009-12-04
[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objects
James Bottomley
1
-1
/
+15
2009-12-04
[SCSI] modify change_queue_depth to take in reason why it is being called
Mike Christie
1
-1
/
+7
2009-11-06
[SCSI] Fix incorrect reporting of host protection capabilities
Martin K. Petersen
1
-18
/
+11
2009-10-02
[SCSI] sd: Detach DIF from block integrity infrastructure
Martin K. Petersen
1
-4
/
+11
2009-06-12
[SCSI] FC Pass Thru support
James Smart
1
-0
/
+9
2008-10-09
block: unify request timeout handling
Jens Axboe
1
-8
/
+1
2008-07-26
[SCSI] Host protection capabilities
Martin K. Petersen
1
-0
/
+84
2008-07-26
[SCSI] Make host_no an unsigned int
Matthew Wilcox
1
-1
/
+1
2008-07-22
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
1
-1
/
+1
2008-05-02
[SCSI] add support for variable length extended commands
Boaz Harrosh
1
-5
/
+3
2008-04-20
SCSI: convert struct class_device to struct device
Tony Jones
1
-4
/
+3
2008-04-07
[SCSI] scsi_error: add target reset handler
Mike Christie
1
-0
/
+1
2008-02-11
[SCSI] update SG_ALL to avoid causing chaining
James Bottomley
1
-2
/
+6
2008-02-08
[SCSI] Small cleanups for scsi_host.h
Pavel Machek
1
-19
/
+25
2008-01-30
[SCSI] remove use_sg_chaining
James Bottomley
1
-13
/
+0
2008-01-30
[SCSI] implement scsi_data_buffer
Boaz Harrosh
1
-2
/
+2
2007-10-16
[SCSI] add use_sg_chaining option to scsi_host_template
FUJITA Tomonori
1
-0
/
+13
2007-10-12
[SCSI] Remove ->pid field from scsi_cmnd
Matthew Wilcox
1
-1
/
+1
2007-10-12
[SCSI] add supported_mode and active_mode attributes to the host
FUJITA Tomonori
1
-0
/
+9
2007-10-12
[SCSI] tgt: move tsk_mgmt_response callback to transport class
FUJITA Tomonori
1
-3
/
+0
2007-10-12
[SCSI] tgt: add I_T nexus support
FUJITA Tomonori
1
-1
/
+1
2007-07-19
[SCSI] Make scsi_host_template::proc_name const char * instead of char *.
Kristian Høgsberg
1
-1
/
+1
2007-06-01
[SCSI] introduce shost_priv helper
Christoph Hellwig
1
-0
/
+4
2007-05-22
[SCSI] kill scsi host template suspend/resume
Tejun Heo
1
-6
/
+0
2007-03-20
[SCSI] expose eh_timed_out to the host template
James Bottomley
1
-0
/
+13
2007-03-11
[SCSI] tgt: fix sesnse buffer problems
FUJITA Tomonori
1
-14
/
+5
2006-11-25
[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDs
FUJITA Tomonori
1
-0
/
+43
2006-11-23
[SCSI] Make scsi_scan_host work for drivers which find their own targets
Matthew Wilcox
1
-0
/
+18
2006-11-15
[SCSI] kill scsi_assign_lock
Christoph Hellwig
1
-5
/
+0
2006-10-11
[SCSI] Add ability to scan scsi busses asynchronously
Matthew Wilcox
1
-0
/
+3
2006-08-31
[SCSI] add shared tag map helpers
James Bottomley
1
-0
/
+7
2006-06-27
[SCSI] Block I/O while SG reset operation in progress - the midlayer patch
James Smart
1
-1
/
+5
2006-05-15
[PATCH] SCSI: implement shost->host_eh_scheduled
Tejun Heo
1
-0
/
+1
2006-04-10
[PATCH] move ->eh_strategy_handler to the transport class
Christoph Hellwig
1
-1
/
+0
2006-03-24
[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.
Nigel Cunningham
1
-1
/
+1
2006-03-13
[SCSI] FC transport : Avoid device offline cases by stalling aborts until dev...
James Smart
1
-14
/
+0
2006-01-25
[SCSI] Remove host template ordered_flush variable
Tetsuo Takata
1
-1
/
+0
2006-01-12
[SCSI] turn most scsi semaphores into mutexes
Arjan van de Ven
1
-1
/
+2
2006-01-06
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
1
-1
/
+0
2006-01-06
[PATCH] Suspend support for libata
Jens Axboe
1
-0
/
+6
2006-01-06
[BLOCK] update SCSI to use new blk_ordered for barriers
Tejun Heo
1
-1
/
+0
2005-11-06
[SCSI] use a completion in scsi_send_eh_cmnd
Christoph Hellwig
1
-2
/
+3
2005-11-06
[SCSI] remove Scsi_Host.eh_active
Christoph Hellwig
1
-2
/
+0
2005-10-29
[SCSI] kill unused scsi_scan_single_target()
Jeff Garzik
1
-2
/
+0
2005-10-28
[SCSI] move the mid-layer printk's over to shost/starget/sdev_printk
James Bottomley
1
-0
/
+4
2005-09-19
[SCSI] Fix thread termination for the SCSI error handle
James Bottomley
1
-2
/
+0
2005-09-19
[SCSI] fix oops on usb storage device disconnect
James Bottomley
1
-0
/
+9
2005-09-07
[SCSI] switch EH thread startup to the kthread API
Christoph Hellwig
1
-2
/
+0
[next]