Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
83a44ac8bf4a8e6cbbf0c00ff281a482778f708a
/
drivers
/
scsi
/
mvsas
/
mv_sas.c
7c237c5
[SCSI] mvsas: fixed timeout issue when removing module
by Xiangliang Yu
· 12 years ago
6f03979
Drivers: scsi: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
95ab000
[SCSI] mvsas: Fix oops when ata commond timeout.
by Jianpeng Ma
· 12 years ago
cca8501
[SCSI] mvsas: remove unused variable in mvs_task_exec()
by Dan Carpenter
· 12 years ago
f0bf750
[SCSI] libsas: trim sas_task of slow path infrastructure
by Dan Williams
· 12 years ago
424a6f6
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 13 years ago
77dfce0
scsi: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
f41a0c4
[SCSI] libsas: fix sas_find_local_phy(), take phy references
by Dan Williams
· 13 years ago
312d3e5
[SCSI] libsas: remove ata_port.lock management duties from lldds
by Dan Williams
· 13 years ago
b1124cd
[SCSI] libsas: introduce sas_drain_work()
by Dan Williams
· 13 years ago
ac013ed1
[SCSI] isci: export phy events via ->lldd_control_phy()
by Dan Williams
· 13 years ago
477f6d1
[SCSI] mvsas: fixed some disk spin up issue
by Xiangliang Yu
· 13 years ago
6ceae7c
[SCSI] mvsas: fix expander link error
by Xiangliang Yu
· 13 years ago
e211e2c
[SCSI] mvsas: remove mvs_slave_{alloc|configure}
by Dan Williams
· 13 years ago
4fcf812
[SCSI] libsas: export sas_alloc_task()
by Dan Williams
· 13 years ago
e144f7e
[SCSI] mvsas: update comments
by Xiangliang Yu
· 13 years ago
84fbd0c
[SCSI] mvsas: misc improvements
by Xiangliang Yu
· 13 years ago
a4632aa
[SCSI] mvsas: Add new macros and functions
by Xiangliang Yu
· 13 years ago
b89e8f5
[SCSI] mvsas: Remove unused macros, variables and functions
by Xiangliang Yu
· 13 years ago
8882f08
[SCSI] mvsas: fix 94xx hotplug issue
by Xiangliang Yu
· 13 years ago
534ff10
[SCSI] mvsas: Add support for Non specific NCQ error interrupt
by Xiangliang Yu
· 13 years ago
0b15fb1
[SCSI] mvsas: add support for Task collector mode and fixed relative bugs
by Xiangliang Yu
· 14 years ago
df64d3c
[SCSI] Unify SAM_ and SAM_STAT_ macros
by James Bottomley
· 14 years ago
24ae163
[SCSI] mvsas: fix potential NULL dereference
by Jiri Slaby
· 14 years ago
9dc9fd9
[SCSI] mvsas: fix hot plug handling and IO issues
by Srinivas
· 15 years ago
f9da3be
[SCSI] mvsas: remove all the casts from void * or to void *
by Andy Yan
· 16 years ago
9870d9a
[SCSI] mvsas: performance improvement using domain_device->lldd_dev
by Andy Yan
· 16 years ago
0f980a8
[SCSI] mvsas: bug fix, null pointer may be used
by Andy Yan
· 16 years ago
0b84b70
[SCSI] mvsas: bug fix of dead lock
by Andy Yan
· 16 years ago
2b28813
[SCSI] mvsas: bug fix with setting task management frame type
by Andy Yan
· 16 years ago
20b09c2
[SCSI] mvsas: add support for 94xx; layout change; bug fixes
by Andy Yan
· 16 years ago
dd4969a
[SCSI] mvsas: split driver into multiple files
by Jeff Garzik
· 16 years ago
2ad52f4
[SCSI] mvsas: move into new directory drivers/scsi/mvsas/
by Jeff Garzik
· 16 years ago
[Renamed from drivers/scsi/mvsas.c]
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
ddccf30
[SCSI] mvsas: increase port type detection delay to suit Seagate's 10k6 drive ST3450856SS 0003
by Reinhard Nissl
· 16 years ago
10ed219
drivers/scsi/mvsas.c: fix printk warnings
by Andrew Morton
· 17 years ago
0b97760
[SCSI] mvsas: check subsystem id
by Ke Wei
· 17 years ago
e9ff91b
[SCSI] mvsas: get phy info.
by Ke Wei
· 17 years ago
963829e
[SCSI] mvsas: fix the buffer of rx DMA overflow bug
by Ke Wei
· 17 years ago
8121ed4
[SCSI] mvsas: retry aborting task.
by Ke Wei
· 17 years ago
4e52fc0
[SCSI] mvsas: check hd whether unplugged
by Ke Wei
· 17 years ago
1fce5e5
[SCSI] mvsas : interrupt handling
by Ke Wei
· 17 years ago
ee1f1c2
[SCSI] mvsas: a tag handler implementation
by Ke Wei
· 17 years ago
0eb9ddd
[SCSI] mvsas: fill in error info record and phy mode6 bits.
by Ke Wei
· 17 years ago
103926c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 17 years ago
00da714
[SCSI] mvsas: fix phy sas address
by Ke Wei
· 17 years ago
eea5ff7
[SCSI] mvsas: remove execute permission from file
by James Bottomley
· 17 years ago
42e6de0
fix vmsas.c file permissions
by Oliver Pinter
· 17 years ago
0a3716e
mvsas: fix build warning, clean prototypes
by Jeff Garzik
· 17 years ago
8f261aa
[SCSI] mvsas: convert from rough draft to working driver
by Ke Wei
· 17 years ago
b576294
[SCSI] mvsas: Add Marvell 6440 SAS/SATA driver
by Jeff Garzik
· 17 years ago