summaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-10/+2
* mtip32xx: complete requests from ->timeoutChristoph Hellwig2018-05-291-1/+2
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-6/+5
* mtip32xx: don't use block layer bounce buffersChristoph Hellwig2018-05-111-1/+0
* mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET2018-05-101-1/+1
* mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche2018-03-081-4/+4
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-7/+0
|\
| * mtip32xx: Clean up unused variablesChristos Gkekas2017-10-121-7/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-101-4/+15
|\
| * mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-4/+15
* | mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Ming Lei2017-07-052-2/+3
|/
* mtip32xx: fix up the checking for internal command failureJens Axboe2017-06-231-17/+4
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-9/+8
* block: introduce new block status code typeChristoph Hellwig2017-06-092-9/+9
* mtip32xx: convert internal commands to regular block infrastructureJens Axboe2017-05-032-178/+30
* mtip32xx: cleanup internal tag assumptionsJens Axboe2017-05-031-10/+9
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-14/+6
* Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe2017-05-021-1/+1
* mtip32xx: convert internal command issue to block IO pathJens Axboe2017-05-021-30/+73
* mtip32xx: abstract out "are any commands active" helperJens Axboe2017-05-021-10/+18
* mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe2017-05-021-15/+5
* mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe2017-05-021-105/+43
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-012-22/+37
|\
| * mtip32xx: use runtime tag to initialize command headerMing Lei2017-04-271-12/+24
| * mtip32xx: fix dereference of stack garbageJens Axboe2017-04-211-0/+1
| * blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-2/+2
| * mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2017-04-202-7/+10
| * block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0
| * blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
| * block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-1/+1
* | mtip32xx: pass BLK_MQ_F_NO_SCHEDMing Lei2017-04-191-1/+1
|/
* 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
OpenPOWER on IntegriCloud