aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-29block: mtip32xx: Remove call to memset after dma_alloc_coherentFuqian Huang1-5/+0
2019-06-05mtip32xx: also set max_segment_size in the deviceChristoph Hellwig1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2-22/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-25mtip32xx: remove trim supportChristoph Hellwig2-106/+0
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+16
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-2/+3
2019-01-31mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig1-21/+16
2018-12-10mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe1-2/+2
2018-12-10mtip32xx: avoid using semaphoresArnd Bergmann2-5/+5
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig1-4/+1
2018-11-09mtip32xxx: use for_each_sgChristoph Hellwig1-3/+2
2018-11-09mtip32xx: don't use req->specialChristoph Hellwig2-4/+8
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig1-17/+7
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2-34/+15
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig1-2/+2
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig2-35/+26
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig1-19/+11
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig1-50/+28
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig1-7/+4
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-3/+6
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