index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-10
[SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...
Vasu Dev
1
-0
/
+1
2009-03-10
[SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anyway
Yi Zou
1
-4
/
+0
2009-03-10
[SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapper
Robert Love
1
-7
/
+1
2009-03-10
[SCSI] libfc, fcoe: Fix kerneldoc comments
Robert Love
1
-7
/
+7
2009-03-06
[SCSI] libfc: Cleanup libfc_function_template comments
Robert Love
1
-41
/
+66
2009-03-06
[SCSI] libfc: Don't violate transport template for rogue port creation
Robert Love
1
-0
/
+5
2009-03-06
[SCSI] libfc: rport retry on LS_RJT from certain ELS
Chris Leech
1
-0
/
+5
2009-03-06
[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...
Vasu Dev
1
-10
/
+2
2009-03-06
[SCSI] libfc: Pass lport in exch_mgr_reset
Abhijeet Joglekar
1
-2
/
+2
2009-01-13
[SCSI] iscsi_tcp: make padbuf non-static
Karen Xie
1
-0
/
+1
2009-01-06
[SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD
James Smart
1
-0
/
+1
2008-12-29
[SCSI] fcoe: Fibre Channel over Ethernet
Robert Love
2
-0
/
+230
2008-12-29
[SCSI] libfc: A modular Fibre Channel library
Robert Love
3
-0
/
+1489
2008-12-29
[SCSI] FC protocol definition header files
Robert Love
8
-0
/
+1983
2008-12-29
[SCSI] add residual argument to scsi_execute and scsi_execute_req
FUJITA Tomonori
1
-2
/
+3
2008-12-29
[SCSI] libiscsi_tcp: support padding offload
Mike Christie
2
-1
/
+4
2008-12-29
[SCSI] libiscsi: pass opcode into alloc_pdu callout
Mike Christie
1
-1
/
+1
2008-12-29
[SCSI] libiscsi: allow drivers to modify the itt sent to the target
Mike Christie
2
-2
/
+6
2008-12-29
[SCSI] iscsi_tcp: split module into lib and lld
Mike Christie
1
-0
/
+131
2008-12-29
[SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol ...
Mike Christie
2
-9
/
+34
2008-12-29
[SCSI] iscsi_tcp: prepare helpers for LLDs that can offload some operations
Mike Christie
1
-2
/
+3
2008-12-29
[SCSI] remove timeout from struct scsi_device
James Bottomley
1
-2
/
+0
2008-11-21
[SCSI] fc_transport: fix old bug on bitflag definitions
James Smart
1
-1
/
+1
2008-10-27
scsi: make sure that scsi_init_shared_tag_map() doesn't overwrite existing map
Jens Axboe
1
-2
/
+12
2008-10-21
[PATCH] don't mess with file in scsi_nonblockable_ioctl()
Al Viro
1
-1
/
+1
2008-10-13
[SCSI] iscsi_tcp: return a descriptive error value during connection errors
Mike Christie
1
-0
/
+1
2008-10-13
[SCSI] libiscsi: rename host reset to target reset
Mike Christie
1
-1
/
+1
2008-10-13
[SCSI] iscsi class: fix endpoint id handling
Mike Christie
1
-1
/
+1
2008-10-13
[SCSI] libiscsi: Support drivers initiating session removal
Mike Christie
3
-1
/
+16
2008-10-13
[SCSI] fc class: Add support for new transport errors
Mike Christie
1
-3
/
+3
2008-10-13
[SCSI] scsi: add transport host byte errors (v3)
Mike Christie
1
-0
/
+5
2008-10-13
[SCSI] fc class: unblock target after calling terminate callback (take 2)
Mike Christie
1
-1
/
+5
2008-10-13
[SCSI] Add helper code so transport classes/driver can control queueing (v3)
Mike Christie
2
-0
/
+11
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
3
-5
/
+101
2008-10-09
block: unify request timeout handling
Jens Axboe
3
-12
/
+3
2008-10-03
[SCSI] fc_transport: Add an API to allow an LLD to create vports
Andrew Vasquez
1
-1
/
+22
2008-10-03
[SCSI] Update the SCSI state model to allow blocking in the created state
James Bottomley
1
-5
/
+9
2008-10-03
[SCSI] add inline functions for recognising created and blocked states
James Bottomley
1
-0
/
+11
2008-10-03
[SCSI] scsi_netlink: Add transport and LLD recieve and event support
James Smart
1
-1
/
+61
2008-08-29
[SCSI] fix check of PQ and PDT bits for WLUNs
James Bottomley
1
-0
/
+14
2008-08-06
[SCSI] sd: fix USB devices incorrectly reporting DIF support
Hugh Dickins
1
-1
/
+2
2008-08-05
Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors"
Linus Torvalds
1
-1
/
+2
2008-08-04
Revert "[SCSI] extend the last_sector_bug flag to cover more sectors"
Linus Torvalds
1
-2
/
+1
2008-07-27
[SCSI] extend the last_sector_bug flag to cover more sectors
Alan Jenkins
1
-1
/
+2
2008-07-26
[SCSI] scsi_eh_prep_cmnd should save scmd->underflow
Alan Stern
1
-0
/
+1
2008-07-26
[SCSI] Support devices with protection information
Martin K. Petersen
2
-0
/
+25
2008-07-26
[SCSI] Command protection operation
Martin K. Petersen
2
-0
/
+67
2008-07-26
[SCSI] Host protection capabilities
Martin K. Petersen
1
-0
/
+84
2008-07-26
[SCSI] scsi_dh: attach to hardware handler from dm-mpath
Hannes Reinecke
1
-0
/
+10
2008-07-26
[SCSI] scsi_dh: add generic SPC-3 alua handler
Hannes Reinecke
1
-0
/
+3
[next]