| Commit message (Expand) | Author | Age | Files | Lines |
* | block: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-21 | 1 | -6/+6 |
* | blk-mq: Drop 'reserved' arg of busy_tag_iter_fn | John Garry | 2022-07-06 | 1 | -2/+2 |
* | blk-mq: Drop blk_mq_ops.timeout 'reserved' arg | John Garry | 2022-07-06 | 1 | -3/+2 |
* | block: remove blk_cleanup_disk | Christoph Hellwig | 2022-06-28 | 1 | -1/+1 |
* | block: simplify disk shutdown | Christoph Hellwig | 2022-06-28 | 1 | -2/+0 |
* | mtip32xx: fix device removal | Christoph Hellwig | 2022-06-28 | 2 | -114/+44 |
* | mtip32xx: remove the device_status debugfs file | Christoph Hellwig | 2022-06-28 | 2 | -144/+1 |
* | mtip32xx: fix typo in comment | Julia Lawall | 2022-05-21 | 1 | -1/+1 |
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-21 | 2 | -5/+1 |
|\ |
|
| * | block: mtip32xx: don't touch q->queue_hw_ctx | Ming Lei | 2022-03-08 | 1 | -3/+1 |
| * | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 2 | -2/+0 |
* | | block: fix surprise removal for drivers calling blk_set_queue_dying | Christoph Hellwig | 2022-02-17 | 1 | -1/+1 |
|/ |
|
* | mtip32xx: convert to generic power management | Vaibhav Gupta | 2021-12-14 | 1 | -38/+10 |
* | mtip32xx: remove pointless drvdata lookups | Bjorn Helgaas | 2021-12-14 | 1 | -13/+12 |
* | mtip32xx: remove pointless drvdata checking | Bjorn Helgaas | 2021-12-14 | 1 | -14/+1 |
* | block: remove the gendisk argument to blk_execute_rq | Christoph Hellwig | 2021-11-29 | 1 | -1/+1 |
* | mtip32xx: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 2021-10-18 | 1 | -2/+0 |
* | mtip32xx: add error handling support for add_disk() | Luis Chamberlain | 2021-10-18 | 1 | -1/+3 |
* | mtip32xx: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 2021-06-30 | 1 | -44/+27 |
* | mtip32xx: simplify sysfs setup | Christoph Hellwig | 2021-06-30 | 1 | -64/+15 |
* | mtip32xx: remove unnecessary oom message | Zhen Lei | 2021-06-09 | 1 | -21/+5 |
* | block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unused | Lee Jones | 2021-04-06 | 1 | -1/+1 |
* | mtip32xx: use LIST_HEAD() for list_head | Shixin Liu | 2021-03-29 | 1 | -5/+2 |
* | mtip32xx: use DEFINE_SPINLOCK() for spinlock | Shixin Liu | 2021-03-29 | 1 | -3/+1 |
* | mtip32xx: prefer pcie_capability_read_word() | Bjorn Helgaas | 2021-01-26 | 1 | -8/+3 |
* | mtip32xx: use PCI #defines instead of numbers | Bjorn Helgaas | 2021-01-26 | 1 | -2/+2 |
* | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang | 2021-01-24 | 1 | -1/+1 |
* | mtip32xx: remove the call to fsync_bdev on removal | Christoph Hellwig | 2020-12-01 | 2 | -17/+0 |
* | blk-mq: move failure injection out of blk_mq_complete_request | Christoph Hellwig | 2020-06-24 | 1 | -1/+2 |
* | block: mtip32xx: Spelling s/configration/configuration/ | Geert Uytterhoeven | 2019-10-25 | 1 | -1/+1 |
* | block: mtip32xx: Remove call to memset after dma_alloc_coherent | Fuqian Huang | 2019-06-29 | 1 | -5/+0 |
* | mtip32xx: also set max_segment_size in the device | Christoph Hellwig | 2019-06-05 | 1 | -0/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 2 | -22/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mtip32xx: remove trim support | Christoph Hellwig | 2019-04-25 | 2 | -106/+0 |
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-03-08 | 1 | -21/+16 |
|\ |
|
| * | mtip32xx: ѕtop abusing the managed resource APIs | Christoph Hellwig | 2019-01-31 | 1 | -21/+16 |
* | | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-05 | 1 | -2/+3 |
|/ |
|
* | mtip32xx: use BLK_STS_DEV_RESOURCE for device resources | Jens Axboe | 2018-12-10 | 1 | -2/+2 |
* | mtip32xx: avoid using semaphores | Arnd Bergmann | 2018-12-10 | 2 | -5/+5 |
* | block: don't hold the queue_lock over blk_abort_request | Christoph Hellwig | 2018-11-15 | 1 | -4/+1 |
* | mtip32xxx: use for_each_sg | Christoph Hellwig | 2018-11-09 | 1 | -3/+2 |
* | mtip32xx: don't use req->special | Christoph Hellwig | 2018-11-09 | 2 | -4/+8 |
* | mtip32xx: remove mtip_get_int_command | Christoph Hellwig | 2018-11-09 | 1 | -17/+7 |
* | mtip32xx: remove mtip_init_cmd_header | Christoph Hellwig | 2018-11-09 | 2 | -34/+15 |
* | mtip32xx: add missing endianess annotations on struct smart_attr | Christoph Hellwig | 2018-11-09 | 1 | -2/+2 |
* | mtip32xx: remove __force_bit2int | Christoph Hellwig | 2018-11-09 | 2 | -35/+26 |
* | mtip32xx: return a blk_status_t from mtip_send_trim | Christoph Hellwig | 2018-11-09 | 1 | -19/+11 |
* | mtip32xx: merge mtip_submit_request into mtip_queue_rq | Christoph Hellwig | 2018-11-09 | 1 | -50/+28 |
* | mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io | Christoph Hellwig | 2018-11-09 | 1 | -7/+4 |