summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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
* mmc: core: Fix tag set memory leakRaul E Rangel2019-05-061-0/+1
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-2/+1
|\
| * block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-2/+1
* | mmc: core: align max segment size with logical block sizeMing Lei2019-02-271-1/+8
|/
* mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-171-16/+15
* mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-151-13/+13
* mmc: simplify queue initializationChristoph Hellwig2018-11-151-56/+29
* mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter2018-08-211-5/+7
* mmc: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+3
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-4/+4
* mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-111-231/+9
* mmc: block: make function mmc_cqe_issue_type staticColin Ian King2017-12-111-2/+2
* mmc: block: blk-mq: Add support for direct completionAdrian Hunter2017-12-111-1/+4
* mmc: block: Add CQE supportAdrian Hunter2017-12-111-4/+158
* mmc: block: Add blk-mq supportAdrian Hunter2017-12-111-23/+273
* mmc: block: Simplify cleaning up the queueAdrian Hunter2017-12-111-0/+2
* mmc: block: No need to export mmc_cleanup_queue()Adrian Hunter2017-12-111-1/+0
* mmc: block: Factor out mmc_setup_queue()Adrian Hunter2017-10-301-15/+24
* mmc: block: Delete mmc_access_rpmb()Linus Walleij2017-10-301-1/+1
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-116/+9
* mmc: block: Fix incorrectly initialized requestsAdrian Hunter2017-09-081-1/+6
* Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-07-041-182/+60
|\
| * mmc: block: remove req back pointerLinus Walleij2017-06-201-8/+5
| * mmc: core: Allocate per-request data using the block layer coreLinus Walleij2017-06-201-163/+57
| * mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2017-06-201-14/+1
* | mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig2017-06-271-1/+0
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
|/
* Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-05-021-122/+185
|\
| * mmc: queue: Share mmc request array between partitionsAdrian Hunter2017-04-241-95/+139
| * mmc: block: Introduce queue semanticsAdrian Hunter2017-04-241-28/+47
* | mmc: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0
|/