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.13.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
2017-10-25
scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lock
Xiaofei Tan
2
-4
/
+6
2017-10-25
scsi: hisi_sas: fix internal abort slot timeout bug
Xiang Chen
1
-0
/
+1
2017-10-25
scsi: hisi_sas: delete get_ncq_tag_v3_hw()
Xiang Chen
1
-15
/
+1
2017-10-25
scsi: scsi_devinfo: Add scsi_devinfo_tbl.c
Jeffy Chen
1
-0
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-25
scsi: megaraid_sas: driver version upgrade
Shivasharan S
1
-2
/
+2
2017-10-25
scsi: megaraid_sas: Add support for 64bit consistent DMA
Shivasharan S
4
-151
/
+503
2017-10-25
scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode
Shivasharan S
1
-4
/
+0
2017-10-25
scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...
Shivasharan S
2
-39
/
+68
2017-10-25
scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commands
Shivasharan S
2
-14
/
+31
2017-10-25
scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k
Shivasharan S
2
-9
/
+58
2017-10-25
scsi: megaraid_sas: Update current host time to FW during IOC Init
Shivasharan S
1
-0
/
+7
2017-10-25
scsi: megaraid_sas: Move controller memory allocations and DMA mask settings ...
Shivasharan S
1
-15
/
+28
2017-10-25
scsi: megaraid_sas: Move initialization of instance parameters inside newly c...
Shivasharan S
1
-58
/
+61
2017-10-25
scsi: megaraid_sas: remove instance->ctrl_info
Shivasharan S
2
-30
/
+14
2017-10-25
scsi: megaraid_sas: Pre-allocate frequently used DMA buffers
Shivasharan S
4
-66
/
+116
2017-10-25
scsi: megaraid_sas: Create separate functions for allocating and freeing cont...
Shivasharan S
1
-83
/
+103
2017-10-25
scsi: megaraid_sas: Create separate functions to allocate ctrl memory
Shivasharan S
1
-46
/
+76
2017-10-25
scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation
Shivasharan S
3
-16
/
+31
2017-10-25
scsi: megaraid_sas: replace is_ventura with adapter_type checks
Shivasharan S
4
-24
/
+22
2017-10-25
scsi: megaraid_sas: Remove redundant checks for ctrl_context
Shivasharan S
1
-4
/
+4
2017-10-25
scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...
Shivasharan S
1
-27
/
+37
2017-10-25
scsi: megaraid_sas: Add support for Crusader controllers
Shivasharan S
2
-22
/
+30
2017-10-25
scsi: megaraid_sas: use adapter_type for all gen controllers
Shivasharan S
5
-55
/
+76
2017-10-25
scsi: hpsa: bump driver version
Don Brace
1
-1
/
+1
2017-10-25
scsi: hpsa: add enclosure logical identifier
Don Brace
1
-2
/
+67
2017-10-25
scsi: hpsa: correct logical volume removal
Don Brace
1
-3
/
+6
2017-10-25
scsi: hpsa: reduce warning messages on device removal
Don Brace
1
-2
/
+4
2017-10-25
scsi: hpsa: update queue depth for externals
Don Brace
1
-2
/
+6
2017-10-25
scsi: hpsa: correct smart path enabled
Don Brace
1
-38
/
+151
2017-10-25
scsi: hpsa: change timeout for internal cmds
Don Brace
1
-11
/
+11
2017-10-25
scsi: hpsa: update discovery polling
Bader Ali Saleh
2
-13
/
+28
2017-10-25
scsi: hpsa: add controller checkpoint
Don Brace
2
-0
/
+5
2017-10-25
scsi: hpsa: clear tmpdevice in scan thread
Scott Teel
1
-0
/
+2
2017-10-25
scsi: hpsa: cleanup sas_phy structures in sysfs when unloading
Martin Wilck
1
-1
/
+1
2017-10-25
scsi: hpsa: destroy sas transport properties before scsi_host
Martin Wilck
1
-2
/
+2
2017-10-23
scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFER
Bart Van Assche
1
-7
/
+1
2017-10-23
ufs/phy: qcom: Refactor to use phy_init call
Vivek Gautam
1
-22
/
+14
2017-10-23
scsi/ufs: qcom: Set phy mode based on the controllers HS MODE
Vivek Gautam
1
-0
/
+3
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-5
/
+15
2017-10-19
qed: Fix iWARP out of order flow
Michal Kalderon
1
-0
/
+1
2017-10-19
scsi: pm80xx: corrected linkrate value.
Viswas G
1
-1
/
+1
2017-10-19
scsi: pm80xx: panic on ncq error cleaning up the read log.
Viswas G
1
-0
/
+1
2017-10-19
scsi: pm80xx: corrected SATA abort handling sequence.
Viswas G
4
-10
/
+119
2017-10-19
scsi: pm80xx: modified port reset timer value for PM8006 card
Viswas G
1
-0
/
+6
2017-10-19
scsi: pm80xx: cleanup in pm8001_abort_task function.
Viswas G
1
-38
/
+13
2017-10-19
scsi: pm80xx: tag allocation for phy control request.
Viswas G
2
-4
/
+10
2017-10-19
scsi: pm80xx: Different SAS addresses for phys.
Viswas G
2
-6
/
+10
2017-10-19
scsi: pm80xx: ILA and inactive firmware version through sysfs
Viswas G
4
-0
/
+63
2017-10-19
scsi: pm80xx: redefine sas_identify_frame structure
Viswas G
1
-1
/
+97
[prev]
[next]