aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.16-rc1'saturneric2025-06-111-3/+3
|\
| * mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang2025-05-141-1/+1
| * mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang2025-05-141-1/+1
| * mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang2025-05-141-1/+1
* | Merge remote-tracking UNTIL 21. Apr. 2025saturneric2025-04-211-1/+1
|\|
| * block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta2025-03-131-1/+1
* | Merge remote-tracking UNTIL 24. Mar 2025saturneric2025-03-301-1/+1
|\|
| * block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig2024-12-231-1/+1
* | fix: drivers patch make raspberry pi 5 work properlysaturneric2025-01-121-0/+9
|/
* mmc: core: Only set maximum DMA segment size if DMA is supportedGuenter Roeck2024-10-021-1/+2
* block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-2/+3
* block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-2/+0
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-4/+8
* Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-03-131-3/+0
|\
| * mmc: core Drop BLK_BOUNCE_HIGHLinus Walleij2024-02-131-2/+0
* | mmc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-44/+51
* | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
|/
* mmc: core: Allow dynamical updates of the number of requests for hsqWenchao Chen2023-09-271-5/+1
* mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch2022-10-241-0/+1
* mmc: queue: Cancel recovery work on cleanupChristian Löhle2022-10-171-0/+7
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-1/+0
* Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-05-241-0/+2
|\
| * mmc: core: Support zeroout using TRIM for eMMCVincent Whitchurch2022-05-101-0/+2
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-181-1/+1
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-181-1/+0
|/
* mmc: core: Fix blk_status_t handlingJoel Stanley2021-12-211-1/+1
* mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee2021-08-251-24/+6
* mmc: queue: Match the data type of max_segmentsChanWoo Lee2021-08-241-2/+2
* mmc: switch to blk_mq_alloc_diskChristoph Hellwig2021-06-301-13/+10
* mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio2021-03-301-6/+5
* mmc: queue: Remove unused defineChanWoo Lee2021-02-081-2/+0
* mmc: core: Exclude unnecessary header fileChanWoo Lee2021-02-011-1/+0
* mmc: core: Add basic support for inline encryptionEric Biggers2021-02-011-0/+3
* mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne2021-01-151-1/+3
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+1
|\
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-2/+1
* | mmc: core: don't set limits.discard_granularity as 0Coly Li2020-10-091-1/+1
|/
* mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones2020-07-131-1/+1
* mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter2020-05-081-2/+1
* mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg2020-05-081-9/+4
* mmc: Add MMC host software queue supportBaolin Wang2020-03-241-4/+18
* mmc: queue: Fix bigger segments usageYoshihiro Shimoda2019-09-121-1/+7
* mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda2019-09-031-3/+32
* mmc: mmc_spi: Enable stable writesAndreas Koop2019-07-221-0/+5
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-121-5/+2
|\
| * mmc: core: let the dma map ops handle bouncingChristoph Hellwig2019-07-101-5/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* mmc: also set max_segment_size in the deviceChristoph Hellwig2019-06-051-0/+2