summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
* mmc: remove the call to check_disk_changeChristoph Hellwig2020-07-081-3/+0
* blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-4/+4
* mmc: block: Fix use-after-free issue for rpmbPeng Hao2020-05-251-1/+1
* mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti2020-05-081-1/+2
* mmc: core: Re-work the code for eMMC sanitizeUlf Hansson2020-03-261-38/+2
* mmc: core: Enable re-use of mmc_blk_in_tran_state()Ulf Hansson2020-03-241-20/+4
* mmc: Add MMC host software queue supportBaolin Wang2020-03-241-0/+61
* mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson2020-01-241-3/+3
* mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing2019-11-131-92/+55
* mmc: block: Make card_busy_detect() a bit more genericChaotian Jing2019-11-131-8/+8
* Merge branch 'fixes' into nextUlf Hansson2019-02-281-6/+0
|\
| * mmc: core: align max segment size with logical block sizeMing Lei2019-02-271-6/+0
* | mmc: core: Calculate the discard arg only onceAvri Altman2019-02-251-9/+3
* | mmc: block: fix debugfs_simple_attr.cocci warningsYueHaibing2019-02-251-4/+5
|/
* mmc: block: handle complete_work on separate workqueueZachary Hays2019-02-081-1/+9
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-281-1/+1
|\
| * mmc: core: Cleanup BKOPS supportUlf Hansson2018-12-171-1/+1
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-15/+11
|\ \ | |/ |/|
| * mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-171-13/+11
| * mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-151-12/+10
| * mmc: simplify queue initializationChristoph Hellwig2018-11-151-1/+1
* | mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang2018-12-041-5/+10
|/
* Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-1/+1
|\
| * block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* | mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot2018-10-091-0/+10
|/
* 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