index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
fcoe: adds spma mode support
Vasu Dev
2009-05-17
1
-0
/
+2
*
PM/Hibernate: Wait for SCSI devices scan to complete during resume
Rafael J. Wysocki
2009-04-13
1
-0
/
+11
*
[SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.
Joe Eykholt
2009-04-03
1
-1
/
+133
*
[SCSI] fcoe: Add a header file defining the FIP protocol for FCoE.
Joe Eykholt
2009-04-03
1
-0
/
+237
*
[SCSI] fcoe, libfc: fix double fcoe_softc memory alloc
Vasu Dev
2009-04-03
1
-5
/
+17
*
[SCSI] fcoe: cleans up libfcoe.h and adds fcoe.h for fcoe module
Vasu Dev
2009-04-03
1
-118
/
+2
*
[SCSI] fcoe: removes default sw transport code file fcoe_sw.c
Vasu Dev
2009-04-03
1
-6
/
+0
*
[SCSI] fcoe: removes fc_transport_fcoe.[ch] code files
Vasu Dev
2009-04-03
1
-54
/
+0
*
[SCSI] fcoe: prep work to completely remove fc_transport_fcoe code
Vasu Dev
2009-04-03
1
-0
/
+2
*
[SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array
Robert Love
2009-04-03
1
-1
/
+22
*
[SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_s
Robert Love
2009-04-03
1
-1
/
+0
*
[SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loaded
Robert Love
2009-04-03
1
-1
/
+1
*
[SCSI] iscsi class: remove host no argument from session creation callout
Mike Christie
2009-03-13
1
-1
/
+1
*
[SCSI] libiscsi: pass session failure a session struct
Mike Christie
2009-03-13
1
-1
/
+1
*
[SCSI] iscsi lib: remove qdepth param from iscsi host allocation
Mike Christie
2009-03-13
1
-1
/
+1
*
[SCSI] iscsi lib: have lib create work queue for transmitting IO
Mike Christie
2009-03-13
1
-1
/
+6
*
[SCSI] iscsi class: fix lock dep warning on logout
Mike Christie
2009-03-13
1
-2
/
+0
*
[SCSI] libiscsi: don't cap queue depth in iscsi modules
Mike Christie
2009-03-13
1
-2
/
+1
*
[SCSI] libiscsi: replace scsi_debug logging with session/conn logging
Mike Christie
2009-03-13
1
-7
/
+0
*
[SCSI] libfc: add support of large receive offload by ddp in fc_fcp
Yi Zou
2009-03-13
3
-35
/
+32
*
[SCSI] fcoe, libfc: check offload features from LLD through netdev
Yi Zou
2009-03-13
1
-0
/
+1
*
[SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)
Yi Zou
2009-03-13
1
-7
/
+0
*
[SCSI] Make scsi.h independent of the rest of the scsi includes
James Bottomley
2009-03-12
2
-17
/
+17
*
[SCSI] remove scsi_req_map_sg
FUJITA Tomonori
2009-03-12
1
-6
/
+0
*
[SCSI] libosd: SCSI/OSD Sense decoding support
Boaz Harrosh
2009-03-12
2
-0
/
+309
*
[SCSI] libosd: OSDv2 auto detection
Boaz Harrosh
2009-03-12
1
-0
/
+3
*
[SCSI] libosd: OSD version 2 Support
Boaz Harrosh
2009-03-12
2
-4
/
+125
*
[SCSI] libosd: attributes Support
Boaz Harrosh
2009-03-12
1
-0
/
+327
*
[SCSI] osd_uld: API for retrieving osd devices from Kernel
Boaz Harrosh
2009-03-12
1
-0
/
+4
*
[SCSI] osd_uld: OSD scsi ULD
Boaz Harrosh
2009-03-12
1
-0
/
+6
*
[SCSI] libosd: OSDv1 Headers
Boaz Harrosh
2009-03-12
4
-0
/
+914
*
[SCSI] add OSD_TYPE
Boaz Harrosh
2009-03-12
1
-0
/
+1
*
[SCSI] Remove SUGGEST flags
Martin K. Petersen
2009-03-12
1
-11
/
+0
*
[SCSI] Check for deleted device in scsi_device_online()
Hannes Reinecke
2009-03-12
1
-1
/
+2
*
[SCSI] Add VPD helper
Matthew Wilcox
2009-03-12
1
-0
/
+1
*
[SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...
Vasu Dev
2009-03-10
1
-0
/
+1
*
[SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anyway
Yi Zou
2009-03-10
1
-4
/
+0
*
[SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapper
Robert Love
2009-03-10
1
-7
/
+1
*
[SCSI] libfc, fcoe: Fix kerneldoc comments
Robert Love
2009-03-10
1
-7
/
+7
*
[SCSI] libfc: Cleanup libfc_function_template comments
Robert Love
2009-03-06
1
-41
/
+66
*
[SCSI] libfc: Don't violate transport template for rogue port creation
Robert Love
2009-03-06
1
-0
/
+5
*
[SCSI] libfc: rport retry on LS_RJT from certain ELS
Chris Leech
2009-03-06
1
-0
/
+5
*
[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...
Vasu Dev
2009-03-06
1
-10
/
+2
*
[SCSI] libfc: Pass lport in exch_mgr_reset
Abhijeet Joglekar
2009-03-06
1
-2
/
+2
*
[SCSI] iscsi_tcp: make padbuf non-static
Karen Xie
2009-01-13
1
-0
/
+1
*
[SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD
James Smart
2009-01-06
1
-0
/
+1
*
[SCSI] fcoe: Fibre Channel over Ethernet
Robert Love
2008-12-29
2
-0
/
+230
*
[SCSI] libfc: A modular Fibre Channel library
Robert Love
2008-12-29
3
-0
/
+1489
*
[SCSI] FC protocol definition header files
Robert Love
2008-12-29
8
-0
/
+1983
*
[SCSI] add residual argument to scsi_execute and scsi_execute_req
FUJITA Tomonori
2008-12-29
1
-2
/
+3
[next]