summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.c
AgeCommit message (Expand)AuthorLines
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang-1/+1
2025-05-14mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang-1/+1
2025-05-14mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang-1/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta-1/+1
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig-1/+1
2024-10-03mmc: core: Only set maximum DMA segment size if DMA is supportedGuenter Roeck-1/+2
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig-2/+3
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig-2/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig-4/+8
2024-03-13Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-3/+0
2024-02-19mmc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-45/+52
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig-1/+1
2024-02-13mmc: core Drop BLK_BOUNCE_HIGHLinus Walleij-2/+0
2023-09-27mmc: core: Allow dynamical updates of the number of requests for hsqWenchao Chen-5/+1
2022-10-24mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch-0/+1
2022-10-17mmc: queue: Cancel recovery work on cleanupChristian Löhle-0/+7
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry-2/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig-1/+0
2022-05-24Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-0/+2
2022-05-10mmc: core: Support zeroout using TRIM for eMMCVincent Whitchurch-0/+2
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-1/+0
2021-12-21mmc: core: Fix blk_status_t handlingJoel Stanley-1/+1
2021-08-25mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee-24/+6
2021-08-24mmc: queue: Match the data type of max_segmentsChanWoo Lee-2/+2
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig-13/+10
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio-6/+5
2021-02-08mmc: queue: Remove unused defineChanWoo Lee-2/+0
2021-02-01mmc: core: Exclude unnecessary header fileChanWoo Lee-1/+0
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers-0/+3
2021-01-15mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne-1/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+1
2020-10-09mmc: core: don't set limits.discard_granularity as 0Coly Li-1/+1
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig-2/+1
2020-07-13mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones-1/+1
2020-05-08mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter-2/+1
2020-05-08mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg-9/+4
2020-03-24mmc: Add MMC host software queue supportBaolin Wang-4/+18
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda-1/+7
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda-3/+32
2019-07-22mmc: mmc_spi: Enable stable writesAndreas Koop-0/+5
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-5/+2
2019-07-10mmc: core: let the dma map ops handle bouncingChristoph Hellwig-5/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-06-05mmc: also set max_segment_size in the deviceChristoph Hellwig-0/+2
2019-05-06mmc: core: Fix tag set memory leakRaul E Rangel-0/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+1
2019-02-27mmc: core: align max segment size with logical block sizeMing Lei-1/+8
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei-2/+1