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