- a66dd97 mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state. by Sreekanth Reddy · 10 years ago
- 5fb1bf8 mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array support by Sreekanth Reddy · 10 years ago
- e9edbe3 mpt2sas: Copyright in driver sources is updated for year the 2014 by Sreekanth Reddy · 10 years ago
- 4e1f20a mpt2sas: Added driver module parameter max_msix_vectors by Sreekanth Reddy · 10 years ago
- 52674c6 mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
- 02b7708 mpt2sas: delay scsi_add_host call to work with scsi-mq by Reddy, Sreekanth · 10 years ago
- cbbb7b3 mpt2sas: Rework the MSI-X grouping code by Martin K. Petersen · 11 years ago
- 42de597 mpt2sas: annotate ioc->reply_post_host_index as __iomem by Joe Lawrence · 10 years ago
- 049b3e8 mpt2sas: Add free smids to the head, not tail of list by Matthew Wilcox · 11 years ago
- 64cdb41 MPT / PCI: Use pci_stop_and_remove_bus_device_locked() by Rafael J. Wysocki · 11 years ago
- d648d5a [SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013 by Sreekanth Reddy · 11 years ago
- 6409a7d [SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callback function by Sreekanth Reddy · 11 years ago
- 3b3e6f8 [SCSI] mpt2sas: fix cleanup on controller resource mapping failure by Joe Lawrence · 11 years ago
- 148124d [SCSI] mpt2sas: Calulate the Reply post queue depth calculation as per the MPI spec by Sreekanth Reddy · 12 years ago
- ca6832e [SCSI] mpt2sas: Update the timing requirements for issuing a Hard Reset by Sreekanth Reddy · 12 years ago
- b0df96a0 [SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootup by Reddy, Sreekanth · 12 years ago
- 7887ea7 [SCSI] mpt2sas: Add support for OEM specific controller by Sreekanth Reddy · 12 years ago
- b4730fb [SCSI] mpt2sas: fix for driver fails EEH, recovery from injected pci bus error by Sreekanth Reddy · 12 years ago
- 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
- fe709ed Merge SCSI misc branch into isci-for-3.6 tag by James Bottomley · 12 years ago
- 10cce6d [SCSI] mpt2sas: Fix for issue - Unable to boot from the drive connected to HBA by sreekanth.reddy@lsi.com · 12 years ago
- e17eee4 [SCSI] mpt2sas: To include more Intel Branding by sreekanth.reddy@lsi.com · 12 years ago
- 433d717 [SCSI] mpt2sas: 2012 source code copyright by sreekanth.reddy@lsi.com · 12 years ago
- 338b131 [SCSI] mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth command line option to a very small value by sreekanth.reddy@lsi.com · 12 years ago
- a2c6585 [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptible by nagalakshmi.nandigama@lsi.com · 13 years ago
- e42fafc [SCSI] mpt2sas: Fix for panic happening because of improper memory allocation by nagalakshmi.nandigama@lsi.com · 13 years ago
- d838c36 [SCSI] mpt2sas: Fix linux driver sparse errors by nagalakshmi.nandigama@lsi.com · 13 years ago
- 298c794 [SCSI] mpt2sas: Fix security scan issues reported by source code analysis tool by nagalakshmi.nandigama@lsi.com · 13 years ago
- 09da0b3 [SCSI] mpt2sas: Improvement were made to better protect the sas_device, raid_device, and expander_device lists by nagalakshmi.nandigama@lsi.com · 13 years ago
- a75ee6e 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
- 7d7311c [SCSI] atp870u, mpt2sas, qla4xxx use pci_dev->revision by Sergei Shtylyov · 13 years ago
- 714be35 [SCSI] mpt2sas: remove extraneous sas_log_info messages by Sathisha Nanjappa · 13 years ago
- 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
- 210647a PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device by Yinghai Lu · 13 years ago
- c834b1c [SCSI] mpt2sas: add missing allocation check by Tomas Henzl · 13 years ago
- 7fbd764 [SCSI] mpt2sas: Fix mismatch in mpt2sas_base_hard_reset_handler() mutex lock-unlock by Alexey Khoroshilov · 13 years ago
- 2cb6fc8 [SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probe by nagalakshmi.nandigama@lsi.com · 13 years ago
- ef8c985 [SCSI] mpt2sas: Remove unused duplicate diag_buffer_enable param by Roland Dreier · 13 years ago
- 2f73b9a [SCSI] mpt2sas: Fix possible integer truncation of cpu_count by Roland Dreier · 13 years ago
- c24a171 [SCSI] mpt2sas: Fix leak on mpt2sas_base_attach() error path by Roland Dreier · 13 years ago
- aff132d [SCSI] mpt2sas : Fix for memory allocation error for large host credits by nagalakshmi.nandigama@lsi.com · 13 years ago
- 8bad305 [SCSI] mpt2sas: Added support for customer specific branding by nagalakshmi.nandigama@lsi.com · 13 years ago
- f01690d [SCSI] mpt2sas: Rearrange the the code so that the completion queues are initialized prior to sending the request to controller firmware by nagalakshmi.nandigama@lsi.com · 13 years ago
- 70e73f9 [SCSI] mpt2sas: Adding support for customer specific branding by nagalakshmi.nandigama@lsi.com · 13 years ago
- 845a0e4 [SCSI] mpt2sas: Better handling DEAD IOC (PCI-E LInk down) error condition by nagalakshmi.nandigama@lsi.com · 13 years ago
- 921cd80 [SCSI] mpt2sas: New feature - Fast Load Support by nagalakshmi.nandigama@lsi.com · 13 years ago
- ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
- 911ae94 [SCSI] mpt2sas: Added NUNA IO support in driver which uses multi-reply queue support of the HBA by nagalakshmi.nandigama@lsi.com · 13 years ago
- 101ae14 Remove unneeded version.h includes from drivers/scsi/ by Jesper Juhl · 13 years ago
- ab3e5f6 [SCSI] mpt2sas: Adding support for customer specific branding by Kashyap, Desai · 14 years ago
- c97951e [SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPC by Kashyap, Desai · 14 years ago
- 0bdccdb [SCSI] mpt2sas : WarpDrive New product SSS6200 support added by Kashyap, Desai · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 0a2385c [SCSI] mpt2sas : Added customer specific display support by Kashyap, Desai · 14 years ago
- c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
- d5bd3491c [SCSI] mpt2sas: Basic Code Cleanup in mpt2sas_base by Kashyap, Desai · 14 years ago
- fb396be [SCSI] mpt2sas: Add support for Customer specific branding messages by Kashyap, Desai · 14 years ago
- 4224489 [SCSI] mpt2sas: Kernel Panic during Large Topology discovery by Kashyap, Desai · 14 years ago
- 11e1b96 [SCSI] mpt2sas: Correct resizing calculation for max_queue_depth by Kashyap, Desai · 14 years ago
- 90d2a67 [SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver. by Kashyap, Desai · 14 years ago
- 35f805b [SCSI] mpt2sas: Create a pool of chain buffer instead of dedicated per IOs by Kashyap, Desai · 14 years ago
- 6cb8ef5 [SCSI] mpt2sas: Added loadtime para for IOMissingDelay and DMD by Kashyap, Desai · 14 years ago
- dd3741d [SCSI] mpt2sas: Added sanity check for cb_idx and smid access. by Kashyap, Desai · 14 years ago
- 7968f19 [SCSI] drivers/scsi: Adjust confusing if indentation by Julia Lawall · 14 years ago
- 3cb5469 [SCSI] mpt2sas: driver fails to recover from injected PCIe bus errors by Eric Moore · 14 years ago
- 769578f [SCSI] mpt2sas: Copy sense buffer instead of working on direct memory location by Kashyap, Desai · 15 years ago
- 3e2e833 [SCSI] mpt2sas: Added -ENOMEM return type when allocation fails by Kashyap, Desai · 15 years ago
- f3eedd6 [SCSI] mpt2sas: Redesign Raid devices event handling using pd_handles per HBA by Kashyap, Desai · 15 years ago
- eabb08a [SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFO by Kashyap, Desai · 15 years ago
- 570c67a [SCSI] mpt2sas: Added sysfs support for trace buffer by Kashyap, Desai · 15 years ago
- d32a8c1 [SCSI] mpt2sas: Added sysfs counter for ioc reset by Kashyap, Desai · 15 years ago
- dd5fd33 [SCSI] mpt2sas: staged device discovery. disable_discovery module parameter is added. by Kashyap, Desai · 15 years ago
- d274213 [SCSI] mpt2sas: Hold Controller reset when another reset is in progress by Kashyap, Desai · 15 years ago
- 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 15 years ago
- 66a6793 [SCSI] mpt2sas: Check for NULL pointer before free_pages is added. by Kashyap, Desai · 15 years ago
- ef7c80c [SCSI] mpt2sas: Added support for PCIe Advanced Error Recovery. by Kashyap, Desai · 15 years ago
- 31b7f2e [SCSI] mpt2sas: Copyright 2010. by Kashyap, Desai · 15 years ago
- f6aee7b [SCSI] mpt2sas: return -ENOMEM if memory allocation failed. by Kashyap, Desai · 15 years ago
- e94f674 [SCSI] mpt2sas: Fix for little endian by Kashyap, Desai · 15 years ago
- 6558bbb [SCSI] mpt2sas: Early return from function if shost is in recovery. by Kashyap, Desai · 15 years ago
- 89009fb [SCSI] mpt2sas: Use of get_free_pages for huge memorary allocation. by Kashyap, Desai · 15 years ago
- 7921b35c [SCSI] mpt2sas: Corrected time stamp by Kashyap, Desai · 15 years ago
- fc19317 [SCSI] mpt2sas: use correct pci_resource_flag for comparison by Richard A Lary · 15 years ago
- f1c35e6 [SCSI] mpt2sas: RESCAN Barrier work is added in case of HBA reset. by Kashyap, Desai · 15 years ago
- e75b9b6 [SCSI] mpt2sas: Set ioc->fwfault_debug to the cmd line option mpt2sas_fwfault_debug. by Kashyap, Desai · 15 years ago
- 6846e75 [SCSI] mpt2sas: User resource_size_t instead of unsigned long by Kashyap, Desai · 15 years ago
- d685c26 [SCSI] mpt2sas: add missing initialization of scsih_cmds by Kashyap, Desai · 15 years ago
- 463217b [SCSI] mpt2sas : PPC (power pc) endian bug fix's by Kashyap, Desai · 15 years ago
- ec9472c [SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little endian by Kashyap, Desai · 15 years ago
- 96b681c [SCSI] mpt2sas: Retrieve the ioc facts prior to putting the controller into READY state by Kashyap, Desai · 15 years ago
- a8ebd76 [SCSI] mpt2sas: Added support to set the TimeStamp when sending ioc_init by Kashyap, Desai · 15 years ago
- 1b01fe3 [SCSI] mpt2sas: Add Extended Type for Diagnostic Buffer support by Kashyap, Desai · 15 years ago
- 32e0eb5 [SCSI] mpt2sas: Added command line option diag_buffer_enable. by Kashyap, Desai · 15 years ago
- cef7a12 [SCSI] mpt2sas: Fixed some of the comment by Kashyap, Desai · 15 years ago
- fa7f316 [SCSI] mpt2sas: Support for stopping driver when Firmware encounters by Kashyap, Desai · 15 years ago
- 29786e1 [SCSI] mpt2sas: Timeout occurred within the HANDSHAKE logic while waiting on firmware to ACK. by Kashyap, Desai · 15 years ago
- bcfb6e6 [SCSI] mpt2sas: Call init_completion on a per request basis. by Kashyap, Desai · 15 years ago
- 77e63ed [SCSI] mpt2sas: Target Reset will be issued from Interrupt context. by Kashyap, Desai · 15 years ago
- 595bb0b [SCSI] mpt2sas: Added SCSIIO, Internal and high priority memory pools to support multiple TM by Kashyap, Desai · 15 years ago
- 19d3ebe [SCSI] mpt2sas: Copyright change to 2009. by Kashyap, Desai · 15 years ago