index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-20
ncr5380: Remove redundant AUTOSENSE macro
Finn Thain
14
-69
/
+3
2014-11-20
ncr5380: Cleanup TAG_NEXT and TAG_NONE macros
Finn Thain
4
-51
/
+27
2014-11-20
ncr5380: Remove more useless prototypes
Finn Thain
7
-61
/
+50
2014-11-20
ncr5380: Remove useless prototypes
Finn Thain
11
-51
/
+11
2014-11-20
ncr5380: Remove unused macros
Finn Thain
10
-38
/
+1
2014-11-20
ncr5380: Fix compiler warnings and __setup options
Finn Thain
3
-3
/
+26
2014-11-20
ncr5380: Remove unused hostdata fields
Finn Thain
5
-41
/
+4
2014-11-20
ncr5380: Use printk() not pr_debug()
Finn Thain
1
-1
/
+2
2014-11-20
Fnic: Fnic Driver crashed with NULL pointer reference
Hiral Shah
2
-4
/
+19
2014-11-20
Fnic: For Standalone C series, "sending VLAN request" message seen even if th...
Hiral Shah
2
-1
/
+6
2014-11-20
Fnic: Improper resue of exchange Ids
Hiral Shah
2
-1
/
+12
2014-11-20
Fnic: Memcopy only mimumum of data or trace buffer
Hiral Shah
2
-3
/
+3
2014-11-20
Fnic: Not probing all the vNICS via fnic_probe on boot
Hiral Shah
2
-3
/
+12
2014-11-12
bnx2fc: fix an error code in _bnx2fc_create()
Dan Carpenter
1
-0
/
+1
2014-11-12
bnx2fc: check IS_ERR() instead of NULL
Dan Carpenter
1
-1
/
+1
2014-11-12
qla2xxx: remove redundant declaration in 'qla_gbl.h'
Chen Gang
2
-3
/
+1
2014-11-12
ipr: set coherent DMA mask
Anton Blanchard
1
-5
/
+6
2014-11-12
ipr: convert to generic DMA API
Anton Blanchard
2
-50
/
+53
2014-11-12
vmw_pvscsi: fixup tagging
Hannes Reinecke
1
-4
/
+0
2014-11-12
scsi_debug: error message should say scsi_host_alloc not scsi_register
Finn Thain
1
-1
/
+1
2014-11-12
tmscim: remove unused SCSI_IRQ_NONE macro definition
Finn Thain
1
-2
/
+0
2014-11-12
ufs: remove spurious scsi_set_tag_type call
Christoph Hellwig
1
-1
/
+0
2014-11-12
scsi: don't force tagged_supported in drivers
Christoph Hellwig
6
-29
/
+1
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
49
-225
/
+105
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
27
-94
/
+76
2014-11-12
scsi: remove abuses of scsi_populate_tag
Christoph Hellwig
16
-277
/
+54
2014-11-12
scsi: remove ordered_tag host template field
Christoph Hellwig
1
-1
/
+0
2014-11-12
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
7
-55
/
+22
2014-11-12
scsi: add new scsi-command flag for tagged commands
Christoph Hellwig
3
-8
/
+13
2014-11-12
scsi: provide a generic change_queue_type method
Christoph Hellwig
15
-188
/
+38
2014-11-12
scsi: handle more device handler setup/teardown in common code
Christoph Hellwig
5
-166
/
+87
2014-11-12
scsi: device handlers must have attach and detach methods
Christoph Hellwig
1
-12
/
+13
2014-11-12
scsi: remove struct scsi_dh_devlist
Christoph Hellwig
3
-6
/
+12
2014-11-12
scsi: use container_of to get at device handler private data
Christoph Hellwig
4
-60
/
+37
2014-11-12
scsi_dh: get module reference outside of device handler
Christoph Hellwig
5
-25
/
+22
2014-11-12
scsi_dh_hp_sw: fix return value on failed allocation
Christoph Hellwig
1
-1
/
+1
2014-11-12
sd: disable discard_zeroes_data for UNMAP
Martin K. Petersen
1
-4
/
+6
2014-11-12
scsi: return EAGAIN when resetting a device under EH
Christoph Hellwig
1
-1
/
+1
2014-11-12
osst: call scsi_set_medium_removal directly
Christoph Hellwig
1
-7
/
+6
2014-11-12
st: call scsi_set_medium_removal directly
Christoph Hellwig
1
-7
/
+6
2014-11-12
sd: fix up ->compat_ioctl
Christoph Hellwig
1
-20
/
+8
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
7
-72
/
+47
2014-11-12
scsi: refactor scsi_reset_provider handling
Christoph Hellwig
3
-103
/
+40
2014-11-12
scsi: add support for multiple hardware queues
Bart Van Assche
1
-1
/
+1
2014-11-12
scsi: ratelimit I/O error messages
Hannes Reinecke
1
-12
/
+20
2014-11-12
scsi: correct return values for .eh_abort_handler implementations
Hannes Reinecke
6
-18
/
+18
2014-11-12
scsi: document scsi_try_to_abort_cmd
Hannes Reinecke
1
-3
/
+21
2014-11-12
scsi: use shost argument in scsi_eh_prt_fail_stats
Hannes Reinecke
1
-1
/
+1
2014-11-12
scsi: fixup logging messages in scsi_error.c
Hannes Reinecke
2
-42
/
+39
2014-11-12
scsi: simplify scsi_log_(send|completion)
Hannes Reinecke
4
-43
/
+55
[next]