index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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-07
mmc: Merge branch fixes into next
Ulf Hansson
1
-4
/
+6
2024-03-07
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
2023-08-08
mmc: block: Fix in_flight[issue_type] value error
Yibin Ding
1
-3
/
+4
2023-06-29
Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-20
/
+15
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+6
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-4
/
+4
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-2
/
+2
2023-06-12
mmc: block: ioctl: do write error check for spi
Christian Loehle
1
-0
/
+6
2023-06-12
mmc: core: Remove unnecessary error checks and change return type
Yeqi Fu
1
-18
/
+7
2023-06-12
mmc: block: Suppress empty whitespaces in prints
Florian Fainelli
1
-2
/
+2
2023-05-09
mmc: block: ensure error propagation for non-blk
Christian Loehle
1
-0
/
+5
2023-04-17
mmc: core: Remove unused macro mmc_req_rel_wr
Bean Huo
1
-2
/
+0
[next]