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
2019-02-05
scsi: lpfc: Rework locking on SCSI io completion
James Smart
5
-74
/
+112
2019-02-05
scsi: lpfc: Enable SCSI and NVME fc4s by default
James Smart
1
-2
/
+2
2019-02-05
scsi: lpfc: Resize cpu maps structures based on possible cpus
James Smart
4
-41
/
+51
2019-02-05
scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectors
James Smart
1
-149
/
+13
2019-02-05
scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescing
James Smart
7
-476
/
+729
2019-02-05
scsi: lpfc: cleanup: convert eq_delay to usdelay
James Smart
4
-55
/
+86
2019-02-05
scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queues
James Smart
11
-342
/
+830
2019-02-05
scsi: lpfc: Fix setting affinity hints to correlate with hardware queues
James Smart
3
-42
/
+56
2019-02-05
scsi: lpfc: Allow override of hardware queue selection policies
James Smart
5
-11
/
+20
2019-02-05
scsi: lpfc: Adapt partitioned XRI lists to efficient sharing
James Smart
13
-327
/
+1527
2019-02-05
scsi: lpfc: Synchronize hardware queues with SCSI MQ interface
James Smart
4
-58
/
+27
2019-02-05
scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.
James Smart
9
-34
/
+60
2019-02-05
scsi: lpfc: Move SCSI and NVME Stats to hardware queue structures
James Smart
10
-103
/
+304
2019-02-05
scsi: lpfc: Adapt cpucheck debugfs logic to Hardware Queues
James Smart
5
-116
/
+124
2019-02-05
scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath event
James Smart
3
-33
/
+0
2019-02-05
scsi: lpfc: Partition XRI buffer list across Hardware Queues
James Smart
14
-336
/
+621
2019-02-05
scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpu
James Smart
10
-606
/
+417
2019-02-05
scsi: lpfc: Remove extra vector and SLI4 queue for Expresslane
James Smart
6
-467
/
+24
2019-02-05
scsi: lpfc: Implement common IO buffers between NVME and SCSI
James Smart
10
-1207
/
+705
2019-02-05
scsi: lpfc: cleanup: Remove excess check on NVME io submit code path
James Smart
1
-1
/
+1
2019-02-05
scsi: lpfc: cleanup: remove nrport from nvme command structure
James Smart
2
-24
/
+7
2019-02-05
scsi: qla2xxx: Update driver version to 10.00.00.13-k
Himanshu Madhani
1
-1
/
+1
2019-02-05
scsi: qla2xxx: Use complete switch scan for RSCN events
Quinn Tran
1
-86
/
+0
2019-02-05
scsi: qla2xxx: Fix fw options handle eh_bus_reset()
Quinn Tran
1
-5
/
+2
2019-02-05
scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop down
Sawan Chandak
1
-1
/
+2
2019-02-05
scsi: qla2xxx: Prevent memory leak for CT req/rsp allocation
Quinn Tran
1
-2
/
+9
2019-02-05
scsi: qla2xxx: Fix SRB allocation flag to avoid sleeping in IRQ context
Giridhar Malavali
1
-1
/
+1
2019-02-05
scsi: qla2xxx: allow session delete to finish before create.
Quinn Tran
1
-0
/
+3
2019-02-05
scsi: qla2xxx: fix fcport null pointer access.
Quinn Tran
1
-3
/
+12
2019-02-05
scsi: qla2xxx: flush IO on chip reset or sess delete
Quinn Tran
1
-6
/
+3
2019-02-05
scsi: qla2xxx: Fix session cleanup hang
Quinn Tran
2
-7
/
+15
2019-02-05
scsi: qla2xxx: Change default ZIO threshold.
Quinn Tran
1
-1
/
+1
2019-02-05
scsi: qla2xxx: Add pci function reset support.
Quinn Tran
1
-0
/
+53
2019-02-05
scsi: qla2xxx: Fix N2N target discovery with Local loop
Himanshu Madhani
1
-5
/
+0
2019-02-05
scsi: block: remove req->special
Christoph Hellwig
1
-2
/
+0
2019-02-05
scsi: stop setting up request->special
Christoph Hellwig
4
-17
/
+0
2019-02-05
scsi: remove bidirectional command support
Christoph Hellwig
8
-225
/
+31
2019-02-05
scsi: remove the SCSI OSD library
Christoph Hellwig
7
-2749
/
+0
2019-02-05
scsi: bsg-lib: handle bidi requests without block layer help
Christoph Hellwig
1
-1
/
+0
2019-02-04
scsi: mpt3sas: Update driver version to 27.102.00.00
Suganath Prabu S
1
-2
/
+2
2019-02-04
scsi: mpt3sas: Add support for ATLAS PCIe switch
Suganath Prabu S
2
-0
/
+9
2019-02-04
scsi: mpt3sas: Add support for NVMe Switch Adapter
Suganath Prabu S
2
-0
/
+5
2019-02-04
scsi: mpt3sas: Rename mpi endpoint device ID macro.
Suganath Prabu S
2
-4
/
+4
2019-02-04
scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driver
Shivasharan S
4
-23
/
+250
2019-02-04
scsi: megaraid_sas: Rework device add code in AEN path
Shivasharan S
1
-66
/
+107
2019-02-04
scsi: megaraid_sas: Rework code to get PD and LD list
Shivasharan S
1
-13
/
+31
2019-02-04
scsi: cxlflash: Prevent deadlock when adapter probe fails
Vaibhav Jain
1
-0
/
+2
2019-02-04
scsi: aacraid: clean up some indentation and formatting issues
Colin Ian King
3
-15
/
+15
2019-02-04
Revert "scsi: libfc: Add WARN_ON() when deleting rports"
Ross Lagerwall
1
-1
/
+0
2019-02-04
scsi: sd_zbc: Fix zone information messages
Damien Le Moal
1
-4
/
+8
[prev]
[next]