summaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx
Commit message (Expand)AuthorAgeFilesLines
* block: mtip32xx: Remove call to memset after dma_alloc_coherentFuqian Huang2019-06-291-5/+0Star
* mtip32xx: also set max_segment_size in the deviceChristoph Hellwig2019-06-051-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-22/+2Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* mtip32xx: remove trim supportChristoph Hellwig2019-04-252-106/+0Star
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-21/+16Star
|\
| * mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig2019-01-311-21/+16Star
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-2/+3
|/
* mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe2018-12-101-2/+2
* mtip32xx: avoid using semaphoresArnd Bergmann2018-12-102-5/+5
* block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-4/+1Star
* mtip32xxx: use for_each_sgChristoph Hellwig2018-11-091-3/+2Star
* mtip32xx: don't use req->specialChristoph Hellwig2018-11-092-4/+8
* mtip32xx: remove mtip_get_int_commandChristoph Hellwig2018-11-091-17/+7Star
* mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2018-11-092-34/+15Star
* mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig2018-11-091-2/+2
* mtip32xx: remove __force_bit2intChristoph Hellwig2018-11-092-35/+26Star
* mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig2018-11-091-19/+11Star
* mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig2018-11-091-50/+28Star
* mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig2018-11-091-7/+4Star
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-3/+6
* mtip32xx: clean an indentation issue, remove extraneous tabsColin Ian King2018-10-301-2/+2
* mtip32xx: fully switch to the generic DMA APIChristoph Hellwig2018-10-181-29/+18Star
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-23/+6Star
|\
| * mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6Star
* | drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang2018-08-081-2/+1Star
|/
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-10/+2Star
* mtip32xx: complete requests from ->timeoutChristoph Hellwig2018-05-291-1/+2
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-6/+5Star
* mtip32xx: don't use block layer bounce buffersChristoph Hellwig2018-05-111-1/+0Star
* 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-151-7/+0Star
|\
| * mtip32xx: Clean up unused variablesChristos Gkekas2017-10-131-7/+0Star
* | 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/+4Star
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-9/+8Star
* block: introduce new block status code typeChristoph Hellwig2017-06-092-9/+9
* mtip32xx: convert internal commands to regular block infrastructureJens Axboe2017-05-032-178/+30Star
* mtip32xx: cleanup internal tag assumptionsJens Axboe2017-05-031-10/+9Star
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-14/+6Star
* 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/+5Star
* mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe2017-05-021-105/+43Star