index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-05
scsi: smartpqi: Add support for wwid
Kevin Barnett
2
-2
/
+27
2021-04-05
scsi: smartpqi: Remove timeouts from internal cmds
Kevin Barnett
2
-100
/
+46
2021-04-05
scsi: smartpqi: Disable WRITE SAME for HBA NVMe disks
Kevin Barnett
1
-2
/
+5
2021-04-05
scsi: smartpqi: Add host level stream detection enable
Don Brace
1
-0
/
+32
2021-04-05
scsi: smartpqi: Add stream detection
Don Brace
2
-6
/
+90
2021-04-05
scsi: smartpqi: Align code with oob driver
Kevin Barnett
4
-231
/
+156
2021-04-05
scsi: smartpqi: Add support for long firmware version
Kevin Barnett
2
-12
/
+39
2021-04-05
scsi: smartpqi: Add support for BMIC sense feature cmd and feature bits
Kevin Barnett
2
-19
/
+388
2021-04-05
scsi: smartpqi: Add support for RAID1 writes
Don Brace
2
-82
/
+183
2021-04-05
scsi: smartpqi: Add support for RAID5 and RAID6 writes
Don Brace
2
-6
/
+268
2021-04-05
scsi: smartpqi: Refactor scatterlist code
Don Brace
1
-59
/
+42
2021-04-05
scsi: smartpqi: Refactor aio submission code
Don Brace
2
-244
/
+358
2021-04-05
scsi: smartpqi: Add support for new product ids
Kevin Barnett
4
-1
/
+23
2021-04-05
scsi: smartpqi: Correct request leakage during reset operations
Murthy Bhat
1
-0
/
+4
2021-04-05
scsi: smartpqi: Use host-wide tag space
Don Brace
1
-0
/
+1
2021-04-05
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
17
-101
/
+158
2021-04-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+13
2021-04-01
scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs
Can Guo
1
-17
/
+13
2021-04-01
scsi: ufs: core: Fix task management request completion timeout
Can Guo
1
-0
/
+1
2021-04-01
scsi: lpfc: Fix gcc -Wstringop-overread warning
Arnd Bergmann
1
-4
/
+2
2021-04-01
scsi: mvsas: Avoid -Wempty-body warning
Arnd Bergmann
1
-1
/
+1
2021-04-01
scsi: aic94xx: Avoid -Wempty-body warning
Arnd Bergmann
1
-1
/
+1
2021-04-01
scsi: hpsa: Add an assert to prevent __packed reintroduction
Sergei Trofimovich
1
-0
/
+12
2021-04-01
scsi: hpsa: Fix boot on ia64 (atomic_t alignment)
Sergei Trofimovich
1
-1
/
+1
2021-04-01
scsi: hpsa: Use __packed on individual structs, not header-wide
Sergei Trofimovich
1
-34
/
+34
2021-03-30
scsi/aacraid: Delete obsolete TODO file
Wang Qing
1
-3
/
+0
2021-03-29
scsi: myrs: Make symbols DAC960_{GEM/BA/LP}_privdata static
Shixin Liu
1
-3
/
+3
2021-03-29
scsi: myrb: Make symbols DAC960_{LA/PG/PD/P}_privdata static
Shixin Liu
1
-4
/
+4
2021-03-29
scsi: advansys: Fix spelling of 'is'
ganjisheng
1
-1
/
+1
2021-03-29
scsi: a100u2w: Remove unused variable biosaddr
Colin Ian King
1
-3
/
+0
2021-03-29
scsi: qedi: Remove redundant assignment to variable err
Colin Ian King
1
-3
/
+1
2021-03-29
scsi: core: Remove duplicate declarations
Wan Jiabing
1
-2
/
+0
2021-03-29
scsi: core: Fix comment typo
dudengke
1
-1
/
+1
2021-03-29
scsi: fnic: Remove bogus ratelimit messages
Lee Duncan
1
-6
/
+8
2021-03-29
scsi: qla2xxx: Update version to 10.02.00.106-k
Nilesh Javali
1
-2
/
+2
2021-03-29
scsi: qla2xxx: Do logout even if fabric scan retries got exhausted
Quinn Tran
1
-0
/
+4
2021-03-29
scsi: qla2xxx: Update default AER debug mask
Quinn Tran
1
-1
/
+1
2021-03-29
scsi: qla2xxx: Fix mailbox recovery during PCIe error
Quinn Tran
1
-9
/
+30
2021-03-29
scsi: qla2xxx: Fix crash in PCIe error handling
Quinn Tran
10
-105
/
+265
2021-03-29
scsi: qla2xxx: Fix RISC RESET completion polling
Quinn Tran
1
-6
/
+59
2021-03-29
scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()
Arun Easi
1
-7
/
+0
2021-03-29
scsi: qla2xxx: Fix use after free in bsg
Quinn Tran
1
-1
/
+2
2021-03-29
scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMe
Quinn Tran
2
-21
/
+14
2021-03-29
scsi: qla2xxx: Fix stuck session
Quinn Tran
2
-1
/
+7
2021-03-29
scsi: qla2xxx: Add H:C:T info in the log message for fc ports
Arun Easi
1
-4
/
+5
2021-03-29
scsi: qla2xxx: Fix IOPS drop seen in some adapters
Arun Easi
1
-0
/
+19
2021-03-29
scsi: iscsi: Fix race condition between login and sync thread
Gulam Mohamed
1
-1
/
+13
2021-03-28
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-27
/
+66
2021-03-24
scsi: pm8001: Avoid -Wrestrict warning
Arnd Bergmann
1
-1
/
+5
2021-03-24
scsi: lpfc: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
[prev]
[next]