aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-25mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer1-0/+8
2015-06-24mtip32xx: Fix accessing freed memorySelvan Mani2-21/+0
2015-06-16mtip32xx: increase wait time for hba resetAsai Thambi SP1-2/+5
2015-06-16mtip32xx: fix minor numberAsai Thambi SP1-1/+2
2015-06-16mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()Asai Thambi SP1-1/+0
2015-06-16mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP1-98/+45
2015-06-16mtip32xx: Abort I/O during secure erase operationAsai Thambi SP1-4/+28
2015-06-16mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP1-4/+1
2015-06-16mtip32xx: remove unused variable 'port->allocated'Asai Thambi SP2-21/+2
2015-06-16mtip32xx: fix rmmod issueAsai Thambi SP1-6/+7
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe1-2/+3
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig1-2/+2
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig1-0/+2
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig1-1/+2
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott1-1/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-06mtip32xx: minor performance enhancementsSam Bradshaw2-10/+13
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe1-1/+3
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-3/+1
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-2/+0
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-1/+1
2014-05-20mtip32xx: move error handling to service threadAsai Thambi S P2-26/+53
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe1-1/+7
2014-05-14mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter1-1/+1
2014-05-13mtip32xx: convert to use blk-mqJens Axboe2-616/+297
2014-04-22mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P1-0/+53
2014-04-22mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P1-2/+2
2014-04-22mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P1-31/+35
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-40/+54
2014-03-13mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2-39/+50
2014-03-13mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi1-12/+12
2014-03-13mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-03-13mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev1-2/+2
2014-03-10mtip32xx: fix bad use of smp_processor_id()Jens Axboe1-1/+1
2014-02-21mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-02-21mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev1-1/+3
2014-02-18mtip32xx: Reduce the number of unaligned writes to 2Asai Thambi S P1-1/+1
2014-01-21mtip32xx: Correctly handle security locked conditionSam Bradshaw2-3/+15
2014-01-21mtip32xx: Make SGL container per-command to eliminate high order dma allocationSam Bradshaw2-97/+149
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-6/+7
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+4
2013-11-08mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn1-10/+37
2013-11-08mtip32xx: Add SRSI supportAsai Thambi S P2-182/+289
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+2
2013-05-15mtip32xx: Correctly handle bio->bi_idx != 0 conditionsSam Bradshaw1-2/+3
2013-05-15mtip32xx: Fix NULL pointer dereference during module unloadSam Bradshaw1-1/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+68