index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-02
hpsa: fix memory leak in hpsa_alloc_cmd_pool
Robert Elliott
1
-1
/
+5
2015-02-02
hpsa: report allocation failures while allocating SG chain blocks
Robert Elliott
1
-2
/
+6
2015-02-02
hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message
Robert Elliott
1
-1
/
+1
2015-02-02
hpsa: rename hpsa_request_irq to hpsa_request_irqs
Robert Elliott
1
-5
/
+6
2015-02-02
hpsa: report failure to ioremap config table
Robert Elliott
1
-1
/
+3
2015-02-02
hpsa: trivial message and comment clean ups
Stephen Cameron
1
-11
/
+10
2015-02-02
hpsa: refactor hpsa_find_board_params() to encapsulate legacy test
Webb Scales
1
-9
/
+21
2015-02-02
hpsa: downgrade the Waiting for no-op print to dev_info
Robert Elliott
1
-1
/
+1
2015-02-02
hpsa: propagate return value from board ID lookup
Robert Elliott
1
-3
/
+7
2015-02-02
hpsa: propagate hard_reset failures in reset_devices mode
Robert Elliott
1
-4
/
+1
2015-02-02
hpsa: remove 0x from queue depth print which is in decimal
Robert Elliott
1
-1
/
+1
2015-02-02
hpsa: notice all request_irq errors
Robert Elliott
1
-1
/
+18
2015-02-02
hpsa: Fix -Wunused-but-set-variable warning
Fabian Frederick
1
-2
/
+2
2015-02-02
hpsa: rename free_irqs to hpsa_free_irqs
Robert Elliott
1
-21
/
+22
2015-02-02
hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names
Robert Elliott
1
-2
/
+2
2015-02-02
hpsa: correct change_queue_depth
Don Brace
1
-1
/
+15
2015-02-02
hpsa: change how SA controllers are reset
Don Brace
1
-18
/
+10
2015-02-02
hpsa: turn off interrupts when kdump starts
Tomas Henzl
1
-0
/
+9
2015-02-02
hpsa: fix memory leak in kdump hard reset
Tomas Henzl
1
-1
/
+1
2015-02-02
hpsa: correct endian sparse warnings
Don Brace
2
-249
/
+198
2015-02-02
sd: Fix max transfer length for 4k disks
Brian King
1
-2
/
+4
2015-02-02
scsi: fix device handler detach oops
Mike Christie
1
-1
/
+2
2015-01-28
csiostor:T5 Firmware fix and cleanup.
Praveen Madhavan
3
-256
/
+127
2015-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-15
/
+110
2015-01-27
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-10
/
+3
2015-01-27
[SCSI] esas2r: use PCI define for Max_Read_Request_Size
Rafał Miłecki
1
-2
/
+3
2015-01-24
blk-mq: add tag allocation policy
Shaohua Li
1
-0
/
+2
2015-01-24
block: support different tag allocation policy
Shaohua Li
1
-1
/
+2
2015-01-23
scsi: always increment reference count
Rusty Russell
1
-10
/
+3
2015-01-22
scsi_debug: test always evaluates to false, || should be used instead
Colin Ian King
1
-1
/
+1
2015-01-20
ufs-qcom: add support for Qualcomm Technologies Inc platforms
Yaniv Gardi
4
-0
/
+1188
2015-01-20
sr: reduce debug noise in sr_do_ioctl
Christoph Hellwig
1
-18
/
+0
2015-01-20
ch: remove debug noise in ch_do_scsi
Christoph Hellwig
1
-8
/
+0
2015-01-20
scsi: always use format argumets for dev_printk
Christoph Hellwig
1
-7
/
+7
2015-01-20
scsi: aic7xxx: fix comment
Geert Uytterhoeven
1
-1
/
+1
2015-01-20
ibmraid: fix writeable attribute with no store method
Alan
1
-1
/
+1
2015-01-20
scsi: Avoid crashing if device uses DIX but adapter does not support it
Ewan D. Milne
1
-1
/
+11
2015-01-20
scsi_debug: use atomic allocation in resp_rsup_opcodes
Sasha Levin
1
-1
/
+1
2015-01-19
csiostor:Removed file csio_hw_t4.c
Praveen Madhavan
2
-405
/
+1
2015-01-19
csiostor:Remove T4 FCoE Support.
Praveen Madhavan
4
-101
/
+24
2015-01-19
ipr: wait for aborted command responses
Brian King
2
-0
/
+93
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-7
/
+1
2015-01-16
cxgb4i : Call into recently added cxgb4 ipv6 api
Anish Bhatt
1
-1
/
+22
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2015-01-13
mpt2sas: Bump driver version to 20.100.00.00
Sreekanth Reddy
1
-2
/
+2
2015-01-13
mpt2sas, mpt3sas: set cpu affinity for each MSIX vectors
Sreekanth Reddy
4
-6
/
+44
2015-01-13
mpt2sas, mpt3sas: Update attribution language to Avago
Sreekanth Reddy
18
-20
/
+38
2015-01-13
mpt2sas: map log_info value 0x0x32010081 to DID_RESET
Sreekanth Reddy
1
-0
/
+4
2015-01-13
mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entries
Sreekanth Reddy
2
-5
/
+15
2015-01-13
mpt2sas: MPI2 Rev BB (2.00.20) specification and 2.00.35 header files
Sreekanth Reddy
2
-5
/
+17
[prev]
[next]