summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_sas.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] megaraid_sas: make driver PCI legacy I/O port free driverNoriyuki Fujii2009-12-101-5/+9
* [SCSI] megaraid_sas: Update version number and documentationYang, Bo2009-10-291-1/+1
* [SCSI] megaraid_sas: use the firmware boot timeout when waiting for commandsYang, Bo2009-10-291-11/+17
* [SCSI] megaraid_sas: fix 64 bit sense pointer truncationYang, Bo2009-10-291-4/+4
* [SCSI] megaraid_sas: Add the support for updating the OS after adding/removin...Yang, Bo2009-10-291-1/+124
* [SCSI] megaraid_sas: Fix the fix for fw hang caused by megaraid sas applicationYang, Bo2009-10-291-12/+63
* [SCSI] megaraid_sas: add the IEEE SGE support to SAS2 controllerYang, Bo2009-10-291-7/+73
* [SCSI] megaraid_sas: allocate the application cmds to sas2 controllerYang, Bo2009-10-291-3/+21
* [SCSI] megaraid_sas: report system PDs to OSYang, Bo2009-10-291-26/+65
* [SCSI] megaraid_sas: infrastructure to get PDs from FWYang, Bo2009-10-291-0/+96
* [SCSI] megaraid_sas: Add new megaraid SAS 2 controller support to the driverYang, Bo2009-10-291-5/+134
* [SCSI] megaraid_sas: add sysfs for AEN pollingYang, Bo2009-10-291-1/+23
* [SCSI] megaraid_sas: Add poll mechanism to megaraid sas driverYang, Bo2009-10-291-1/+44
* [SCSI] megaraid_sas: tape drive support fixYang, Bo2009-10-291-0/+11
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* [SCSI] megaraid_sas: switch to block timeoutJames Bottomley2008-12-011-1/+2
* saner FASYNC handling on file closeAl Viro2008-11-011-12/+0
* block: unify request timeout handlingJens Axboe2008-10-091-3/+3
* [SCSI] megaraid_sas: remove sysfs dbg_lvl world writeable permissionsJoe Malicki2008-08-161-1/+1
* [SCSI] megaraid_sas: add new controllers (0x78 0x79)Yang, Bo2008-08-161-2/+108
* [SCSI] megaraid_sas: add the shutdown DCMD cmd to driver shutdown routineYang, Bo2008-08-161-0/+1
* [SCSI] megaraid_sas: add readl to force PCI posting flushYang, Bo2008-08-161-0/+6
* Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-1/+2
* Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+1
* [SCSI] megaraid_sas: fix suspend/resume sectionsJiri Slaby2008-05-021-3/+8
* [SCSI] megaraid_sas; Update the Version and Changelogbo yang2008-04-291-1/+1
* [SCSI] megaraid_sas: Add the new controller(1078DE) support to the driverbo yang2008-04-071-2/+5
* [SCSI] megaraid_sas: Fix the frame count calculationbo yang2008-04-071-10/+21
* [SCSI] megaraid_sas: rollback the sense info implementationbo yang2008-04-071-6/+5
* scsi: megaraid: trivial drop duplicate mutex.h includeDaniel Walker2008-02-061-1/+0
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] megaraid_sas: Update version and changelogbo yang2008-01-111-5/+5
* [SCSI] megaraid_sas: support for poll_mode_io (reduced interrupt)bo yang2008-01-111-6/+146
* [SCSI] megaraid_sas: call cmd completion from resetbo yang2008-01-111-54/+68
* [SCSI] megaraid_sas: use unsigned long for sense_buff ptrbo yang2008-01-111-5/+8
* [SCSI] megaraid_sas: check max_sgl reported by FW for setting max_sectors_per...bo yang2008-01-111-5/+9
* [SCSI] megaraid_sas: add hibernation supportbo yang2008-01-111-70/+232
* [SCSI] megaraid_sas: Convert aen_mutex to the mutex APIMatthias Kaehlcke2008-01-111-3/+4
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-3/+1
* [SCSI] megaraid_sas: convert to use the data buffer accessorsFUJITA Tomonori2007-05-311-95/+17
* [SCSI] megaraid_sas: intercept cmd timeout and throttle ioSumant Patro2007-05-241-7/+60
* [SCSI] megaraid_sas: update version and author infoSumant Patro2007-02-161-3/+5
* [SCSI] megaraid_sas: return sync cache call with successSumant Patro2007-02-161-0/+12
* [SCSI] megaraid_sas: replace pci_alloc_consitent with dma_alloc_coherent in i...Sumant Patro2007-02-161-6/+6
* [SCSI] megaraid_sas: add bios_param in scsi_host_templateSumant Patro2007-02-161-0/+45
* [SCSI] megaraid_sas: do not process cmds if hw_crit_error is setSumant Patro2007-02-161-1/+12
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1