aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc/core/block.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-19mmc: core: Scan the eMMC boot areas for partition tableLoic Poulain1-1/+1
2025-05-14mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete()Wolfram Sang1-3/+3
2025-05-14mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()Wolfram Sang1-1/+1
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang1-1/+1
2025-05-14mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang1-1/+1
2025-05-14mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang1-1/+1
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-8/+31
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman1-0/+4
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi1-1/+54
2024-10-14mmc: core: Adjust ACMD22 to SDUCAvri Altman1-6/+18
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman1-2/+4
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman1-0/+5
2024-10-14mmc: core: Don't use close-ended rw for SDUCAvri Altman1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-03mmc: core: Convert simple_stroul to kstroulRiyan Dhiman1-3/+3
2024-09-03mmc: core: Calculate size from pointerRiyan Dhiman1-1/+1
2024-08-26mmc: block: register RPMB partition with the RPMB subsystemJens Wiklander1-2/+240
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-23/+19
2024-04-02mmc: core: Convert sprintf/snprintf to sysfs_emitLi Zhijian1-4/+4
2024-03-25mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-03-25mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-03-06mmc: Merge branch fixes into nextUlf Hansson1-4/+6
2024-03-06mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-02-13mmc: core: make mmc_rpmb_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-6/+6
2023-12-07mmc: Merge branch fixes into nextUlf Hansson1-3/+4
2023-12-07mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2023-12-07mmc: core: Use mrq.sbc in close-ended ffuAvri Altman1-3/+43
2023-11-14mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-11-03mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo1-1/+3
2023-09-26mmc: core: Fix error propagation for some ioctl commandsUlf Hansson1-11/+20
2023-08-11mmc: core: Cleanup mmc_sd_num_wr_blocks() functionVictor Shih1-9/+1
2023-08-09mmc: remove unnecessary set_drvdata() functionYang Yingliang1-1/+0
2023-08-08mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-06-28Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-20/+15
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-6/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-06-12mmc: block: ioctl: do write error check for spiChristian Loehle1-0/+6
2023-06-12mmc: core: Remove unnecessary error checks and change return typeYeqi Fu1-18/+7
2023-06-12mmc: block: Suppress empty whitespaces in printsFlorian Fainelli1-2/+2
2023-05-09mmc: block: ensure error propagation for non-blkChristian Loehle1-0/+5
2023-04-17mmc: core: Remove unused macro mmc_req_rel_wrBean Huo1-2/+0
2023-02-15mmc: core: Align to common busy polling behaviour for mmc ioctlsUlf Hansson1-8/+17
2022-12-07mmc: core: Remove non-data R1B ioctl workaroundChristian Löhle1-13/+0
2022-10-17mmc: block: Remove error check of hw_reset on resetChristian Löhle1-18/+26
2022-10-06mmc: core: Add SD card quirk for broken discardAvri Altman1-1/+5
2022-08-04Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-16/+16
2022-07-18mmc: fix disk/queue leak in case of adding disk failureMing Lei1-2/+3