summaryrefslogtreecommitdiff
path: root/drivers/block/mtip32xx
AgeCommit message (Expand)Author
2021-10-18mtip32xx: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-18mtip32xx: add error handling support for add_disk()Luis Chamberlain
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig
2021-06-09mtip32xx: remove unnecessary oom messageZhen Lei
2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones
2021-03-29mtip32xx: use LIST_HEAD() for list_headShixin Liu
2021-03-29mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu
2021-01-26mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas
2021-01-26mtip32xx: use PCI #defines instead of numbersBjorn Helgaas
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2020-12-01mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2019-10-25block: mtip32xx: Spelling s/configration/configuration/Geert Uytterhoeven
2019-06-29block: mtip32xx: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-06-05mtip32xx: also set max_segment_size in the deviceChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25mtip32xx: remove trim supportChristoph Hellwig
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-01-31mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig
2018-12-10mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe
2018-12-10mtip32xx: avoid using semaphoresArnd Bergmann
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-11-09mtip32xxx: use for_each_sgChristoph Hellwig
2018-11-09mtip32xx: don't use req->specialChristoph Hellwig
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe
2018-10-30mtip32xx: clean an indentation issue, remove extraneous tabsColin Ian King
2018-10-18mtip32xx: fully switch to the generic DMA APIChristoph Hellwig
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-21mtip32xx: Convert to new IDA APIMatthew Wilcox
2018-08-08drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-11mtip32xx: don't use block layer bounce buffersChristoph Hellwig
2018-05-10mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET
2018-03-08mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12mtip32xx: Clean up unused variablesChristos Gkekas