summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/block.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-06-051-4/+7
|\
| * Merge branch 'fixes' into nextUlf Hansson2018-05-211-1/+1
| |\
| * | mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin2018-05-211-3/+5
| * | mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov2018-05-021-1/+2
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-7/+5
|\ \ \ | |_|/ |/| |
| * | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-7/+5
| |/
* | mmc: block: propagate correct returned value in mmc_rpmb_ioctlMathieu Malaterre2018-05-211-1/+1
|/
* Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2018-04-121-0/+1
|\
| * mmc: core: Prevent bus reference leak in mmc_blk_init()Alexander Kappner2018-04-041-0/+1
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\ \ | |/ |/|
| * mmc: block: Delete gendisk before cleaning up the request queueShawn Lin2018-03-221-1/+1
* | mmc: block: fix updating ext_csd caches on ioctl callBastian Stender2018-03-151-0/+19
* | mmc: core: Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-151-11/+4
|/
* mmc: block: fix logical error to avoid memory leakLiu, Changcheng2017-12-181-0/+1
* mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter2017-12-111-0/+1
* mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-111-716/+7
* mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang2017-12-111-1/+1
* mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter2017-12-111-143/+161
* mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter2017-12-111-1/+7
* mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter2017-12-111-7/+35
* mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter2017-12-111-4/+13
* mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter2017-12-111-1/+3
* mmc: block: blk-mq: Check error bits and save the exception bit when polling ...Adrian Hunter2017-12-111-9/+28
* mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter2017-12-111-10/+29
* mmc: block: blk-mq: Separate card polling from recoveryAdrian Hunter2017-12-111-1/+28
* mmc: block: blk-mq: Add support for direct completionAdrian Hunter2017-12-111-25/+104
* mmc: block: Add CQE supportAdrian Hunter2017-12-111-2/+148
* mmc: block: Add blk-mq supportAdrian Hunter2017-12-111-8/+494
* mmc: block: Add error-handling commentsAdrian Hunter2017-12-111-1/+35
* mmc: block: Simplify cleaning up the queueAdrian Hunter2017-12-111-5/+12
* mmc: block: Ensure that debugfs files are removedAdrian Hunter2017-11-231-7/+37
* mmc: block: Check return value of blk_get_request()Adrian Hunter2017-11-231-1/+19
* mmc: block: Fix missing blk_put_request()Adrian Hunter2017-11-231-0/+3
* mmc: block: Prepare CQE dataAdrian Hunter2017-10-301-1/+15
* mmc: block: Use local variables in mmc_blk_data_prep()Adrian Hunter2017-10-301-11/+18
* mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-301-2/+2
* mmc: block: Fix bug when removing RPMB chardevLinus Walleij2017-10-301-14/+18
* mmc: block: Delete mmc_access_rpmb()Linus Walleij2017-10-301-12/+0
* mmc: block: Convert RPMB to a character deviceLinus Walleij2017-10-301-22/+261
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-3/+0
* Merge branch 'fixes' into nextUlf Hansson2017-08-301-3/+3
|\
| * mmc: block: Fix block status codesAdrian Hunter2017-08-301-3/+3
* | mmc: block: cast a informative log for no devidx availableShawn Lin2017-08-301-1/+13
* | mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij2017-08-301-25/+18
* | mmc: block: Refactor mmc_blk_part_switch()Linus Walleij2017-08-301-12/+13
* | mmc: block: Move duplicate checkLinus Walleij2017-08-301-16/+20
* | mmc: debugfs: Move block debugfs into block moduleLinus Walleij2017-08-301-0/+143
* | mmc: block: Anonymize the drv op data pointerLinus Walleij2017-08-301-3/+5
* | mmc: block: remove unused struct mmc_card *cardShawn Lin2017-08-301-2/+0
|/
* mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending modeShawn Lin2017-08-211-6/+43
OpenPOWER on IntegriCloud