summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/queue.c
Commit message (Expand)AuthorAgeFilesLines
* scatterlist: remove open coded sg_unmark_end instancesDan Williams2015-08-171-2/+2
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* mmc: queue: prevent soft lockups on PREEMPT=nRabin Vincent2015-06-181-0/+1
* mmc: queue: use swap() in mmc_queue_thread()Fabian Frederick2015-06-151-4/+1
* mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong2015-05-061-1/+1
* mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari2014-12-051-7/+9
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-4/+2
|/
* Fix uses of dma_max_pfn() when converting to a limiting addressRussell King2014-02-171-1/+1
* ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar2013-10-311-1/+2
* mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-261-1/+1
* mmc: block: fix the host's claim-release in special requestSeungwon Jeon2013-03-221-3/+0
* mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-241-3/+93
* mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman2013-02-111-2/+20
* mmc: queue: exclude asynchronous transfer for special requestSeungwon Jeon2013-02-111-0/+10
* mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon2012-12-061-7/+10
* mmc: queue: remove redundant memsetsVenkatraman S2012-05-091-2/+0
* mmc: queue: rename mmc_request functionVenkatraman S2012-05-091-2/+2
* mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-201-1/+1
* mmc: card: Kill block requests if card is removedSujit Reddy Thumma2012-01-111-0/+5
* mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2011-10-261-1/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-2/+2
* mmc: queue: declare mmc_alloc_sg as staticVenkatraman S2011-10-261-1/+1
* mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin2011-07-201-5/+12
* mmc: queue: add a second mmc queue request memberPer Forlin2011-07-201-2/+42
* mmc: block: add member in mmc queue struct to hold request dataPer Forlin2011-07-201-62/+67
* mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter2011-07-201-10/+23
* mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter2011-06-251-6/+1
* mmc: queue: append partition subname to queue thread nameAdrian Hunter2011-06-251-3/+5
* mmc: remove redundant irq disablingJohn Ogness2011-05-241-8/+0
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+1
* mmc: name mmc queue thread by host indexEthan Du2010-10-231-1/+3
* mmc: Convert "mutex" to semaphoreThomas Gleixner2010-10-231-1/+1
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-4/+4
* block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+0
* mmc_block: add support for secure discardAdrian Hunter2010-08-121-0/+3
* mmc_block: add discard supportAdrian Hunter2010-08-121-2/+14
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-4/+2
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-2/+2
* mmc_block: fix queue cleanupAdrian Hunter2010-01-111-9/+9
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-8/+3
* block: convert to dequeueing model (easy ones)Tejun Heo2009-05-111-6/+6
* mmc_block: tell block layer there is no seek penaltyPierre Ossman2008-10-141-0/+1
* mmc_block: filter out PC requestsPierre Ossman2008-10-121-1/+1
* mmc_block: indicate strict orderingPierre Ossman2008-10-121-0/+1
* mmc_block: inform block layer about sector count restrictionPierre Ossman2008-10-121-6/+14
OpenPOWER on IntegriCloud