index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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-05
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
2018-03-15
mmc: core: Use memdup_user() rather than duplicating its implementation
Markus Elfring
1
-11
/
+4
2017-12-18
mmc: block: fix logical error to avoid memory leak
Liu, Changcheng
1
-0
/
+1
2017-12-11
mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failure
Dan Carpenter
1
-0
/
+1
2017-12-11
mmc: block: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
1
-716
/
+7
2017-12-11
mmc: block: blk-mq: fix boolreturn.cocci warnings
Wu Fengguang
1
-1
/
+1
2017-12-11
mmc: block: blk-mq: Stop using legacy recovery
Adrian Hunter
1
-143
/
+161
2017-12-11
mmc: block: Reduce polling timeout from 10 minutes to 10 seconds
Adrian Hunter
1
-1
/
+7
2017-12-11
mmc: block: Add timeout_clks when calculating timeout
Adrian Hunter
1
-7
/
+35
2017-12-11
mmc: block: Check for transfer state in card_busy_detect()
Adrian Hunter
1
-4
/
+13
2017-12-11
mmc: block: Check the timeout correctly in card_busy_detect()
Adrian Hunter
1
-1
/
+3
2017-12-11
mmc: block: blk-mq: Check error bits and save the exception bit when polling ...
Adrian Hunter
1
-9
/
+28
2017-12-11
mmc: block: Make card_busy_detect() accumulate all response error bits
Adrian Hunter
1
-10
/
+29
2017-12-11
mmc: block: blk-mq: Separate card polling from recovery
Adrian Hunter
1
-1
/
+28
2017-12-11
mmc: block: blk-mq: Add support for direct completion
Adrian Hunter
1
-25
/
+104
2017-12-11
mmc: block: Add CQE support
Adrian Hunter
1
-2
/
+148
2017-12-11
mmc: block: Add blk-mq support
Adrian Hunter
1
-8
/
+494
2017-12-11
mmc: block: Add error-handling comments
Adrian Hunter
1
-1
/
+35
2017-12-11
mmc: block: Simplify cleaning up the queue
Adrian Hunter
1
-5
/
+12
2017-11-23
mmc: block: Ensure that debugfs files are removed
Adrian Hunter
1
-7
/
+37
2017-11-23
mmc: block: Check return value of blk_get_request()
Adrian Hunter
1
-1
/
+19
[next]