aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-30mtip32xx: clean an indentation issue, remove extraneous tabsColin Ian King1-2/+2
2018-10-18mtip32xx: fully switch to the generic DMA APIChristoph Hellwig1-29/+18
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-23/+6
2018-08-21mtip32xx: Convert to new IDA APIMatthew Wilcox1-23/+6
2018-08-08drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang1-2/+1
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig1-10/+2
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig1-1/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-6/+5
2018-05-11mtip32xx: don't use block layer bounce buffersChristoph Hellwig1-1/+0
2018-05-10mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET1-1/+1
2018-03-08mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche1-4/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12mtip32xx: Clean up unused variablesChristos Gkekas1-7/+0
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe1-4/+15
2017-07-06mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg1-4/+15
2017-07-05mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Ming Lei2-2/+3
2017-06-23mtip32xx: fix up the checking for internal command failureJens Axboe1-17/+4
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-9/+8
2017-06-09block: introduce new block status code typeChristoph Hellwig2-9/+9
2017-05-03mtip32xx: convert internal commands to regular block infrastructureJens Axboe2-178/+30
2017-05-03mtip32xx: cleanup internal tag assumptionsJens Axboe1-10/+9
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-14/+6
2017-05-02Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe1-1/+1
2017-05-02mtip32xx: convert internal command issue to block IO pathJens Axboe1-30/+73
2017-05-02mtip32xx: abstract out "are any commands active" helperJens Axboe1-10/+18
2017-05-02mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe1-15/+5
2017-05-02mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe1-105/+43
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