aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+37
2017-04-27mtip32xx: use runtime tag to initialize command headerMing Lei1-12/+24
2017-04-21mtip32xx: fix dereference of stack garbageJens Axboe1-0/+1
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-2/+2
2017-04-20mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2-7/+10
2017-04-19mtip32xx: pass BLK_MQ_F_NO_SCHEDMing Lei1-1/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-1/+1
2016-12-01block: mtip32xx: set error code on failurePan Bian1-1/+3
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla1-9/+5
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-08-29mtip32xx: mark symbols static where possibleBaoyou Xie1-1/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-3/+2
2016-06-07drivers: use req op accessorMike Christie1-1/+1
2016-04-12mtip32xx: remove call to blk_queue_flush()Jens Axboe1-6/+0
2016-04-12mtip32xx: Convert to use blk_mq_tagset_busy_iterKeith Busch1-3/+3
2016-03-18mtip32xx: fix checks for dma mapping errorsAlexey Khoroshilov1-2/+2
2016-03-04mtip32xx: remove unneeded variable in mtip_cmd_timeout()Jens Axboe1-2/+1
2016-03-03mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP1-18/+60
2016-03-03mtip32xx: Implement timeout handlerAsai Thambi SP2-10/+92
2016-03-03mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP1-5/+6
2016-03-03mtip32xx: Handle safe removal during IOAsai Thambi SP2-2/+33
2016-03-03mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP1-7/+7
2016-03-03mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP1-8/+12
2016-03-03mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP1-2/+6
2016-03-03mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP1-8/+1
2016-03-03mtip32xx: Fix broken service thread handlingAsai Thambi SP2-3/+8
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-08mtip32xx: restrict variables visible in current code moduleZhu Yanjun1-3/+3
2016-01-06mtip32xx: don't open-code memdup_user()Al Viro1-15/+8
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-1/+1
2015-11-20mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes1-4/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
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