index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-10
mmc: block: reject invalid perdev_minors before division
Xu Rao
1
-0
/
+5
2026-07-06
mmc: block: fix RPMB device unregister ordering
Ao Sun
1
-2
/
+1
2026-03-31
mmc: block: Use MQRQ_XFER_SINGLE_BLOCK for both read and write recovery
Shawn Lin
1
-68
/
+2
2026-03-31
mmc: block: Convert to use DEFINE_SIMPLE_DEV_PM_OPS()
Shawn Lin
1
-4
/
+2
2026-03-31
mmc: core: Replace the hard-coded shift value 9 with SECTOR_SHIFT
Shawn Lin
1
-4
/
+4
2026-03-26
mmc: block: use single block write in retry
Bin Liu
1
-2
/
+10
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2025-11-12
mmc: core: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-10-21
mmc: use octal file permissions instead of symbolic
Pedro Demarchi Gomes
1
-3
/
+3
2025-10-21
mmc: core: remove uselss memalloc_noio_save
Oliver Neukum
1
-4
/
+1
2025-10-13
rpmb: move rpmb_frame struct and constants to common header
Bean Huo
1
-42
/
+0
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2025-09-12
mmc: core: Improve RPMB frame handling code
Bean Huo
1
-16
/
+14
2025-09-12
mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()
Bean Huo
1
-3
/
+3
2025-08-19
mmc: block: use mmc_card cmd23 helpers
BenoƮt Monin
1
-9
/
+3
2025-08-13
block: switch ->getgeo() to struct gendisk
Al Viro
1
-2
/
+2
2025-05-19
mmc: core: Scan the eMMC boot areas for partition table
Loic Poulain
1
-1
/
+1
2025-05-14
mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete()
Wolfram Sang
1
-3
/
+3
2025-05-14
mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()
Wolfram Sang
1
-1
/
+1
2025-05-14
mmc: rename mmc_can_trim() to mmc_card_can_trim()
Wolfram Sang
1
-1
/
+1
2025-05-14
mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()
Wolfram Sang
1
-1
/
+1
2025-05-14
mmc: rename mmc_can_erase() to mmc_card_can_erase()
Wolfram Sang
1
-1
/
+1
2024-11-20
Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-8
/
+31
2024-10-25
mmc: core: Use GFP_NOIO in ACMD22
Avri Altman
1
-0
/
+4
2024-10-22
mmc: block: attach partitions fwnode if found in mmc-card
Christian Marangi
1
-1
/
+54
2024-10-14
mmc: core: Adjust ACMD22 to SDUC
Avri Altman
1
-6
/
+18
2024-10-14
mmc: core: Allow mmc erase to carry large addresses
Avri Altman
1
-2
/
+4
2024-10-14
mmc: core: Add open-ended Ext memory addressing
Avri Altman
1
-0
/
+5
2024-10-14
mmc: core: Don't use close-ended rw for SDUC
Avri Altman
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-03
mmc: core: Convert simple_stroul to kstroul
Riyan Dhiman
1
-3
/
+3
2024-09-03
mmc: core: Calculate size from pointer
Riyan Dhiman
1
-1
/
+1
2024-08-26
mmc: block: register RPMB partition with the RPMB subsystem
Jens Wiklander
1
-2
/
+240
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-23
/
+19
2024-04-02
mmc: core: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
1
-4
/
+4
2024-03-25
mmc: core: Avoid negative index with array access
Mikko Rapeli
1
-1
/
+1
2024-03-25
mmc: core: Initialize mmc_blk_ioc_data
Mikko Rapeli
1
-1
/
+1
2024-03-06
mmc: Merge branch fixes into next
Ulf Hansson
1
-4
/
+6
2024-03-06
mmc: core: Fix switch on gp3 partition
Dominique Martinet
1
-4
/
+6
2024-02-13
mmc: core: make mmc_rpmb_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-13
mmc: core: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-6
/
+6
2023-12-07
mmc: Merge branch fixes into next
Ulf Hansson
1
-3
/
+4
2023-12-07
mmc: rpmb: fixes pause retune on all RPMB partitions.
Jorge Ramirez-Ortiz
1
-3
/
+4
2023-12-07
mmc: core: Use mrq.sbc in close-ended ffu
Avri Altman
1
-3
/
+43
2023-11-14
mmc: block: Do not lose cache flush during CQE error recovery
Adrian Hunter
1
-0
/
+2
2023-11-03
mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A
Bean Huo
1
-1
/
+3
2023-09-26
mmc: core: Fix error propagation for some ioctl commands
Ulf Hansson
1
-11
/
+20
2023-08-11
mmc: core: Cleanup mmc_sd_num_wr_blocks() function
Victor Shih
1
-9
/
+1
2023-08-09
mmc: remove unnecessary set_drvdata() function
Yang Yingliang
1
-1
/
+0
[next]