index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fixes' into next
Ulf Hansson
2017-08-30
1
-3
/
+3
|
\
|
*
mmc: block: Fix block status codes
Adrian Hunter
2017-08-30
1
-3
/
+3
*
|
mmc: block: cast a informative log for no devidx available
Shawn Lin
2017-08-30
1
-1
/
+13
*
|
mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()
Linus Walleij
2017-08-30
1
-25
/
+18
*
|
mmc: block: Refactor mmc_blk_part_switch()
Linus Walleij
2017-08-30
1
-12
/
+13
*
|
mmc: block: Move duplicate check
Linus Walleij
2017-08-30
1
-16
/
+20
*
|
mmc: debugfs: Move block debugfs into block module
Linus Walleij
2017-08-30
1
-0
/
+143
*
|
mmc: block: Anonymize the drv op data pointer
Linus Walleij
2017-08-30
1
-3
/
+5
*
|
mmc: block: remove unused struct mmc_card *card
Shawn Lin
2017-08-30
1
-2
/
+0
|
/
*
mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending mode
Shawn Lin
2017-08-21
1
-6
/
+43
*
mmc: block: fix lockdep splat when removing mmc_block module
Michał Mirosław
2017-08-09
1
-0
/
+2
*
mmc: block: bypass the queue even if usage is present for hotplug
Shawn Lin
2017-08-03
1
-0
/
+1
*
mmc: block: Prevent new req entering queue after its cleanup
Grzegorz Sluja
2017-07-13
1
-0
/
+1
*
mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entries
Geert Uytterhoeven
2017-07-11
1
-0
/
+3
*
mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTL
Geert Uytterhoeven
2017-07-11
1
-1
/
+1
*
Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2017-07-04
1
-103
/
+166
|
\
|
*
mmc: core: for data errors, take response of stop cmd into account
Wolfram Sang
2017-06-20
1
-2
/
+3
|
*
mmc: core: check also R1 response for stop commands
Wolfram Sang
2017-06-20
1
-1
/
+10
|
*
mmc: block: fix semicolon.cocci warnings
Wu Fengguang
2017-06-20
1
-1
/
+1
|
*
mmc: block: Use __mmc_send_status() and drop get_card_status()
Ulf Hansson
2017-06-20
1
-19
/
+3
|
*
mmc: block: Move boot partition locking into a driver op
Linus Walleij
2017-06-20
1
-23
/
+30
|
*
mmc: block: Move DRV OP issue function
Linus Walleij
2017-06-20
1
-37
/
+37
|
*
mmc: block: Tag DRV_OPs with a driver operation type
Linus Walleij
2017-06-20
1
-13
/
+24
|
*
mmc: block: remove req back pointer
Linus Walleij
2017-06-20
1
-4
/
+4
|
*
mmc: block: move multi-ioctl() to use block layer
Linus Walleij
2017-06-20
1
-13
/
+25
|
*
mmc: block: move single ioctl() commands to block requests
Linus Walleij
2017-06-20
1
-26
/
+85
|
*
mmc: block: Tag is_rpmb as bool
Linus Walleij
2017-06-20
1
-1
/
+1
|
*
mmc: core: Allocate per-request data using the block layer core
Linus Walleij
2017-06-20
1
-29
/
+9
*
|
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-16
/
+21
|
/
*
mmc: block: Factor out data preparation
Adrian Hunter
2017-04-24
1
-69
/
+82
*
mmc: block: Change mmc_apply_rel_rw() to get block address from the request
Adrian Hunter
2017-04-24
1
-1
/
+1
*
mmc: block: Disable Command Queue while RPMB is used
Adrian Hunter
2017-04-24
1
-8
/
+38
*
mmc: queue: Share mmc request array between partitions
Adrian Hunter
2017-04-24
1
-1
/
+10
*
mmc: block: Introduce queue semantics
Adrian Hunter
2017-04-24
1
-25
/
+41
*
mmc: block: Use local var for mqrq_cur
Adrian Hunter
2017-04-24
1
-12
/
+14
*
mmc: core: mmc_blk_rw_cmd_err - remove unused variable
Winkler, Tomas
2017-03-16
1
-3
/
+0
*
mmc: block: Fix cmd error reset failure path
Adrian Hunter
2017-03-14
1
-1
/
+2
*
mmc: block: Fix is_waiting_last_req set incorrectly
Adrian Hunter
2017-03-14
1
-0
/
+1
*
mmc: core: add mmc prefix for blk_fixups
Shawn Lin
2017-02-15
1
-1
/
+1
*
mmc: core: move all quirks together into quirks.h
Shawn Lin
2017-02-15
1
-80
/
+0
*
mmc: core: change quirks.c to be a header file
Shawn Lin
2017-02-15
1
-0
/
+1
*
mmc: block: respect bool returned from blk_end_request()
Linus Walleij
2017-02-14
1
-25
/
+24
*
mmc: block: return errorcode from mmc_sd_num_wr_blocks()
Linus Walleij
2017-02-14
1
-8
/
+11
*
mmc: queue: turn queue flags into bools
Linus Walleij
2017-02-13
1
-3
/
+3
*
mmc: block: rename mmc_active to areq
Linus Walleij
2017-02-13
1
-7
/
+7
*
mmc: block: refactor mmc_blk_rw_try_restart()
Linus Walleij
2017-02-13
1
-14
/
+21
*
mmc: core: rename mmc_start_req() to *areq()
Linus Walleij
2017-02-13
1
-4
/
+4
*
mmc: block: rename rqc and req
Linus Walleij
2017-02-13
1
-28
/
+28
*
mmc: block: inline the command abort and start new goto:s
Linus Walleij
2017-02-13
1
-19
/
+27
*
mmc: core: switch to ida_simple_ functions in block.c
Heiner Kallweit
2017-02-13
1
-26
/
+5
[next]