Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2ee1ad7b3289d64f98da883adc68d4bf4599937b
/
include
/
scsi
/
scsi_host.h
8e4a5da
scsi: fix comment in struct Scsi_Host definition
by Sebastian Herbszt
· 10 years ago
50c4e96
scsi: don't store LUN bits in CDB[1] for USB mass-storage devices
by Alan Stern
· 10 years ago
64bdcbc
scsi: add use_cmd_list flag
by Kashyap.Desai@avagotech.com
· 10 years ago
d285203
scsi: add support for a blk-mq based I/O path.
by Christoph Hellwig
· 11 years ago
cd9070c
scsi: fix the {host,target,device}_blocked counter mess
by Christoph Hellwig
· 11 years ago
7466501
scsi: convert host_busy to atomic_t
by Christoph Hellwig
· 11 years ago
f1bea55
scsi: remove various exports that were only used by scsi_tgt
by Christoph Hellwig
· 11 years ago
0664652
tgt: removal
by Bart Van Assche
· 11 years ago
1abf635
scsi: use 64-bit value for 'max_luns'
by Hannes Reinecke
· 10 years ago
8ed5a4d
scsi: increase upper limit for max_sectors
by Akinobu Mita
· 10 years ago
89d9a56
[SCSI] add support for per-host cmd pools
by Christoph Hellwig
· 11 years ago
e494f6a
[SCSI] improved eh timeout handler
by Hannes Reinecke
· 11 years ago
54b2b50
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
by Martin K. Petersen
· 11 years ago
b456202
[SCSI] Add 'eh_deadline' to limit SCSI EH runtime
by Hannes Reinecke
· 11 years ago
6b1e5a4
[SCSI] remove check for 'resetting'
by Hannes Reinecke
· 11 years ago
70ef457
scsi: bury ->proc_info()
by Al Viro
· 12 years ago
0ffddfb
scsi: saner replacements for ->proc_info()
by Al Viro
· 12 years ago
4d24834
[SCSI] Fix range check in scsi_host_dif_capable()
by Martin K. Petersen
· 12 years ago
fe54239
[SCSI] sd: Ensure we correctly disable devices with unknown protection type
by Martin K. Petersen
· 12 years ago
ae0751f
[SCSI] add flag to skip the runtime PM calls on the host
by Lin Ming
· 13 years ago
76e4e12
[SCSI] scsi scan: don't fail scans when host is in recovery
by Mike Christie
· 13 years ago
2944369
[SCSI] scsi: Added support for adapter and firmware reset
by Vikas Chaudhary
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
f281233
SCSI host lock push-down
by Jeff Garzik
· 14 years ago
13f05c8
block/scsi: Provide a limit on the number of integrity segments
by Martin K. Petersen
· 14 years ago
72ec24b
SCSI: implement sd_unlock_native_capacity()
by Tejun Heo
· 14 years ago
382f51f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
d139b9b
[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objects
by James Bottomley
· 15 years ago
e881a17
[SCSI] modify change_queue_depth to take in reason why it is being called
by Mike Christie
· 15 years ago
b2b465e
[SCSI] Fix incorrect reporting of host protection capabilities
by Martin K. Petersen
· 15 years ago
35e1a5d
[SCSI] sd: Detach DIF from block integrity infrastructure
by Martin K. Petersen
· 15 years ago
9e4f5e2
[SCSI] FC Pass Thru support
by James Smart
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
4469f98
[SCSI] Host protection capabilities
by Martin K. Petersen
· 16 years ago
6d49f63
[SCSI] Make host_no an unsigned int
by Matthew Wilcox
· 16 years ago
aab0de2
driver core: remove KOBJ_NAME_LEN define
by Kay Sievers
· 17 years ago
db4742d
[SCSI] add support for variable length extended commands
by Boaz Harrosh
· 17 years ago
ee959b0
SCSI: convert struct class_device to struct device
by Tony Jones
· 17 years ago
30bd7df
[SCSI] scsi_error: add target reset handler
by Mike Christie
· 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
d3f46f3
[SCSI] remove use_sg_chaining
by James Bottomley
· 17 years ago
30b0c37
[SCSI] implement scsi_data_buffer
by Boaz Harrosh
· 17 years ago
9cb83c7
[SCSI] add use_sg_chaining option to scsi_host_template
by FUJITA Tomonori
· 17 years ago
12a4416
[SCSI] Remove ->pid field from scsi_cmnd
by Matthew Wilcox
· 17 years ago
5dc2b89
[SCSI] add supported_mode and active_mode attributes to the host
by FUJITA Tomonori
· 17 years ago
bfb7437
[SCSI] tgt: move tsk_mgmt_response callback to transport class
by FUJITA Tomonori
· 17 years ago
2c47f9e
[SCSI] tgt: add I_T nexus support
by FUJITA Tomonori
· 17 years ago
b02b6bc
[SCSI] Make scsi_host_template::proc_name const char * instead of char *.
by Kristian Høgsberg
· 17 years ago
bcd92c9
[SCSI] introduce shost_priv helper
by Christoph Hellwig
· 17 years ago
1dfcda0
[SCSI] kill scsi host template suspend/resume
by Tejun Heo
· 18 years ago
6c5f8ce
[SCSI] expose eh_timed_out to the host template
by James Bottomley
· 18 years ago
bc7e380
[SCSI] tgt: fix sesnse buffer problems
by FUJITA Tomonori
· 18 years ago
b58d915
[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDs
by FUJITA Tomonori
· 18 years ago
1aa8fab
[SCSI] Make scsi_scan_host work for drivers which find their own targets
by Matthew Wilcox
· 18 years ago
4f777ed2
[SCSI] kill scsi_assign_lock
by Christoph Hellwig
· 18 years ago
3e082a9
[SCSI] Add ability to scan scsi busses asynchronously
by Matthew Wilcox
· 18 years ago
86e33a2
[SCSI] add shared tag map helpers
by James Bottomley
· 18 years ago
d7a1bb0
[SCSI] Block I/O while SG reset operation in progress - the midlayer patch
by James Smart
· 19 years ago
ee7863b
[PATCH] SCSI: implement shost->host_eh_scheduled
by Tejun Heo
· 18 years ago
9227c33
[PATCH] move ->eh_strategy_handler to the transport class
by Christoph Hellwig
· 19 years ago
082776e
[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.
by Nigel Cunningham
· 19 years ago
c829c39
[SCSI] FC transport : Avoid device offline cases by stalling aborts until device unblocked
by James Smart
· 19 years ago
dfcd77d
[SCSI] Remove host template ordered_flush variable
by Tetsuo Takata
· 19 years ago
0b95067
[SCSI] turn most scsi semaphores into mutexes
by Arjan van de Ven
· 19 years ago
d99cf9d
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 19 years ago
9b84754
[PATCH] Suspend support for libata
by Jens Axboe
· 19 years ago
461d4e9
[BLOCK] update SCSI to use new blk_ordered for barriers
by Tejun Heo
· 19 years ago
7dfdc9a
[SCSI] use a completion in scsi_send_eh_cmnd
by Christoph Hellwig
· 19 years ago
474838d
[SCSI] remove Scsi_Host.eh_active
by Christoph Hellwig
· 19 years ago
13ec92b
[SCSI] kill unused scsi_scan_single_target()
by Jeff Garzik
· 19 years ago
9ccfc75
[SCSI] move the mid-layer printk's over to shost/starget/sdev_printk
by James Bottomley
· 19 years ago
3ed7a47
[SCSI] Fix thread termination for the SCSI error handle
by James Bottomley
· 19 years ago
939647e
[SCSI] fix oops on usb storage device disconnect
by James Bottomley
· 19 years ago
c5478de
[SCSI] switch EH thread startup to the kthread API
by Christoph Hellwig
· 19 years ago
47ba39e
[SCSI] add template for scsi_host_set_state()
by James Bottomley
· 19 years ago
82f2946
[SCSI] host state model update: mediate host add/remove race
by Mike Anderson
· 19 years ago
d330187
[SCSI] host state model update: replace old host bitmap state
by Mike Anderson
· 19 years ago
1241319
[SCSI] remove scsi_set_device
by Christoph Hellwig
· 19 years ago
a283bd3
[SCSI] Add target alloc/destroy callbacks to the host template
by James Bottomley
· 19 years ago
06f81ea
[PATCH] scsi: remove volatile from scsi data
by
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago