summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)Author
2025-11-12mmc: core: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-10-21mmc: use octal file permissions instead of symbolicPedro Demarchi Gomes
2025-10-21mmc: core: remove uselss memalloc_noio_saveOliver Neukum
2025-10-13rpmb: move rpmb_frame struct and constants to common headerBean Huo
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-12mmc: core: Improve RPMB frame handling codeBean Huo
2025-09-12mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()Bean Huo
2025-08-19mmc: block: use mmc_card cmd23 helpersBenoƮt Monin
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro
2025-05-19mmc: core: Scan the eMMC boot areas for partition tableLoic Poulain
2025-05-14mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete()Wolfram Sang
2025-05-14mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()Wolfram Sang
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang
2025-05-14mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang
2025-05-14mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi
2024-10-14mmc: core: Adjust ACMD22 to SDUCAvri Altman
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman
2024-10-14mmc: core: Don't use close-ended rw for SDUCAvri Altman
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-03mmc: core: Convert simple_stroul to kstroulRiyan Dhiman
2024-09-03mmc: core: Calculate size from pointerRiyan Dhiman
2024-08-26mmc: block: register RPMB partition with the RPMB subsystemJens Wiklander
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-04-02mmc: core: Convert sprintf/snprintf to sysfs_emitLi Zhijian
2024-03-25mmc: core: Avoid negative index with array accessMikko Rapeli
2024-03-25mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli
2024-03-06mmc: Merge branch fixes into nextUlf Hansson
2024-03-06mmc: core: Fix switch on gp3 partitionDominique Martinet
2024-02-13mmc: core: make mmc_rpmb_bus_type constRicardo B. Marliere
2024-02-13mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-07mmc: Merge branch fixes into nextUlf Hansson
2023-12-07mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz
2023-12-07mmc: core: Use mrq.sbc in close-ended ffuAvri Altman
2023-11-14mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter
2023-11-03mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo
2023-09-26mmc: core: Fix error propagation for some ioctl commandsUlf Hansson
2023-08-11mmc: core: Cleanup mmc_sd_num_wr_blocks() functionVictor Shih
2023-08-09mmc: remove unnecessary set_drvdata() functionYang Yingliang
2023-08-08mmc: block: Fix in_flight[issue_type] value errorYibin Ding
2023-06-28Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12mmc: block: ioctl: do write error check for spiChristian Loehle
2023-06-12mmc: core: Remove unnecessary error checks and change return typeYeqi Fu