aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/queue.c
AgeCommit message (Expand)Author
2016-08-25mmc: fix use-after-free of struct requestAdrian Hunter
2016-08-16block: Fix secure eraseAdrian Hunter
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07drivers: use req op accessorMike Christie
2015-08-17scatterlist: remove open coded sg_unmark_end instancesDan Williams
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-06-18mmc: queue: prevent soft lockups on PREEMPT=nRabin Vincent
2015-06-15mmc: queue: use swap() in mmc_queue_thread()Fabian Frederick
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong
2014-12-05mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-02-17Fix uses of dma_max_pfn() when converting to a limiting addressRussell King
2013-10-31ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez
2013-03-22mmc: block: fix the host's claim-release in special requestSeungwon Jeon
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman
2013-02-11mmc: queue: exclude asynchronous transfer for special requestSeungwon Jeon
2012-12-06mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon
2012-05-09mmc: queue: remove redundant memsetsVenkatraman S
2012-05-09mmc: queue: rename mmc_request functionVenkatraman S
2012-04-20mmc: fixes for eMMC v4.5 discard operationAdrian Hunter
2012-01-11mmc: card: Kill block requests if card is removedSujit Reddy Thumma
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-26mmc: queue: declare mmc_alloc_sg as staticVenkatraman S
2011-07-20mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin
2011-07-20mmc: queue: add a second mmc queue request memberPer Forlin
2011-07-20mmc: block: add member in mmc queue struct to hold request dataPer Forlin
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter
2011-06-25mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter
2011-05-24mmc: remove redundant irq disablingJohn Ogness
2011-03-10block: remove per-queue pluggingJens Axboe
2010-10-23mmc: name mmc queue thread by host indexEthan Du
2010-10-23mmc: Convert "mutex" to semaphoreThomas Gleixner
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-08-12mmc_block: add support for secure discardAdrian Hunter
2010-08-12mmc_block: add discard supportAdrian Hunter
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-01-11mmc_block: fix queue cleanupAdrian Hunter
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo