summaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx
Commit message (Expand)AuthorAgeFilesLines
* block: mtip32xx: set error code on failurePan Bian2016-12-011-1/+3
* Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla2016-11-111-9/+5
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
* mtip32xx: mark symbols static where possibleBaoyou Xie2016-08-291-1/+1
* block: convert to device_add_disk()Dan Williams2016-06-271-3/+2
* drivers: use req op accessorMike Christie2016-06-071-1/+1
* mtip32xx: remove call to blk_queue_flush()Jens Axboe2016-04-121-6/+0
* mtip32xx: Convert to use blk_mq_tagset_busy_iterKeith Busch2016-04-121-3/+3
* mtip32xx: fix checks for dma mapping errorsAlexey Khoroshilov2016-03-181-2/+2
* mtip32xx: remove unneeded variable in mtip_cmd_timeout()Jens Axboe2016-03-041-2/+1
* mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP2016-03-031-18/+60
* mtip32xx: Implement timeout handlerAsai Thambi SP2016-03-032-10/+92
* mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP2016-03-031-5/+6
* mtip32xx: Handle safe removal during IOAsai Thambi SP2016-03-032-2/+33
* mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP2016-03-031-7/+7
* mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP2016-03-031-8/+12
* mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP2016-03-031-2/+6
* mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP2016-03-031-8/+1
* mtip32xx: Fix broken service thread handlingAsai Thambi SP2016-03-032-3/+8
* Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-3/+3
|\
| * mtip32xx: restrict variables visible in current code moduleZhu Yanjun2016-01-081-3/+3
* | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-1/+1
|\ \
| * | blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-1/+1
| |/
* / mtip32xx: don't open-code memdup_user()Al Viro2016-01-061-15/+8
|/
* mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer2015-08-251-0/+8
* mtip32xx: Fix accessing freed memorySelvan Mani2015-06-242-21/+0
* 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/+0
* mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP2015-06-161-98/+45
* 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/+1
* mtip32xx: remove unused variable 'port->allocated'Asai Thambi SP2015-06-162-21/+2
* 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/+0
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* mtip32xx: minor performance enhancementsSam Bradshaw2014-06-062-10/+13
* 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/+1
|\
* | Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-2/+0
|\|
* | 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-202-26/+53