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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-20
ncr5380: Move static PDMA spin counters to host data
Finn Thain
5
-27
/
+26
2014-11-20
ncr5380: Cleanup host info() methods
Finn Thain
21
-320
/
+134
2014-11-20
ncr5380: Remove NCR5380_STATS
Finn Thain
5
-252
/
+0
2014-11-20
ncr5380: Fix SCSI_IRQ_NONE bugs
Finn Thain
10
-48
/
+66
2014-11-20
ncr5380: Remove duplicate comments
Finn Thain
12
-195
/
+1
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
IB/srp: Fix a race condition triggered by destroying a queue pair
Bart Van Assche
2
-9
/
+52
2014-11-12
IB/srp: Add multichannel support
Bart Van Assche
2
-75
/
+216
2014-11-12
IB/srp: Use block layer tags
Bart Van Assche
2
-24
/
+27
2014-11-12
IB/srp: Separate target and channel variables
Bart Van Assche
2
-335
/
+403
2014-11-12
IB/srp: Introduce two new srp_target_port member variables
Bart Van Assche
2
-17
/
+26
2014-11-12
IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanning
Bart Van Assche
2
-9
/
+52
2014-11-12
IB/srp: Remove stale connection retry mechanism
Bart Van Assche
1
-13
/
+3
2014-11-12
IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()
Bart Van Assche
1
-5
/
+6
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
55
-251
/
+115
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
30
-97
/
+80
2014-11-12
mptfusion: don't change queue type in ->change_queue_depth
Christoph Hellwig
1
-6
/
+1
2014-11-12
scsi: remove abuses of scsi_populate_tag
Christoph Hellwig
17
-290
/
+55
2014-11-12
scsi: remove ordered_tag host template field
Christoph Hellwig
2
-2
/
+0
2014-11-12
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
9
-71
/
+25
2014-11-12
scsi: add new scsi-command flag for tagged commands
Christoph Hellwig
4
-9
/
+14
2014-11-12
scsi: provide a generic change_queue_type method
Christoph Hellwig
17
-227
/
+40
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
[next]