summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/block.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' into nextUlf Hansson2019-02-281-6/+0Star
|\
| * mmc: core: align max segment size with logical block sizeMing Lei2019-02-271-6/+0Star
* | mmc: core: Calculate the discard arg only onceAvri Altman2019-02-251-9/+3Star
* | 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-291-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/+11Star
|\ \ | |/ |/|
| * mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-171-13/+11Star
| * mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-151-12/+10Star
| * 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-061-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/+5Star
|\ \ \ | |_|/ |/| |
| * | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-7/+5Star
| |/
* / 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/+4Star
|/
* 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/+7Star
* 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