index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
10 days
mmc: block: use single block write in retry
Bin Liu
1
-2
/
+10
2024-04-13
mmc: core: Avoid negative index with array access
Mikko Rapeli
1
-1
/
+1
2024-04-13
mmc: core: Initialize mmc_blk_ioc_data
Mikko Rapeli
1
-1
/
+1
2024-04-13
mmc: core: Fix switch on gp3 partition
Dominique Martinet
1
-4
/
+6
2024-02-23
mmc: core: Use mrq.sbc in close-ended ffu
Avri Altman
1
-3
/
+43
2024-01-15
mmc: rpmb: fixes pause retune on all RPMB partitions.
Jorge Ramirez-Ortiz
1
-3
/
+4
2023-12-08
mmc: block: Do not lose cache flush during CQE error recovery
Adrian Hunter
1
-0
/
+2
2023-08-26
mmc: block: Fix in_flight[issue_type] value error
Yibin Ding
1
-3
/
+4
2023-06-21
mmc: block: ensure error propagation for non-blk
Christian Loehle
1
-0
/
+5
2022-10-30
mmc: core: Add SD card quirk for broken discard
Avri Altman
1
-1
/
+6
2022-08-21
mmc: block: Add single read for 4k sector cards
Christian Loehle
1
-14
/
+14
2022-06-14
mmc: block: Fix CQE recovery reset success
Adrian Hunter
1
-2
/
+1
2022-02-23
mmc: block: fix read single on recovery logic
Christian Löhle
1
-14
/
+14
2021-09-18
mmc: core: Return correct emmc response in case of ioctl error
Nishad Kamdar
1
-2
/
+1
2021-07-14
mmc: block: Disable CMDQ on the ioctl path
Bean Huo
1
-0
/
+8
2021-05-11
mmc: block: Issue a cache flush only when it's enabled
Avri Altman
1
-0
/
+4
2021-05-11
mmc: block: Update ext_csd.cache_ctrl if it was written
Avri Altman
1
-0
/
+12
2020-12-04
mmc: block: Fixup condition for CMD13 polling for RPMB requests
Bean Huo
1
-1
/
+1
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
1
-1
/
+1
2020-07-08
mmc: remove the call to check_disk_change
Christoph Hellwig
1
-3
/
+0
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-4
/
+4
2020-05-25
mmc: block: Fix use-after-free issue for rpmb
Peng Hao
1
-1
/
+1
2020-05-08
mmc: core: Check request type before completing the request
Veerabhadrarao Badiganti
1
-1
/
+2
2020-03-26
mmc: core: Re-work the code for eMMC sanitize
Ulf Hansson
1
-38
/
+2
2020-03-24
mmc: core: Enable re-use of mmc_blk_in_tran_state()
Ulf Hansson
1
-20
/
+4
2020-03-24
mmc: Add MMC host software queue support
Baolin Wang
1
-0
/
+61
2020-01-24
mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
Ulf Hansson
1
-3
/
+3
2019-11-13
mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response
Chaotian Jing
1
-92
/
+55
2019-11-13
mmc: block: Make card_busy_detect() a bit more generic
Chaotian Jing
1
-8
/
+8
2019-02-28
Merge branch 'fixes' into next
Ulf Hansson
1
-6
/
+0
2019-02-27
mmc: core: align max segment size with logical block size
Ming Lei
1
-6
/
+0
2019-02-25
mmc: core: Calculate the discard arg only once
Avri Altman
1
-9
/
+3
2019-02-25
mmc: block: fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-4
/
+5
2019-02-08
mmc: block: handle complete_work on separate workqueue
Zachary Hays
1
-1
/
+9
2018-12-28
Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-1
/
+1
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-15
/
+11
2018-12-17
mmc: core: Cleanup BKOPS support
Ulf Hansson
1
-1
/
+1
2018-12-04
mmc: core: use mrq->sbc when sending CMD23 for RPMB
Wolfram Sang
1
-5
/
+10
2018-11-17
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
1
-13
/
+11
2018-11-15
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
1
-12
/
+10
2018-11-15
mmc: simplify queue initialization
Christoph Hellwig
1
-1
/
+1
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-10-09
mmc: block: avoid multiblock reads for the last sector in SPI mode
Chris Boot
1
-0
/
+10
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-06-05
Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-4
/
+7
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+5
2018-05-21
Merge branch 'fixes' into next
Ulf Hansson
1
-1
/
+1
2018-05-21
mmc: block: Don't switch to the same partition type in mmc_blk_remove()
Shawn Lin
1
-3
/
+5
2018-05-21
mmc: block: propagate correct returned value in mmc_rpmb_ioctl
Mathieu Malaterre
1
-1
/
+1
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
1
-7
/
+5
[next]