summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/queue.c
AgeCommit message (Expand)AuthorFilesLines
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-18Fix 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-21mmc: fixes for eMMC v4.5 discard operationAdrian Hunter1-1/+1
2012-01-12mmc: card: Kill block requests if card is removedSujit Reddy Thumma1-0/+5
2011-10-27mmc: core: mmc sanitize feature support for v4.5Kyungmin Park1-1/+1
2011-10-27mmc: 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-21mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin1-5/+12
2011-07-21mmc: queue: add a second mmc queue request memberPer Forlin1-2/+42
2011-07-21mmc: block: add member in mmc queue struct to hold request dataPer Forlin1-62/+67
2011-07-21mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter1-10/+23
2011-06-26mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter1-6/+1
2011-06-26mmc: queue: append partition subname to queue thread nameAdrian Hunter1-3/+5
2011-05-25mmc: 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
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-1/+0
2010-08-12mmc_block: add support for secure discardAdrian Hunter1-0/+3
2010-08-12mmc_block: add discard supportAdrian Hunter1-2/+14
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-4/+2
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-2/+2
2010-01-11mmc_block: fix queue cleanupAdrian Hunter1-9/+9
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-8/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-6/+6
2008-10-14mmc_block: tell block layer there is no seek penaltyPierre Ossman1-0/+1
2008-10-12mmc_block: filter out PC requestsPierre Ossman1-1/+1
2008-10-12mmc_block: indicate strict orderingPierre Ossman1-0/+1
2008-10-12mmc_block: inform block layer about sector count restrictionPierre Ossman1-6/+14
2008-07-23mmc_block: bounce buffer highmem supportPierre Ossman1-66/+31
2008-01-28blk_end_request: changing mmc (take 4)Kiyoshi Ueda1-2/+2
2007-11-27mmc: Add missing sg_init_table() callHaavard Skinnemoen1-1/+2
2007-11-08mmc: Fix sg helper copy-and-paste errorRoland Dreier1-1/+1