aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12mmc: block: Move files to coreUlf Hansson1-491/+0
2016-12-05mmc: queue: remove BUG_ON for bounce_sgShawn Lin1-2/+0
2016-12-05mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter1-58/+57
2016-12-05mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter1-39/+26
2016-12-05mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter1-6/+16
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter1-16/+28
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter1-18/+29
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter1-14/+21
2016-11-29mmc: block: delete packed command supportLinus Walleij1-50/+3
2016-11-29mmc: block: move packed command struct initLinus Walleij1-43/+0
2016-09-26mmc: card: do away with indirection pointerLinus Walleij1-1/+3
2016-08-25mmc: fix use-after-free of struct requestAdrian Hunter1-1/+3
2016-08-16block: Fix secure eraseAdrian Hunter1-1/+2
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-1/+1
2016-06-07drivers: use req op accessorMike Christie1-4/+2
2015-08-17scatterlist: remove open coded sg_unmark_end instancesDan Williams1-2/+2
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-06-18mmc: queue: prevent soft lockups on PREEMPT=nRabin Vincent1-0/+1
2015-06-15mmc: queue: use swap() in mmc_queue_thread()Fabian Frederick1-4/+1
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong1-1/+1
2014-12-05mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari1-7/+9
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-4/+2
2014-02-17Fix uses of dma_max_pfn() when converting to a limiting addressRussell King1-1/+1
2013-10-31ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar1-1/+2
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez1-1/+1
2013-03-22mmc: block: fix the host's claim-release in special requestSeungwon Jeon1-3/+0
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon1-3/+93
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman1-2/+20
2013-02-11mmc: queue: exclude asynchronous transfer for special requestSeungwon Jeon1-0/+10
2012-12-06mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon1-7/+10
2012-05-09mmc: queue: remove redundant memsetsVenkatraman S1-2/+0
2012-05-09mmc: queue: rename mmc_request functionVenkatraman S1-2/+2
2012-04-20mmc: fixes for eMMC v4.5 discard operationAdrian Hunter1-1/+1
2012-01-11mmc: card: Kill block requests if card is removedSujit Reddy Thumma1-0/+5
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park1-1/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-2/+2
2011-10-26mmc: queue: declare mmc_alloc_sg as staticVenkatraman S1-1/+1
2011-07-20mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin1-5/+12
2011-07-20mmc: queue: add a second mmc queue request memberPer Forlin1-2/+42
2011-07-20mmc: block: add member in mmc queue struct to hold request dataPer Forlin1-62/+67
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter1-10/+23
2011-06-25mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter1-6/+1
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter1-3/+5
2011-05-24mmc: remove redundant irq disablingJohn Ogness1-8/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+1
2010-10-23mmc: name mmc queue thread by host indexEthan Du1-1/+3
2010-10-23mmc: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-4/+4