summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)Author
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
2023-06-12mmc: block: Suppress empty whitespaces in printsFlorian Fainelli
2023-05-09mmc: block: ensure error propagation for non-blkChristian Loehle
2023-04-17mmc: core: Remove unused macro mmc_req_rel_wrBean Huo
2023-02-15mmc: core: Align to common busy polling behaviour for mmc ioctlsUlf Hansson
2022-12-07mmc: core: Remove non-data R1B ioctl workaroundChristian Löhle
2022-10-17mmc: block: Remove error check of hw_reset on resetChristian Löhle
2022-10-06mmc: core: Add SD card quirk for broken discardAvri Altman
2022-08-04Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2022-07-18mmc: fix disk/queue leak in case of adding disk failureMing Lei
2022-07-13mmc: block: Add single read for 4k sector cardsChristian Loehle
2022-07-13mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-01mmc: block: Fix CQE recovery reset successAdrian Hunter
2022-05-10mmc: core: Support zeroout using TRIM for eMMCVincent Whitchurch
2022-05-04mmc: core: use kobj_to_dev()Minghao Chi
2022-04-26mmc: core: Allows to override the timeout value for ioctl() pathBean Huo
2022-04-26mmc: core: block: fix sloppy typing in mmc_blk_ioctl_multi_cmd()Sergey Shtylyov
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2022-04-04mmc: core: Fixup support for writeback-cache for eMMC and SDMichael Wu
2022-04-04mmc: block: Check for errors after write on SPIChristian Löhle
2022-03-07mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson
2022-02-08mmc: block: fix read single on recovery logicChristian Löhle
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-14mmc: core: change __mmc_poll_for_busy() parameter typeHuijin Park
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29mmc: core: Use blk_mq_complete_request_direct().Sebastian Andrzej Siewior
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29mmc: don't set GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig
2021-11-01Merge tag 'mmc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-12mmc: block: Add error handling support for add_disk()Luis Chamberlain
2021-08-31Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds