index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
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
2017-11-23
mmc: block: Fix missing blk_put_request()
Adrian Hunter
1
-0
/
+3
2017-10-30
mmc: block: Prepare CQE data
Adrian Hunter
1
-1
/
+15
2017-10-30
mmc: block: Use local variables in mmc_blk_data_prep()
Adrian Hunter
1
-11
/
+18
2017-10-30
mmc: core: Introduce host claiming by context
Adrian Hunter
1
-2
/
+2
2017-10-30
mmc: block: Fix bug when removing RPMB chardev
Linus Walleij
1
-14
/
+18
2017-10-30
mmc: block: Delete mmc_access_rpmb()
Linus Walleij
1
-12
/
+0
2017-10-30
mmc: block: Convert RPMB to a character device
Linus Walleij
1
-22
/
+261
2017-10-04
mmc: Delete bounce buffer handling
Linus Walleij
1
-3
/
+0
2017-08-30
Merge branch 'fixes' into next
Ulf Hansson
1
-3
/
+3
2017-08-30
mmc: block: cast a informative log for no devidx available
Shawn Lin
1
-1
/
+13
2017-08-30
mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()
Linus Walleij
1
-25
/
+18
2017-08-30
mmc: block: Refactor mmc_blk_part_switch()
Linus Walleij
1
-12
/
+13
2017-08-30
mmc: block: Move duplicate check
Linus Walleij
1
-16
/
+20
2017-08-30
mmc: debugfs: Move block debugfs into block module
Linus Walleij
1
-0
/
+143
2017-08-30
mmc: block: Anonymize the drv op data pointer
Linus Walleij
1
-3
/
+5
2017-08-30
mmc: block: remove unused struct mmc_card *card
Shawn Lin
1
-2
/
+0
2017-08-30
mmc: block: Fix block status codes
Adrian Hunter
1
-3
/
+3
2017-08-21
mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending mode
Shawn Lin
1
-6
/
+43
2017-08-09
mmc: block: fix lockdep splat when removing mmc_block module
Michał Mirosław
1
-0
/
+2
2017-08-03
mmc: block: bypass the queue even if usage is present for hotplug
Shawn Lin
1
-0
/
+1
2017-07-13
mmc: block: Prevent new req entering queue after its cleanup
Grzegorz Sluja
1
-0
/
+1
2017-07-11
mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entries
Geert Uytterhoeven
1
-0
/
+3
2017-07-11
mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTL
Geert Uytterhoeven
1
-1
/
+1
2017-07-04
Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-103
/
+166
2017-06-20
mmc: core: for data errors, take response of stop cmd into account
Wolfram Sang
1
-2
/
+3
2017-06-20
mmc: core: check also R1 response for stop commands
Wolfram Sang
1
-1
/
+10
2017-06-20
mmc: block: fix semicolon.cocci warnings
Wu Fengguang
1
-1
/
+1
2017-06-20
mmc: block: Use __mmc_send_status() and drop get_card_status()
Ulf Hansson
1
-19
/
+3
2017-06-20
mmc: block: Move boot partition locking into a driver op
Linus Walleij
1
-23
/
+30
2017-06-20
mmc: block: Move DRV OP issue function
Linus Walleij
1
-37
/
+37
2017-06-20
mmc: block: Tag DRV_OPs with a driver operation type
Linus Walleij
1
-13
/
+24
2017-06-20
mmc: block: remove req back pointer
Linus Walleij
1
-4
/
+4
2017-06-20
mmc: block: move multi-ioctl() to use block layer
Linus Walleij
1
-13
/
+25
2017-06-20
mmc: block: move single ioctl() commands to block requests
Linus Walleij
1
-26
/
+85
2017-06-20
mmc: block: Tag is_rpmb as bool
Linus Walleij
1
-1
/
+1
2017-06-20
mmc: core: Allocate per-request data using the block layer core
Linus Walleij
1
-29
/
+9
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-16
/
+21
2017-04-24
mmc: block: Factor out data preparation
Adrian Hunter
1
-69
/
+82
2017-04-24
mmc: block: Change mmc_apply_rel_rw() to get block address from the request
Adrian Hunter
1
-1
/
+1
2017-04-24
mmc: block: Disable Command Queue while RPMB is used
Adrian Hunter
1
-8
/
+38
2017-04-24
mmc: queue: Share mmc request array between partitions
Adrian Hunter
1
-1
/
+10
2017-04-24
mmc: block: Introduce queue semantics
Adrian Hunter
1
-25
/
+41
2017-04-24
mmc: block: Use local var for mqrq_cur
Adrian Hunter
1
-12
/
+14
2017-03-16
mmc: core: mmc_blk_rw_cmd_err - remove unused variable
Winkler, Tomas
1
-3
/
+0
2017-03-14
mmc: block: Fix cmd error reset failure path
Adrian Hunter
1
-1
/
+2
2017-03-14
mmc: block: Fix is_waiting_last_req set incorrectly
Adrian Hunter
1
-0
/
+1
2017-02-15
mmc: core: add mmc prefix for blk_fixups
Shawn Lin
1
-1
/
+1
2017-02-15
mmc: core: move all quirks together into quirks.h
Shawn Lin
1
-80
/
+0
[next]