Age | Commit message (Expand) | Author | Files | Lines |
2020-06-24 | blk-mq: move failure injection out of blk_mq_complete_request | Christoph Hellwig | 1 | -1/+2 |
2019-10-25 | block: mtip32xx: Spelling s/configration/configuration/ | Geert Uytterhoeven | 1 | -1/+1 |
2019-06-29 | block: mtip32xx: Remove call to memset after dma_alloc_coherent | Fuqian Huang | 1 | -5/+0 |
2019-06-05 | mtip32xx: also set max_segment_size in the device | Christoph Hellwig | 1 | -0/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2 | -22/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-04-25 | mtip32xx: remove trim support | Christoph Hellwig | 2 | -106/+0 |
2019-03-09 | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -21/+16 |
2019-03-06 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 1 | -2/+3 |
2019-01-31 | mtip32xx: Ń•top abusing the managed resource APIs | Christoph Hellwig | 1 | -21/+16 |
2018-12-11 | mtip32xx: use BLK_STS_DEV_RESOURCE for device resources | Jens Axboe | 1 | -2/+2 |
2018-12-11 | mtip32xx: avoid using semaphores | Arnd Bergmann | 2 | -5/+5 |
2018-11-15 | block: don't hold the queue_lock over blk_abort_request | Christoph Hellwig | 1 | -4/+1 |
2018-11-09 | mtip32xxx: use for_each_sg | Christoph Hellwig | 1 | -3/+2 |
2018-11-09 | mtip32xx: don't use req->special | Christoph Hellwig | 2 | -4/+8 |
2018-11-09 | mtip32xx: remove mtip_get_int_command | Christoph Hellwig | 1 | -17/+7 |
2018-11-09 | mtip32xx: remove mtip_init_cmd_header | Christoph Hellwig | 2 | -34/+15 |
2018-11-09 | mtip32xx: add missing endianess annotations on struct smart_attr | Christoph Hellwig | 1 | -2/+2 |
2018-11-09 | mtip32xx: remove __force_bit2int | Christoph Hellwig | 2 | -35/+26 |
2018-11-09 | mtip32xx: return a blk_status_t from mtip_send_trim | Christoph Hellwig | 1 | -19/+11 |
2018-11-09 | mtip32xx: merge mtip_submit_request into mtip_queue_rq | Christoph Hellwig | 1 | -50/+28 |
2018-11-09 | mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io | Christoph Hellwig | 1 | -7/+4 |
2018-11-08 | blk-mq-tag: change busy_iter_fn to return whether to continue or not | Jens Axboe | 1 | -3/+6 |
2018-10-30 | mtip32xx: clean an indentation issue, remove extraneous tabs | Colin Ian King | 1 | -2/+2 |
2018-10-19 | mtip32xx: fully switch to the generic DMA API | Christoph Hellwig | 1 | -29/+18 |
2018-09-28 | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 1 | -1/+1 |
2018-08-26 | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -23/+6 |
2018-08-22 | mtip32xx: Convert to new IDA API | Matthew Wilcox | 1 | -23/+6 |
2018-08-08 | drivers/block/mtip32xx: remove the null check for debugfs_remove_recursive | zhong jiang | 1 | -2/+1 |
2018-05-30 | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter | Christoph Hellwig | 1 | -10/+2 |
2018-05-29 | mtip32xx: complete requests from ->timeout | Christoph Hellwig | 1 | -1/+2 |
2018-05-24 | block drivers/block: Use octal not symbolic permissions | Joe Perches | 1 | -6/+5 |
2018-05-12 | mtip32xx: don't use block layer bounce buffers | Christoph Hellwig | 1 | -1/+0 |
2018-05-10 | mtip32xx: Fix an error handling path in 'mtip_pci_probe()' | Christophe JAILLET | 1 | -1/+1 |
2018-03-09 | mtip32xx: Use the blk_queue_flag_*() functions | Bart Van Assche | 1 | -4/+4 |
2017-11-15 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-13 | mtip32xx: Clean up unused variables | Christos Gkekas | 1 | -7/+0 |
2017-07-10 | Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 1 | -4/+15 |
2017-07-06 | mtip32xx: quiesce request queues to make sure no submissions are inflight | Sagi Grimberg | 1 | -4/+15 |
2017-07-05 | mtip32xx: avoid to read HOST_CAP from HW in .queue_rq() | Ming Lei | 2 | -2/+3 |
2017-06-23 | mtip32xx: fix up the checking for internal command failure | Jens Axboe | 1 | -17/+4 |
2017-06-09 | blk-mq: switch ->queue_rq return value to blk_status_t | Christoph Hellwig | 1 | -9/+8 |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 2 | -9/+9 |
2017-05-03 | mtip32xx: convert internal commands to regular block infrastructure | Jens Axboe | 2 | -178/+30 |
2017-05-03 | mtip32xx: cleanup internal tag assumptions | Jens Axboe | 1 | -10/+9 |
2017-05-02 | blk-mq: update ->init_request and ->exit_request prototypes | Christoph Hellwig | 1 | -14/+6 |
2017-05-02 | Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED" | Jens Axboe | 1 | -1/+1 |
2017-05-02 | mtip32xx: convert internal command issue to block IO path | Jens Axboe | 1 | -30/+73 |
2017-05-02 | mtip32xx: abstract out "are any commands active" helper | Jens Axboe | 1 | -10/+18 |