aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch1-0/+1
2022-10-17mmc: queue: Cancel recovery work on cleanupChristian Löhle1-0/+7
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-2/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+0
2022-05-24Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+2
2022-05-10mmc: core: Support zeroout using TRIM for eMMCVincent Whitchurch1-0/+2
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2021-12-21mmc: core: Fix blk_status_t handlingJoel Stanley1-1/+1
2021-08-25mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee1-24/+6
2021-08-24mmc: queue: Match the data type of max_segmentsChanWoo Lee1-2/+2
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig1-13/+10
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio1-6/+5
2021-02-08mmc: queue: Remove unused defineChanWoo Lee1-2/+0
2021-02-01mmc: core: Exclude unnecessary header fileChanWoo Lee1-1/+0
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers1-0/+3
2021-01-15mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne1-1/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2020-10-09mmc: core: don't set limits.discard_granularity as 0Coly Li1-1/+1
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-2/+1
2020-07-13mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones1-1/+1
2020-05-08mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter1-2/+1
2020-05-08mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg1-9/+4
2020-03-24mmc: Add MMC host software queue supportBaolin Wang1-4/+18
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda1-1/+7
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda1-3/+32
2019-07-22mmc: mmc_spi: Enable stable writesAndreas Koop1-0/+5
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-5/+2
2019-07-10mmc: core: let the dma map ops handle bouncingChristoph Hellwig1-5/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-05mmc: also set max_segment_size in the deviceChristoph Hellwig1-0/+2
2019-05-06mmc: core: Fix tag set memory leakRaul E Rangel1-0/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-02-27mmc: core: align max segment size with logical block sizeMing Lei1-1/+8
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-2/+1
2018-11-17mmc: stop abusing the request queue_lock pointerChristoph Hellwig1-16/+15
2018-11-15mmc: stop abusing the request queue_lock pointerChristoph Hellwig1-13/+13
2018-11-15mmc: simplify queue initializationChristoph Hellwig1-56/+29
2018-08-21mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter1-5/+7
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig1-2/+3
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-4/+4
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter1-231/+9
2017-12-11mmc: block: make function mmc_cqe_issue_type staticColin Ian King1-2/+2
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter1-1/+4
2017-12-11mmc: block: Add CQE supportAdrian Hunter1-4/+158
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter1-23/+273
2017-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter1-0/+2
2017-12-11mmc: block: No need to export mmc_cleanup_queue()Adrian Hunter1-1/+0
2017-10-30mmc: block: Factor out mmc_setup_queue()Adrian Hunter1-15/+24
2017-10-30mmc: block: Delete mmc_access_rpmb()Linus Walleij1-1/+1