index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-04-26
mmc: block: Issue a cache flush only when it's enabled
Avri Altman
1
-0
/
+4
2021-04-23
mmc: block: Update ext_csd.cache_ctrl if it was written
Avri Altman
1
-0
/
+12
2021-04-12
mmc: core: Use userland specified timeout value for eMMC sanitize
Bean Huo
1
-1
/
+1
2021-03-30
mmc: core: Remove mq->use_cqe from the struct mmc_queue
Luca Porzio
1
-3
/
+4
2021-03-30
mmc: block: Fix error path in mmc_blk_probe()
Ulf Hansson
1
-7
/
+15
2021-03-30
mmc: block: Simplify logging during probe about added partitions
Ulf Hansson
1
-16
/
+9
2021-03-30
mmc: block: Drop use of unlikely() in mmc_blk_probe()
Ulf Hansson
1
-1
/
+1
2021-03-30
mmc: core: Drop superfluous validations in mmc_hw|sw_reset()
Ulf Hansson
1
-1
/
+1
2021-02-22
Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-0
/
+3
2021-02-01
mmc: core: Add basic support for inline encryption
Eric Biggers
1
-0
/
+3
2021-01-25
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
1
-5
/
+5
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-09
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-29
Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-1
/
+1
2018-12-29
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-06
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
2018-05-02
mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions
Andrew Gabbasov
1
-1
/
+2
2018-04-12
Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
1
-0
/
+1
2018-04-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-04-04
mmc: core: Prevent bus reference leak in mmc_blk_init()
Alexander Kappner
1
-0
/
+1
2018-03-22
mmc: block: Delete gendisk before cleaning up the request queue
Shawn Lin
1
-1
/
+1
2018-03-15
mmc: block: fix updating ext_csd caches on ioctl call
Bastian Stender
1
-0
/
+19
[next]