summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-04-13mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-04-13mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-02-23mmc: core: Use mrq.sbc in close-ended ffuAvri Altman1-3/+43
2024-01-15mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2023-12-08mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-08-26mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-06-21mmc: block: ensure error propagation for non-blkChristian Loehle1-0/+5
2022-10-30mmc: core: Add SD card quirk for broken discardAvri Altman1-1/+6
2022-08-21mmc: block: Add single read for 4k sector cardsChristian Loehle1-14/+14
2022-06-14mmc: block: Fix CQE recovery reset successAdrian Hunter1-2/+1
2022-02-23mmc: block: fix read single on recovery logicChristian Löhle1-14/+14
2021-09-18mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar1-2/+1
2021-07-14mmc: block: Disable CMDQ on the ioctl pathBean Huo1-0/+8
2021-05-11mmc: block: Issue a cache flush only when it's enabledAvri Altman1-0/+4
2021-05-11mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman1-0/+12
2020-12-04mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo1-1/+1
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-1/+1
2020-07-09mmc: remove the call to check_disk_changeChristoph Hellwig1-3/+0
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-4/+4
2020-05-25mmc: block: Fix use-after-free issue for rpmbPeng Hao1-1/+1
2020-05-08mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti1-1/+2
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson1-38/+2
2020-03-24mmc: core: Enable re-use of mmc_blk_in_tran_state()Ulf Hansson1-20/+4
2020-03-24mmc: Add MMC host software queue supportBaolin Wang1-0/+61
2020-01-24mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson1-3/+3
2019-11-13mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing1-92/+55
2019-11-13mmc: block: Make card_busy_detect() a bit more genericChaotian Jing1-8/+8
2019-02-28Merge branch 'fixes' into nextUlf Hansson1-6/+0
2019-02-27mmc: core: align max segment size with logical block sizeMing Lei1-6/+0
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman1-9/+3
2019-02-25mmc: block: fix debugfs_simple_attr.cocci warningsYueHaibing1-4/+5
2019-02-08mmc: block: handle complete_work on separate workqueueZachary Hays1-1/+9
2018-12-29Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+1
2018-12-29Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+11
2018-12-17mmc: core: Cleanup BKOPS supportUlf Hansson1-1/+1
2018-12-04mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang1-5/+10
2018-11-17mmc: stop abusing the request queue_lock pointerChristoph Hellwig1-13/+11
2018-11-15mmc: stop abusing the request queue_lock pointerChristoph Hellwig1-12/+10
2018-11-15mmc: simplify queue initializationChristoph Hellwig1-1/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-10-09mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot1-0/+10
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-06-06Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-4/+7
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+5
2018-05-21Merge branch 'fixes' into nextUlf Hansson1-1/+1
2018-05-21mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin1-3/+5
2018-05-21mmc: block: propagate correct returned value in mmc_rpmb_ioctlMathieu Malaterre1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-7/+5
2018-05-02mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov1-1/+2