Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d5bf739dc7628a35b334cdb9058750388927760a
/
drivers
/
scsi
/
mpt3sas
e2a3a673
Merge remote-tracking branch 'mkp-scsi/fixes' into fixes
by James Bottomley
· 8 years ago
a3b4924
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
8893cf6
scsi: mpt3sas: Avoid sleeping in interrupt context
by Bart Van Assche
· 8 years ago
c46f091
scsi: sd: Check for unaligned partial completion
by Damien Le Moal
· 8 years ago
9a284e5
scripts/spelling.txt: add "overwritting" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
1d55abc
scsi: mpt3sas: switch to pci_alloc_irq_vectors
by Hannes Reinecke
· 8 years ago
cdc1947
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
818551e
Merge branch 'for-4.11/next' into for-4.11/linus-merge
by Jens Axboe
· 8 years ago
ffdadd6
scsi: mpt3sas: disable ASPM for MPI2 controllers
by ojab
· 8 years ago
f2e767b
scsi: mpt3sas: Force request partial completion alignment
by Ram Pai
· 8 years ago
7cfa769
scsi: mpt3sas: Updating driver version to v15.100.00.00
by Chaitra P B
· 8 years ago
6b4c335
scsi: mpt3sas: Fix Firmware fault state 0x2100 during heavy 4K RR FIO stress test.
by Chaitra P B
· 8 years ago
459325c
scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.
by Chaitra P B
· 8 years ago
6c44c0f
scsi: mpt3sas: Added print to notify cable running at a degraded speed.
by Chaitra P B
· 8 years ago
82ed4db
block: split scsi_request out of struct request
by Christoph Hellwig
· 8 years ago
ffb5845
scsi: mpt3sas: fix hang on ata passthrough commands
by James Bottomley
· 8 years ago
307d907
scsi: mpt3sas: Recognize and act on iopriority info
by Adam Manzanares
· 8 years ago
a829a84
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
7ff723a
scsi: mpt3sas: Unblock device after controller reset
by Suganath Prabu S
· 8 years ago
18f6084
scsi: mpt3sas: Fix secure erase premature termination
by Andrey Grodzovsky
· 8 years ago
6c7abff
scsi: mpt3sas: fix some spelling mistakes in message and comments
by Colin Ian King
· 8 years ago
6b64b28
scsi: mpt3sas: Bump driver version as "14.101.00.00"
by Suganath Prabu Subramani
· 8 years ago
aa53bb8
scsi: mpt3sas: Fix for Endianness issue.
by Suganath Prabu Subramani
· 8 years ago
81c16f8
scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS35 devices.
by Suganath Prabu Subramani
· 8 years ago
186a18e
scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices.
by Suganath Prabu Subramani
· 8 years ago
0bb337c
scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.
by Suganath Prabu Subramani
· 8 years ago
998f26a
scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.
by Suganath Prabu Subramani
· 8 years ago
e270263
scsi: mpt3sas: Bump driver version as "14.100.00.00"
by Suganath Prabu Subramani
· 8 years ago
58e2fe7
scsi: mpt3sas: Remove unused macro "MPT_DEVICE_TLR_ON"
by Suganath Prabu Subramani
· 8 years ago
c696f7b
scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL path
by Suganath Prabu Subramani
· 8 years ago
bb35066
scsi: mpt3sas: Fix for incorrect numbers for MSIX vectors enabled when non RDPQ card is enumerated first.
by Suganath Prabu Subramani
· 8 years ago
b2fe6be
scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or unblocking the device.
by Suganath Prabu Subramani
· 8 years ago
6d3a56e
scsi: mpt3sas: Fix for block device of raid exists even after deleting raid disk
by Sreekanth Reddy
· 8 years ago
4dfddf5
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
ce7c6c9
mpt3sas: Fix resume on WarpDrive flash cards
by Greg Edwards
· 8 years ago
0d667f7
mpt3sas: Don't spam logs if logging level is 0
by Johannes Thumshirn
· 8 years ago
8bbb1cf
mpt3sas: Fix warnings exposed by W=1
by Calvin Owens
· 8 years ago
98c56ad
mpt3sas: Eliminate dead sleep_flag code
by Calvin Owens
· 8 years ago
9690283
mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm()
by Calvin Owens
· 8 years ago
310c8e4
mpt3sas: Ensure the connector_name string is NUL-terminated
by Calvin Owens
· 8 years ago
83c3d34
mpt3sas: Fix panic when aer correct error occurred
by Kefeng Wang
· 8 years ago
ad2bf16
mpt3sas: avoid mpt3sas_transport_port_add NULL parent_dev
by Joe Lawrence
· 8 years ago
87aa95d
mpt3sas: set num_phys after allocating phy[] space
by Joe Lawrence
· 8 years ago
7ebd67e
mpt3sas: add missing curly braces
by Dan Carpenter
· 9 years ago
5f0dfb7
mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs
by Chaitra P B
· 9 years ago
6c19709
mpt3sas: Set maximum transfer length per IO to 4MB for VDs
by Chaitra P B
· 9 years ago
b2500d7
mpt3sas: Updating mpt3sas driver version to 13.100.00.00
by Chaitra P B
· 9 years ago
648512cc
mpt3sas: Fix initial Reference tag field for 4K PI drives.
by Chaitra P B
· 9 years ago
a470a51
mpt3sas: Handle active cable exception event
by Chaitra P B
· 9 years ago
4fe6bc9
mpt3sas: Update MPI header to 2.00.42
by Chaitra P B
· 9 years ago
b8ac0cc
mpt3sas - remove unused fw_event_work elements
by Joe Lawrence
· 9 years ago
23409bd
mpt3sas: Remove usage of 'struct timeval'
by Tina Ruchandani
· 9 years ago
65e8617
scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS
by Ming Lin
· 9 years ago
5ec8a17
mpt3sas: Don't overreach ioc->reply_post[] during initialization
by Calvin Owens
· 9 years ago
7f8b8f3
mpt3sas: Remove unnecessary synchronize_irq() before free_irq()
by Lars-Peter Clausen
· 9 years ago
8ff045c
mpt3sas: Free memory pools before retrying to allocate with different value.
by Suganath prabu Subramani
· 9 years ago
da3cec2
mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
by Suganath prabu Subramani
· 9 years ago
d867b65
mpt3sas: Updating mpt3sas driver version to 12.100.00.00
by Suganath prabu Subramani
· 9 years ago
03d1fb3
mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
by Suganath prabu Subramani
· 9 years ago
5c739b6
mpt3sas: Updated MPI Header to 2.00.42
by Suganath prabu Subramani
· 9 years ago
ebb3024
mpt3sas: Add support for configurable Chain Frame Size
by Suganath prabu Subramani
· 9 years ago
6403830
mpt3sas: Added smp_affinity_enable module parameter.
by Suganath Prabu Subramani
· 9 years ago
fd0331b
mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
by Suganath prabu Subramani
· 9 years ago
30158dc
mpt3sas: Never block the Enclosure device
by Suganath prabu Subramani
· 9 years ago
869817f
mpt3sas: Fix static analyzer(coverity) tool identified defects
by Suganath prabu Subramani
· 9 years ago
ce61c57
mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
by Suganath prabu Subramani
· 9 years ago
b130b0d
mpt3sas: Added support for high port count HBA variants.
by Suganath prabu Subramani
· 9 years ago
abaee09
Merge branch 'jejb-scsi' into misc
by James Bottomley
· 9 years ago
5f985d8
mpt3sas: A correction in unmap_resources
by Tomas Henzl
· 9 years ago
be9e2f7
Merge branch 'mkp-fixes' into fixes
by James Bottomley
· 9 years ago
3ddda3e
mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibility
by James Bottomley
· 9 years ago
b840c36
mpt3sas: Add dummy Kconfig option for backwards compatibility
by Martin K. Petersen
· 9 years ago
15de0de
mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_TLR_ON flag
by Sreekanth Reddy
· 9 years ago
0a5149b
mpt3sas: fix inline markers on non inline function declarations
by Stephen Rothwell
· 9 years ago
abc01f7
mpt3sas: Bump mpt3sas driver version to 09.102.00.00
by Sreekanth Reddy
· 9 years ago
c84b06a
mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAs
by Sreekanth Reddy
· 9 years ago
d0c627af
mpt2sas, mpt3sas: Update the driver versions
by Sreekanth Reddy
· 9 years ago
08c4d55
mpt3sas: setpci reset kernel oops fix
by Sreekanth Reddy
· 9 years ago
989e43c
mpt3sas: Added OEM Gen2 PnP ID branding names
by Sreekanth Reddy
· 9 years ago
146b16c
mpt3sas: Refcount fw_events and fix unsafe list usage
by Sreekanth Reddy
· 9 years ago
d1cb5e4
mpt3sas: Refcount sas_device objects and fix unsafe list usage
by Sreekanth Reddy
· 9 years ago
4226309
mpt3sas: sysfs attribute to report Backup Rail Monitor Status
by Sreekanth Reddy
· 9 years ago
7786ab6
mpt3sas: Ported WarpDrive product SSS6200 support
by Sreekanth Reddy
· 9 years ago
16e179b
mpt3sas: fix for driver fails EEH, recovery from injected pci bus error
by Sreekanth Reddy
· 9 years ago
4208117
mpt3sas: Manage MSI-X vectors according to HBA device type
by Sreekanth Reddy
· 9 years ago
4550604
mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAs
by Sreekanth Reddy
· 9 years ago
471ef9d
mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAs
by Sreekanth Reddy
· 9 years ago
af00941
mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from Kconfig
by Sreekanth Reddy
· 9 years ago
d357e84
mpt3sas: Define 'hba_mpi_version_belonged' IOC variable
by Sreekanth Reddy
· 9 years ago
78f97c8
mpt2sas: Move Gen2 HBA's device registration to a separate file
by Sreekanth Reddy
· 9 years ago
7497392a
mpt3sas: Move Gen3 HBA's device registration to a separate file
by Sreekanth Reddy
· 9 years ago
8a7e4c2
mpt3sas: Added mpt2sas driver definitions
by Sreekanth Reddy
· 9 years ago
c75683c
mpt3sas : Bump mpt3sas driver version to 9.100.00.00
by Sreekanth Reddy
· 9 years ago
df838f9
mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/Os
by Sreekanth Reddy
· 9 years ago
3681402
mpt3sas: Call dma_mapping_error() API after mapping an address with dma_map_single() API
by Sreekanth Reddy
· 9 years ago
bdff785
mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_workqueue() API
by Sreekanth Reddy
· 9 years ago
d8eb4a4
mpt3sas: Added support for customer specific branding
by Sreekanth Reddy
· 9 years ago
62f5c74
mpt3sas: Return host busy error status to SML when DMA mapping of scatter gather list fails for a SCSI command
by Sreekanth Reddy
· 9 years ago
3898f08
mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081
by Sreekanth Reddy
· 9 years ago
a6f8400
mpt3sas: MPI 2.5 Rev K (2.5.6) specifications
by Sreekanth Reddy
· 9 years ago
Next »