Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e21e57445a64598b29a6f629688f9b9a39e7242a
/
drivers
/
scsi
/
mpt3sas
/
mpt3sas_scsih.c
d49f8a5
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
1f95a47
scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levels
by Joe Perches
· 6 years ago
4dc74b2
scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMT
by Joe Perches
· 6 years ago
919d8a3
scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>
by Joe Perches
· 6 years ago
62b36c3
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
by Oza Pawandeep
· 6 years ago
72f02ba
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
e701831
scsi: mpt3sas: Fix calltrace observed while running IO & reset
by Sreekanth Reddy
· 7 years ago
ddd0bc7
block: move ref_tag calculation func to the block layer
by Max Gurtovoy
· 7 years ago
4beb486
scsi: mpt3sas: Improve kernel-doc headers
by Bart Van Assche
· 7 years ago
c7a3570
scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and mpt3sas_ctl_reset_handler()
by Bart Van Assche
· 7 years ago
eb0c7af
scsi: mpt3sas: Annotate switch/case fall-through
by Bart Van Assche
· 7 years ago
7d12072
scsi: mpt3sas: Remove set-but-not-used variables
by Bart Van Assche
· 7 years ago
199fd79
scsi: mpt3sas: Fix indentation
by Bart Van Assche
· 7 years ago
d37306c
scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal commands during controller reset.
by Chaitra P B
· 7 years ago
20a0443
scsi: mpt3sas: Don't access the structure after decrementing it's instance reference count.
by Chaitra P B
· 7 years ago
e358614
scsi: mpt3sas: Incorrect command status was set/marked as not used.
by Chaitra P B
· 7 years ago
999c851
scsi: mpt3sas: Don't abort I/Os issued to NVMe drives while processing Async Broadcast primitive event.
by Chaitra P B
· 7 years ago
87b3576
scsi: mpt3sas: fix possible memory leak.
by Chaitra P B
· 7 years ago
c1a6c5a
scsi: mpt3sas: For NVME device, issue a protocol level reset
by Chaitra P B
· 7 years ago
22a923c
scsi: mpt3sas: Cache enclosure pages during enclosure add.
by Chaitra P B
· 7 years ago
79eb96d
scsi: mpt3sas: Allow processing of events during driver unload.
by Chaitra P B
· 7 years ago
95540b8
scsi: mpt3sas: Added support for SAS Device Discovery Error Event.
by Chaitra P B
· 7 years ago
cf6bf97
scsi: mpt3sas: Bug fix for big endian systems.
by Chaitra P B
· 7 years ago
052c220
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
3526dd0
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
2e1f44f
Merge branch 'fixes' into misc
by James Bottomley
· 7 years ago
8b904b5
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
by Bart Van Assche
· 7 years ago
864449e
scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIM
by Hannes Reinecke
· 7 years ago
40114bd
scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura controllers.
by Suganath Prabu S
· 7 years ago
0448f01
scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.
by Suganath Prabu Subramani
· 7 years ago
c520691
scsi: mpt3sas: Add PCI device ID for Andromeda.
by Suganath Prabu Subramani
· 7 years ago
c666d3b
scsi: mpt3sas: wait for and flush running commands on shutdown/unload
by Sreekanth Reddy
· 7 years ago
9ff549f
scsi: mpt3sas: fix oops in error handlers after shutdown/unload
by Mauricio Faria de Oliveira
· 7 years ago
dbec4c90
scsi: mpt3sas: lockless command submission
by Suganath Prabu Subramani
· 7 years ago
6da999f
scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()
by Hannes Reinecke
· 7 years ago
74fcfa5
scsi: mpt3sas: simplify task management functions
by Hannes Reinecke
· 7 years ago
9961c9b
scsi: mpt3sas: check command status before attempting abort
by Hannes Reinecke
· 7 years ago
12e7c678
scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()
by Hannes Reinecke
· 7 years ago
02a386d
scsi: mpt3sas: open-code _scsih_scsi_lookup_get()
by Hannes Reinecke
· 7 years ago
f49d4ae
scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
by Chaitra P B
· 7 years ago
45b7aef
scsi: mpt3sas: Remove unused variable requeue_event
by Suganath Prabu S
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
268eb49
scsi: mpt3sas: remove a stray KERN_INFO
by Dan Carpenter
· 7 years ago
6767ace
scsi: mpt3sas: cleanup _scsih_pcie_enumeration_event()
by Dan Carpenter
· 7 years ago
494f401
scsi: mpt3sas: Fix sparse warnings
by Suganath Prabu Subramani
· 7 years ago
cd5897e
scsi: mpt3sas: Fix nvme drives checking for tlr.
by Suganath Prabu Subramani
· 7 years ago
6ce2f1d
scsi: mpt3sas: Add-Task-management-debug-info-for-NVMe-drives.
by Suganath Prabu Subramani
· 7 years ago
ec051e5
scsi: mpt3sas: scan and add nvme device after controller reset
by Suganath Prabu Subramani
· 7 years ago
d1b01d1
scsi: mpt3sas: Set NVMe device queue depth as 128
by Suganath Prabu Subramani
· 7 years ago
4318c73
scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.
by Suganath Prabu Subramani
· 7 years ago
3075ac4
scsi: mpt3sas: API's to remove nvme drive from sml
by Suganath Prabu Subramani
· 7 years ago
c102e00
scsi: mpt3sas: API 's to support NVMe drive addition to SML
by Suganath Prabu Subramani
· 7 years ago
016d5c3
scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devices
by Suganath Prabu Subramani
· 7 years ago
d88e1ea
scsi: mpt3sas: Add nvme device support in slave alloc, target alloc and probe
by Suganath Prabu Subramani
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
15fd7c7
scsi: mpt3sas: Adding support for SAS3616 HBA device
by Sreekanth Reddy
· 7 years ago
aba5a85
scsi: mpt3sas: Fix possibility of using invalid Enclosure Handle for SAS device after host reset
by Sreekanth Reddy
· 7 years ago
7588895
scsi: mpt3sas: Display chassis slot information of the drive
by Sreekanth Reddy
· 7 years ago
2ce9a36
scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume created on two SATA drive
by Sreekanth Reddy
· 7 years ago
758f813
scsi: mpt3sas: Fix removal and addition of vSES device during host reset
by Sreekanth Reddy
· 7 years ago
bbe3def
scsi: mpt3sas: Fixed memory leaks in driver
by Sreekanth Reddy
· 7 years ago
b99b199
scsi: mpt3sas: Processing of Cable Exception events
by Sreekanth Reddy
· 7 years ago
43f7571
scsi: Create two versions of scsi_internal_device_unblock()
by Bart Van Assche
· 8 years ago
551eb59
scsi: Split scsi_internal_device_block()
by Bart Van Assche
· 8 years ago
8d5e72d
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
c5ce0ab
scsi: sas: move scsi_remove_host call into sas_remove_host
by Johannes Thumshirn
· 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
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
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
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
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
c696f7b
scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL path
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
0d667f7
mpt3sas: Don't spam logs if logging level is 0
by Johannes Thumshirn
· 9 years ago
8bbb1cf
mpt3sas: Fix warnings exposed by W=1
by Calvin Owens
· 9 years ago
98c56ad
mpt3sas: Eliminate dead sleep_flag code
by Calvin Owens
· 9 years ago
9690283
mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm()
by Calvin Owens
· 9 years ago
310c8e4
mpt3sas: Ensure the connector_name string is NUL-terminated
by Calvin Owens
· 9 years ago
83c3d34
mpt3sas: Fix panic when aer correct error occurred
by Kefeng Wang
· 9 years ago
87aa95d
mpt3sas: set num_phys after allocating phy[] space
by Joe Lawrence
· 9 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
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
Next »