index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-03
[SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.
Joe Eykholt
1
-1
/
+133
2009-04-03
[SCSI] fcoe: Add a header file defining the FIP protocol for FCoE.
Joe Eykholt
1
-0
/
+237
2009-04-03
[SCSI] fcoe, libfc: fix double fcoe_softc memory alloc
Vasu Dev
1
-5
/
+17
2009-04-03
[SCSI] fcoe: cleans up libfcoe.h and adds fcoe.h for fcoe module
Vasu Dev
1
-118
/
+2
2009-04-03
[SCSI] fcoe: removes default sw transport code file fcoe_sw.c
Vasu Dev
1
-6
/
+0
2009-04-03
[SCSI] fcoe: removes fc_transport_fcoe.[ch] code files
Vasu Dev
1
-54
/
+0
2009-04-03
[SCSI] fcoe: prep work to completely remove fc_transport_fcoe code
Vasu Dev
1
-0
/
+2
2009-04-03
[SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array
Robert Love
1
-1
/
+22
2009-04-03
[SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_s
Robert Love
1
-1
/
+0
2009-04-03
[SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loaded
Robert Love
1
-1
/
+1
2009-03-13
[SCSI] iscsi class: remove host no argument from session creation callout
Mike Christie
1
-1
/
+1
2009-03-13
[SCSI] libiscsi: pass session failure a session struct
Mike Christie
1
-1
/
+1
2009-03-13
[SCSI] iscsi lib: remove qdepth param from iscsi host allocation
Mike Christie
1
-1
/
+1
2009-03-13
[SCSI] iscsi lib: have lib create work queue for transmitting IO
Mike Christie
1
-1
/
+6
2009-03-13
[SCSI] iscsi class: fix lock dep warning on logout
Mike Christie
1
-2
/
+0
2009-03-13
[SCSI] libiscsi: don't cap queue depth in iscsi modules
Mike Christie
1
-2
/
+1
2009-03-13
[SCSI] libiscsi: replace scsi_debug logging with session/conn logging
Mike Christie
1
-7
/
+0
2009-03-13
[SCSI] libfc: add support of large receive offload by ddp in fc_fcp
Yi Zou
3
-35
/
+32
2009-03-13
[SCSI] fcoe, libfc: check offload features from LLD through netdev
Yi Zou
1
-0
/
+1
2009-03-13
[SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)
Yi Zou
1
-7
/
+0
2009-03-12
[SCSI] Make scsi.h independent of the rest of the scsi includes
James Bottomley
2
-17
/
+17
2009-03-12
[SCSI] remove scsi_req_map_sg
FUJITA Tomonori
1
-6
/
+0
2009-03-12
[SCSI] libosd: SCSI/OSD Sense decoding support
Boaz Harrosh
2
-0
/
+309
2009-03-12
[SCSI] libosd: OSDv2 auto detection
Boaz Harrosh
1
-0
/
+3
2009-03-12
[SCSI] libosd: OSD version 2 Support
Boaz Harrosh
2
-4
/
+125
2009-03-12
[SCSI] libosd: attributes Support
Boaz Harrosh
1
-0
/
+327
2009-03-12
[SCSI] osd_uld: API for retrieving osd devices from Kernel
Boaz Harrosh
1
-0
/
+4
2009-03-12
[SCSI] osd_uld: OSD scsi ULD
Boaz Harrosh
1
-0
/
+6
2009-03-12
[SCSI] libosd: OSDv1 Headers
Boaz Harrosh
4
-0
/
+914
2009-03-12
[SCSI] add OSD_TYPE
Boaz Harrosh
1
-0
/
+1
2009-03-12
[SCSI] Remove SUGGEST flags
Martin K. Petersen
1
-11
/
+0
2009-03-12
[SCSI] Check for deleted device in scsi_device_online()
Hannes Reinecke
1
-1
/
+2
2009-03-12
[SCSI] Add VPD helper
Matthew Wilcox
1
-0
/
+1
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
[next]