summaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx/mtip32xx.c
Commit message (Expand)AuthorAgeFilesLines
* mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer2015-08-251-0/+8
* mtip32xx: Fix accessing freed memorySelvan Mani2015-06-241-19/+0Star
* mtip32xx: increase wait time for hba resetAsai Thambi SP2015-06-161-2/+5
* mtip32xx: fix minor numberAsai Thambi SP2015-06-161-1/+2
* mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()Asai Thambi SP2015-06-161-1/+0Star
* mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP2015-06-161-98/+45Star
* mtip32xx: Abort I/O during secure erase operationAsai Thambi SP2015-06-161-4/+28
* mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP2015-06-161-4/+1Star
* mtip32xx: remove unused variable 'port->allocated'Asai Thambi SP2015-06-161-14/+1Star
* mtip32xx: fix rmmod issueAsai Thambi SP2015-06-161-6/+7
* blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-291-2/+3
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-221-2/+2
* | blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-221-0/+2
* | blk-mq: remove REQ_ENDChristoph Hellwig2014-09-221-1/+2
* | blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott2014-09-021-1/+0Star
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* mtip32xx: minor performance enhancementsSam Bradshaw2014-06-061-6/+9
* blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe2014-06-041-1/+3
* Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-301-3/+1Star
|\
* | Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-2/+0Star
|\|
* | Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-1/+1
|\|
* | mtip32xx: move error handling to service threadAsai Thambi S P2014-05-201-23/+48
* | mtip32xx: stop block hardware queues before quiescing IOJens Axboe2014-05-141-1/+7
* | mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter2014-05-141-1/+1
* | mtip32xx: convert to use blk-mqJens Axboe2014-05-141-595/+294Star
* | mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P2014-04-231-0/+53
* | mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P2014-04-231-2/+2
* | mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P2014-04-231-31/+35
|/
* Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-021-39/+53
|\
| * mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2014-03-131-38/+49
| * mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi2014-03-131-12/+12
| * mtip32xx: Set queue bounce limitFelipe Franciosi2014-03-131-0/+1
| * mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev2014-03-131-2/+2
| * mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-221-2/+2
| * mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev2014-02-221-1/+3
* | mtip32xx: fix bad use of smp_processor_id()Jens Axboe2014-03-101-1/+1
|/
* mtip32xx: Correctly handle security locked conditionSam Bradshaw2014-01-221-2/+14
* mtip32xx: Make SGL container per-command to eliminate high order dma allocationSam Bradshaw2014-01-221-90/+144
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-6/+7
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-3/+4
* mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn2013-11-081-10/+37
* mtip32xx: Add SRSI supportAsai Thambi S P2013-11-081-177/+276
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-041-1/+2
* mtip32xx: Correctly handle bio->bi_idx != 0 conditionsSam Bradshaw2013-05-151-2/+3
* mtip32xx: Fix NULL pointer dereference during module unloadSam Bradshaw2013-05-151-1/+2
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-22/+57
|\
| * mtip32xx: Workaround for unaligned writesAsai Thambi S P2013-04-291-12/+47
| * mtip32xx: mtip32xx: Disable TRIM supportAsai Thambi S P2013-04-141-0/+2