aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 implicit slab.h inclusion from percpu.hTejun 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
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-7/+8
2007-10-16mmc: need to zero sglist on initJens Axboe1-3/+3
2007-08-09mmc: reorganize bounce buffer initPierre Ossman1-7/+7
2007-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-1/+1
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1