aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang1-6/+6
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-2/+2
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-3/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-2/+0
2022-06-28mtip32xx: fix device removalChristoph Hellwig2-114/+44
2022-06-28mtip32xx: remove the device_status debugfs fileChristoph Hellwig2-144/+1
2022-05-21mtip32xx: fix typo in commentJulia Lawall1-1/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+1
2022-03-08block: mtip32xx: don't touch q->queue_hw_ctxMing Lei1-3/+1
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-02-02block: remove genhd.hChristoph Hellwig2-2/+0
2021-12-14mtip32xx: convert to generic power managementVaibhav Gupta1-38/+10
2021-12-14mtip32xx: remove pointless drvdata lookupsBjorn Helgaas1-13/+12
2021-12-14mtip32xx: remove pointless drvdata checkingBjorn Helgaas1-14/+1
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-10-18mtip32xx: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0
2021-10-18mtip32xx: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-44/+27
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig1-64/+15
2021-06-09mtip32xx: remove unnecessary oom messageZhen Lei1-21/+5
2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones1-1/+1
2021-03-29mtip32xx: use LIST_HEAD() for list_headShixin Liu1-5/+2
2021-03-29mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu1-3/+1
2021-01-26mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas1-8/+3
2021-01-26mtip32xx: use PCI #defines instead of numbersBjorn Helgaas1-2/+2
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2020-12-01mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig2-17/+0
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-1/+2
2019-10-25block: mtip32xx: Spelling s/configration/configuration/Geert Uytterhoeven1-1/+1
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