aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/mtip32xx
AgeCommit message (Expand)Author
2016-04-12mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP
2016-04-12mtip32xx: Implement timeout handlerAsai Thambi SP
2016-04-12mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP
2016-04-12mtip32xx: Handle safe removal during IOAsai Thambi SP
2016-04-12mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP
2016-04-12mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP
2016-04-12mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP
2016-04-12mtip32xx: Fix broken service thread handlingAsai Thambi SP
2016-04-12mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP
2015-11-20mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-08-25mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer
2015-06-24mtip32xx: Fix accessing freed memorySelvan Mani
2015-06-16mtip32xx: increase wait time for hba resetAsai Thambi SP
2015-06-16mtip32xx: fix minor numberAsai Thambi SP
2015-06-16mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()Asai Thambi SP
2015-06-16mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP
2015-06-16mtip32xx: Abort I/O during secure erase operationAsai Thambi SP
2015-06-16mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP
2015-06-16mtip32xx: remove unused variable 'port->allocated'Asai Thambi SP
2015-06-16mtip32xx: fix rmmod issueAsai Thambi SP
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-06mtip32xx: minor performance enhancementsSam Bradshaw
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-20mtip32xx: move error handling to service threadAsai Thambi S P
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe
2014-05-14mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter
2014-05-13mtip32xx: convert to use blk-mqJens Axboe
2014-04-22mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P
2014-04-22mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P
2014-04-22mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-13mtip32xx: mtip_async_complete() bug fixesSam Bradshaw
2014-03-13mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi
2014-03-13mtip32xx: Set queue bounce limitFelipe Franciosi
2014-03-13mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev
2014-03-10mtip32xx: fix bad use of smp_processor_id()Jens Axboe
2014-02-21mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-21mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev
2014-02-18mtip32xx: Reduce the number of unaligned writes to 2Asai Thambi S P