summaryrefslogtreecommitdiff
path: root/drivers/block/mtip32xx
AgeCommit message (Expand)Author
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12mtip32xx: Clean up unused variablesChristos Gkekas
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe
2017-07-06mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg
2017-07-05mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Ming Lei
2017-06-23mtip32xx: fix up the checking for internal command failureJens Axboe
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-05-03mtip32xx: convert internal commands to regular block infrastructureJens Axboe
2017-05-03mtip32xx: cleanup internal tag assumptionsJens Axboe
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-02Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe
2017-05-02mtip32xx: convert internal command issue to block IO pathJens Axboe
2017-05-02mtip32xx: abstract out "are any commands active" helperJens Axboe
2017-05-02mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe
2017-05-02mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-27mtip32xx: use runtime tag to initialize command headerMing Lei
2017-04-21mtip32xx: fix dereference of stack garbageJens Axboe
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig
2017-04-19mtip32xx: pass BLK_MQ_F_NO_SCHEDMing Lei
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei
2016-12-01block: mtip32xx: set error code on failurePan Bian
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-08-29mtip32xx: mark symbols static where possibleBaoyou Xie
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-07drivers: use req op accessorMike Christie
2016-04-12mtip32xx: remove call to blk_queue_flush()Jens Axboe
2016-04-12mtip32xx: Convert to use blk_mq_tagset_busy_iterKeith Busch
2016-03-18mtip32xx: fix checks for dma mapping errorsAlexey Khoroshilov
2016-03-04mtip32xx: remove unneeded variable in mtip_cmd_timeout()Jens Axboe
2016-03-03mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP
2016-03-03mtip32xx: Implement timeout handlerAsai Thambi SP
2016-03-03mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP
2016-03-03mtip32xx: Handle safe removal during IOAsai Thambi SP
2016-03-03mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP
2016-03-03mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP
2016-03-03mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP
2016-03-03mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP
2016-03-03mtip32xx: Fix broken service thread handlingAsai Thambi SP
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-08mtip32xx: restrict variables visible in current code moduleZhu Yanjun
2016-01-06mtip32xx: don't open-code memdup_user()Al Viro
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig