summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)Author
2018-03-15mmc: block: fix updating ext_csd caches on ioctl callBastian Stender
2017-12-18mmc: block: fix logical error to avoid memory leakLiu, Changcheng
2017-12-11mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang
2017-12-11mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter
2017-12-11mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter
2017-12-11mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter
2017-12-11mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: blk-mq: Check error bits and save the exception bit when polling ...Adrian Hunter
2017-12-11mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter
2017-12-11mmc: block: blk-mq: Separate card polling from recoveryAdrian Hunter
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter
2017-12-11mmc: block: Add CQE supportAdrian Hunter
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter
2017-12-11mmc: block: Add error-handling commentsAdrian Hunter
2017-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter
2017-11-23mmc: block: Ensure that debugfs files are removedAdrian Hunter
2017-11-23mmc: block: Check return value of blk_get_request()Adrian Hunter
2017-11-23mmc: block: Fix missing blk_put_request()Adrian Hunter
2017-10-30mmc: block: Prepare CQE dataAdrian Hunter
2017-10-30mmc: block: Use local variables in mmc_blk_data_prep()Adrian Hunter
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter
2017-10-30mmc: block: Fix bug when removing RPMB chardevLinus Walleij
2017-10-30mmc: block: Delete mmc_access_rpmb()Linus Walleij
2017-10-30mmc: block: Convert RPMB to a character deviceLinus Walleij
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij
2017-08-30Merge branch 'fixes' into nextUlf Hansson
2017-08-30mmc: block: cast a informative log for no devidx availableShawn Lin
2017-08-30mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij
2017-08-30mmc: block: Refactor mmc_blk_part_switch()Linus Walleij
2017-08-30mmc: block: Move duplicate checkLinus Walleij
2017-08-30mmc: debugfs: Move block debugfs into block moduleLinus Walleij
2017-08-30mmc: block: Anonymize the drv op data pointerLinus Walleij
2017-08-30mmc: block: remove unused struct mmc_card *cardShawn Lin
2017-08-30mmc: block: Fix block status codesAdrian Hunter
2017-08-21mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending modeShawn Lin
2017-08-09mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław
2017-08-03mmc: block: bypass the queue even if usage is present for hotplugShawn Lin
2017-07-13mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja
2017-07-11mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGeert Uytterhoeven
2017-07-11mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGeert Uytterhoeven
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-06-20mmc: core: for data errors, take response of stop cmd into accountWolfram Sang
2017-06-20mmc: core: check also R1 response for stop commandsWolfram Sang
2017-06-20mmc: block: fix semicolon.cocci warningsWu Fengguang
2017-06-20mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson
2017-06-20mmc: block: Move boot partition locking into a driver opLinus Walleij
2017-06-20mmc: block: Move DRV OP issue functionLinus Walleij