summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-04-10mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-04-10mmc: 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-09-19block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig1-2/+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-11-03mmc: block: Remove error check of hw_reset on resetChristian Löhle1-18/+26
2022-10-29mmc: core: Add SD card quirk for broken discardAvri Altman1-1/+6
2022-08-17mmc: block: Add single read for 4k sector cardsChristian Loehle1-14/+14
2022-06-14mmc: block: Fix CQE recovery reset successAdrian Hunter1-2/+1
2022-06-09mmc: core: Allows to override the timeout value for ioctl() pathBean Huo1-4/+4
2022-04-13mmc: core: Fixup support for writeback-cache for eMMC and SDMichael Wu1-3/+9
2022-04-13mmc: block: Check for errors after write on SPIChristian Löhle1-1/+33
2022-02-23mmc: block: fix read single on recovery logicChristian Löhle1-14/+14
2021-09-01Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-44/+33
2021-08-25mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar1-2/+1
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko1-0/+21
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson1-40/+29
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctlsUlf Hansson1-1/+2
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson1-1/+1
2021-08-12mmc: block: cleanup gendisk creationChristoph Hellwig1-32/+17
2021-08-12mmc: block: let device_add_disk create disk attributesChristoph Hellwig1-57/+45
2021-07-14mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd1-14/+21
2021-07-01mmc: initialized disk->minorsChristoph Hellwig1-0/+1
2021-07-01mmc: switch to blk_mq_alloc_diskChristoph Hellwig1-11/+3
2021-07-01mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig1-13/+1
2021-06-14mmc: core: Add a missing SPDX license headerAviral Gupta1-0/+1
2021-06-14mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson1-1/+1
2021-06-14mmc: block: Disable CMDQ on the ioctl pathBean Huo1-0/+8
2021-04-26mmc: block: Issue a cache flush only when it's enabledAvri Altman1-0/+4
2021-04-23mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman1-0/+12
2021-04-12mmc: core: Use userland specified timeout value for eMMC sanitizeBean Huo1-1/+1
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio1-3/+4
2021-03-30mmc: block: Fix error path in mmc_blk_probe()Ulf Hansson1-7/+15
2021-03-30mmc: block: Simplify logging during probe about added partitionsUlf Hansson1-16/+9
2021-03-30mmc: block: Drop use of unlikely() in mmc_blk_probe()Ulf Hansson1-1/+1
2021-03-30mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson1-1/+1
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+3
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers1-0/+3
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-5/+5
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