Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2fa51107c9aa80ae95b4524198442cdea82d08a3
/
include
/
scsi
4be98c0
[SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD
by James Smart
· 16 years ago
85b4aa4
[SCSI] fcoe: Fibre Channel over Ethernet
by Robert Love
· 16 years ago
42e9a92
[SCSI] libfc: A modular Fibre Channel library
by Robert Love
· 16 years ago
f032c2f
[SCSI] FC protocol definition header files
by Robert Love
· 16 years ago
f4f4e47
[SCSI] add residual argument to scsi_execute and scsi_execute_req
by FUJITA Tomonori
· 16 years ago
6df19a7
[SCSI] libiscsi_tcp: support padding offload
by Mike Christie
· 16 years ago
2ff79d5
[SCSI] libiscsi: pass opcode into alloc_pdu callout
by Mike Christie
· 16 years ago
262ef63
[SCSI] libiscsi: allow drivers to modify the itt sent to the target
by Mike Christie
· 16 years ago
a081c13
[SCSI] iscsi_tcp: split module into lib and lld
by Mike Christie
· 16 years ago
577577d
[SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol data code
by Mike Christie
· 16 years ago
63c62f1
[SCSI] iscsi_tcp: prepare helpers for LLDs that can offload some operations
by Mike Christie
· 16 years ago
b29f841
[SCSI] remove timeout from struct scsi_device
by James Bottomley
· 16 years ago
21098c6
[SCSI] fc_transport: fix old bug on bitflag definitions
by James Smart
· 16 years ago
3070f69
scsi: make sure that scsi_init_shared_tag_map() doesn't overwrite existing map
by Jens Axboe
· 16 years ago
83ff6fe
[PATCH] don't mess with file in scsi_nonblockable_ioctl()
by Al Viro
· 17 years ago
6f481e3
[SCSI] iscsi_tcp: return a descriptive error value during connection errors
by Mike Christie
· 16 years ago
8e12452
[SCSI] libiscsi: rename host reset to target reset
by Mike Christie
· 16 years ago
2153606
[SCSI] iscsi class: fix endpoint id handling
by Mike Christie
· 16 years ago
e5bd7b5
[SCSI] libiscsi: Support drivers initiating session removal
by Mike Christie
· 16 years ago
f46e307
[SCSI] fc class: Add support for new transport errors
by Mike Christie
· 16 years ago
a4dfaa6
[SCSI] scsi: add transport host byte errors (v3)
by Mike Christie
· 16 years ago
fff9d40
[SCSI] fc class: unblock target after calling terminate callback (take 2)
by Mike Christie
· 16 years ago
f0c0a37
[SCSI] Add helper code so transport classes/driver can control queueing (v3)
by Mike Christie
· 16 years ago
ef5bef3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
a30c3f6
[SCSI] fc_transport: Add an API to allow an LLD to create vports
by Andrew Vasquez
· 16 years ago
6f4267e
[SCSI] Update the SCSI state model to allow blocking in the created state
by James Bottomley
· 16 years ago
0f1d87a
[SCSI] add inline functions for recognising created and blocked states
by James Bottomley
· 16 years ago
22447be
[SCSI] scsi_netlink: Add transport and LLD recieve and event support
by James Smart
· 16 years ago
01b291b
[SCSI] fix check of PQ and PDT bits for WLUNs
by James Bottomley
· 16 years ago
d211f05
[SCSI] sd: fix USB devices incorrectly reporting DIF support
by Hugh Dickins
· 16 years ago
1835107
Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors"
by Linus Torvalds
· 16 years ago
fca082c
Revert "[SCSI] extend the last_sector_bug flag to cover more sectors"
by Linus Torvalds
· 16 years ago
2b14290
[SCSI] extend the last_sector_bug flag to cover more sectors
by Alan Jenkins
· 16 years ago
1226570
[SCSI] scsi_eh_prep_cmnd should save scmd->underflow
by Alan Stern
· 16 years ago
7027ad7
[SCSI] Support devices with protection information
by Martin K. Petersen
· 16 years ago
db007fc
[SCSI] Command protection operation
by Martin K. Petersen
· 16 years ago
4469f98
[SCSI] Host protection capabilities
by Martin K. Petersen
· 16 years ago
ae11b1b
[SCSI] scsi_dh: attach to hardware handler from dm-mpath
by Hannes Reinecke
· 16 years ago
057ea7c
[SCSI] scsi_dh: add generic SPC-3 alua handler
by Hannes Reinecke
· 16 years ago
b6ff1b1
[SCSI] scsi_dh: Update EMC handler
by Hannes Reinecke
· 16 years ago
765cbc6
[SCSI] scsi_dh: Implement common device table handling
by Hannes Reinecke
· 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
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
Next »