summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/queue.c
AgeCommit message (Expand)AuthorLines
2014-12-05mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari-7/+9
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer-0/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches-4/+2
2014-02-17Fix uses of dma_max_pfn() when converting to a limiting addressRussell King-1/+1
2013-10-31ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar-1/+2
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez-1/+1
2013-03-22mmc: block: fix the host's claim-release in special requestSeungwon Jeon-3/+0
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon-3/+93
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman-2/+20
2013-02-11mmc: queue: exclude asynchronous transfer for special requestSeungwon Jeon-0/+10
2012-12-06mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon-7/+10
2012-05-09mmc: queue: remove redundant memsetsVenkatraman S-2/+0
2012-05-09mmc: queue: rename mmc_request functionVenkatraman S-2/+2
2012-04-20mmc: fixes for eMMC v4.5 discard operationAdrian Hunter-1/+1
2012-01-11mmc: card: Kill block requests if card is removedSujit Reddy Thumma-0/+5
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park-1/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S-2/+2
2011-10-26mmc: queue: declare mmc_alloc_sg as staticVenkatraman S-1/+1
2011-07-20mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin-5/+12
2011-07-20mmc: queue: add a second mmc queue request memberPer Forlin-2/+42
2011-07-20mmc: block: add member in mmc queue struct to hold request dataPer Forlin-62/+67
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter-10/+23
2011-06-25mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter-6/+1
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter-3/+5
2011-05-24mmc: remove redundant irq disablingJohn Ogness-8/+0
2011-03-10block: remove per-queue pluggingJens Axboe-2/+1
2010-10-23mmc: name mmc queue thread by host indexEthan Du-1/+3
2010-10-23mmc: Convert "mutex" to semaphoreThomas Gleixner-1/+1
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen-4/+4
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo-1/+0
2010-08-12mmc_block: add support for secure discardAdrian Hunter-0/+3
2010-08-12mmc_block: add discard supportAdrian Hunter-2/+14
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori-1/+1
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen-4/+2
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen-2/+2
2010-01-11mmc_block: fix queue cleanupAdrian Hunter-9/+9
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo-8/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo-6/+6
2008-10-14mmc_block: tell block layer there is no seek penaltyPierre Ossman-0/+1
2008-10-12mmc_block: filter out PC requestsPierre Ossman-1/+1
2008-10-12mmc_block: indicate strict orderingPierre Ossman-0/+1
2008-10-12mmc_block: inform block layer about sector count restrictionPierre Ossman-6/+14
2008-07-23mmc_block: bounce buffer highmem supportPierre Ossman-66/+31
2008-01-28blk_end_request: changing mmc (take 4)Kiyoshi Ueda-2/+2
2007-11-27mmc: Add missing sg_init_table() callHaavard Skinnemoen-1/+2
2007-11-08mmc: Fix sg helper copy-and-paste errorRoland Dreier-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-7/+8