summaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx/mtip32xx.c
Commit message (Expand)AuthorAgeFilesLines
* mtip: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-6/+7
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-211-6/+6
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-2/+2
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-3/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-2/+0
* mtip32xx: fix device removalChristoph Hellwig2022-06-281-113/+44
* mtip32xx: remove the device_status debugfs fileChristoph Hellwig2022-06-281-140/+1
* mtip32xx: fix typo in commentJulia Lawall2022-05-211-1/+1
* Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-4/+1
|\
| * block: mtip32xx: don't touch q->queue_hw_ctxMing Lei2022-03-081-3/+1
| * block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* | block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-171-1/+1
|/
* mtip32xx: convert to generic power managementVaibhav Gupta2021-12-141-38/+10
* mtip32xx: remove pointless drvdata lookupsBjorn Helgaas2021-12-141-13/+12
* mtip32xx: remove pointless drvdata checkingBjorn Helgaas2021-12-141-14/+1
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* mtip32xx: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-181-2/+0
* mtip32xx: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
* mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-44/+27
* mtip32xx: simplify sysfs setupChristoph Hellwig2021-06-301-64/+15
* mtip32xx: remove unnecessary oom messageZhen Lei2021-06-091-21/+5
* block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones2021-04-061-1/+1
* mtip32xx: use LIST_HEAD() for list_headShixin Liu2021-03-291-5/+2
* mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu2021-03-291-3/+1
* mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas2021-01-261-8/+3
* mtip32xx: use PCI #defines instead of numbersBjorn Helgaas2021-01-261-2/+2
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-1/+1
* mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig2020-12-011-15/+0
* blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-1/+2
* block: mtip32xx: Spelling s/configration/configuration/Geert Uytterhoeven2019-10-251-1/+1
* block: mtip32xx: Remove call to memset after dma_alloc_coherentFuqian Huang2019-06-291-5/+0
* 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-301-11/+1
* mtip32xx: remove trim supportChristoph Hellwig2019-04-251-89/+0
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-21/+16
|\
| * mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig2019-01-311-21/+16
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-2/+3
|/
* mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe2018-12-101-2/+2
* mtip32xx: avoid using semaphoresArnd Bergmann2018-12-101-3/+3
* block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-4/+1
* mtip32xxx: use for_each_sgChristoph Hellwig2018-11-091-3/+2
* mtip32xx: don't use req->specialChristoph Hellwig2018-11-091-3/+2
* mtip32xx: remove mtip_get_int_commandChristoph Hellwig2018-11-091-17/+7
* mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2018-11-091-29/+15
* mtip32xx: remove __force_bit2intChristoph Hellwig2018-11-091-20/+13
* mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig2018-11-091-19/+11
* mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig2018-11-091-50/+28