aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c
AgeCommit message (Expand)Author
2016-08-25mmc: fix use-after-free of struct requestAdrian Hunter
2016-08-16block: Fix secure eraseAdrian Hunter
2016-07-31Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-25mmc: block: Fix tag condition with packed writesAdrian Hunter
2016-07-25mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V
2016-07-25mmc: block: correct 4KB alignment checkYuan, Juntao
2016-07-18mmc: block: fix packed command header endiannessTaras Kondratiuk
2016-07-18mmc: block: fix free of uninitialized 'idata->buf'Ville Viinikka
2016-06-22mmc: move 'parent' tracking to mmc_blk_dataDan Williams
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-05-26Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2016-05-23mmc: longer timeout for long read time quirkMatt Gumbel
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-17mmc: block: Pause re-tuning while switched to the RPMB partitionAdrian Hunter
2016-05-17mmc: block: Always switch back to main area after RPMB accessAdrian Hunter
2016-05-16mmc: block: improve logging of handling emmc timeoutsKen Sumrall
2016-05-02mmc: block: Convert to IDA for partition device indexesUlf Hansson
2016-05-02mmc: block: Release index in partition allocation error pathUlf Hansson
2016-04-14mmc: block: Use the mmc host device index as the mmcblk device indexUlf Hansson
2016-04-12mmc/block: switch to using blk_queue_write_cache()Jens Axboe
2016-03-17mmc: block: fix ABI regression of mmc_blk_ioctlShawn Lin
2016-02-29mmc: block: shut up "retrying because a re-tune was needed" messageRussell King
2016-02-29mmc: block: don't use the OR operation for flag of dataJaehoon Chung
2016-02-11Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson
2016-02-10mmc: block: return error on failed mmc_blk_get()Olof Johansson
2015-12-28mmc: block: Allow more than 8 partitions per cardColin Cross
2015-12-22mmc: block: change to use kmalloc when copy data from userspaceyalin wang
2015-11-09mmc: remove bondage between REQ_META and reliable writeLuca Porzio
2015-10-26mmc: block: copy resp[] data on err for MMC_IOC_MULTI_CMDGrant Grundler
2015-10-26mmc: block: Add new ioctl to send multi commandsJon Hunter
2015-08-27mmc: block: skip trim for some kingston eMMCsShawn Lin
2015-08-17mmc: block: add fixup of broken CMD23 for Sandisk cardYangbo Lu
2015-08-17mmc: block: don't use parameter prefix if built as moduleAndy Shevchenko
2015-07-24mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler
2015-06-16mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang
2015-06-01mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto
2015-06-01mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter
2015-06-01mmc: block: Check re-tuning in the recovery pathAdrian Hunter
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley
2015-01-28mmc: block: Remove unnecessary temporary variableTobias Klauser
2015-01-21mmc: block: fix format string warningAsaf Vertz
2014-11-26mmc: block: Increase max_devicesBen Hutchings
2014-11-10mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson
2014-11-10mmc: block: Use dev_set|get_drvdata()Ulf Hansson