index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Lines
2014-09-25
hpsa: add missing pci_set_master in kdump path
Tomas Henzl
-1
/
+1
2014-09-25
arcmsr: simplify ioctl data read/write
Ching Huang
-229
/
+119
2014-09-25
ipr: don't log error messages when applications issues illegal requests
wenxiong@linux.vnet.ibm.com
-0
/
+11
2014-09-24
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
Francesco Ruggeri
-1
/
+0
2014-09-23
xen-scsifront: use GFP_ATOMIC under spin_lock
Dan Carpenter
-1
/
+1
2014-09-23
xen-scsifront: Add Xen PV SCSI frontend driver
Juergen Gross
-0
/
+1034
2014-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-15
/
+17
2014-09-22
scsi: move blk_mq_start_request call earlier
Christoph Hellwig
-1
/
+5
2014-09-22
blk-mq: pass a reserved argument to the timeout handler
Christoph Hellwig
-1
/
+9
2014-09-22
blk-mq: rename blk_mq_end_io to blk_mq_end_request
Christoph Hellwig
-2
/
+2
2014-09-22
blk-mq: call blk_mq_start_request from ->queue_rq
Christoph Hellwig
-0
/
+1
2014-09-22
blk-mq: remove REQ_END
Christoph Hellwig
-1
/
+2
2014-09-22
scsi: Use 'depends' with LIBFC instead of 'select'.
David S. Miller
-6
/
+6
2014-09-22
cxgb4i: avoid holding mutex in interrupt context
Anish Bhatt
-7
/
+55
2014-09-22
storvsc: get rid of overly verbose warning messages
K. Y. Srinivasan
-12
/
+0
2014-09-22
mpt2sas: fix undefined reference to `__udivdi3' compilation errors
Sreekanth Reddy
-4
/
+4
2014-09-19
[SCSI] fix for bidi use after free
Daniel Gryniewicz
-2
/
+3
2014-09-19
[SCSI] libiscsi: fix potential buffer overrun in __iscsi_conn_send_pdu
Mike Christie
-0
/
+10
2014-09-19
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...
Kirill Tkhai
-2
/
+0
2014-09-16
scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRS
Randy Dunlap
-7
/
+7
2014-09-16
arcmsr: simplify of updating doneq_index and postq_index
Ching Huang
-81
/
+40
2014-09-16
arcmsr: call scsi_scan_host at the end of host initialization
Ching Huang
-5
/
+9
2014-09-16
arcmsr: add support new adapter ARC12x4 series
Ching Huang
-9
/
+860
2014-09-16
arcmsr: modify some character strings
Ching Huang
-13
/
+11
2014-09-16
arcmsr: fix sparse warnings and errors
Ching Huang
-38
/
+40
2014-09-16
arcmsr: fix ioctl data read/write error for adapter type C
Ching Huang
-239
/
+442
2014-09-16
arcmsr: revise allocation of second dma_coherent_handle for type B
Ching Huang
-14
/
+26
2014-09-16
arcmsr: rename functions and variables
Ching Huang
-119
/
+121
2014-09-16
arcmsr: clear outbound doorbell buffer completely
Ching Huang
-4
/
+14
2014-09-16
arcmsr: modify printing adapter model number and F/W messages
Ching Huang
-9
/
+9
2014-09-16
arcmsr: remove calling arcmsr_hbb_enable_driver_mode
Ching Huang
-12
/
+6
2014-09-16
arcmsr: revise message_isr_bh_fn to remove duplicate code
Ching Huang
-106
/
+54
2014-09-16
arcmsr: store adapter type in PCI id table
Ching Huang
-40
/
+41
2014-09-16
arcmsr: return status of abort command
Ching Huang
-5
/
+11
2014-09-16
arcmsr: limit max. number of SCSI command request
Ching Huang
-11
/
+25
2014-09-16
arcmsr: add code to support hibernation
Ching Huang
-0
/
+76
2014-09-16
arcmsr: add code to support MSI-X and MSI interrupt
Ching Huang
-12
/
+76
2014-09-16
arcmsr: fix command timeout under heavy load
Ching Huang
-102
/
+98
2014-09-16
megaraid_sas : Driver version update
Sumit.Saxena@avagotech.com
-4
/
+4
2014-09-16
megaraid_sas : MFI MPT linked list corruption fix
Sumit.Saxena@avagotech.com
-83
/
+241
2014-09-16
megaraid_sas : N-drive primary raid level 1 load balancing
Sumit.Saxena@avagotech.com
-68
/
+96
2014-09-16
megaraid_sas : Add module parameter to disable IRQ-CPU affinity hint
Sumit.Saxena@avagotech.com
-22
/
+38
2014-09-16
megaraid_sas : Round down max sge supported by controller to power of two
Sumit.Saxena@avagotech.com
-2
/
+2
2014-09-16
megaraid_sas : Host lock less mode to enabled asynchronous IO submission
Sumit.Saxena@avagotech.com
-7
/
+4
2014-09-16
megaraid_sas : Extended VD support
Sumit.Saxena@avagotech.com
-185
/
+500
2014-09-16
megaraid_sas : Firmware crash dump feature support
Sumit.Saxena@avagotech.com
-5
/
+519
2014-09-16
megaraid_sas : Update threshold based reply post host index register
Sumit.Saxena@avagotech.com
-1
/
+23
2014-09-16
megaraid_sas : Use writeq for 64bit pci write to avoid spinlock overhead
Sumit.Saxena@avagotech.com
-0
/
+6
2014-09-16
megaraid_sas : Do not scan non syspd drives
Sumit.Saxena@avagotech.com
-31
/
+4
2014-09-16
mpt3sas, mpt2sas: fix scsi_add_host error handling problems in _scsih_probe
Sreekanth Reddy
-5
/
+12
[prev]
[next]