index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
card
/
queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-17
scatterlist: remove open coded sg_unmark_end instances
Dan Williams
1
-2
/
+2
2015-07-17
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
1
-1
/
+1
2015-06-18
mmc: queue: prevent soft lockups on PREEMPT=n
Rabin Vincent
1
-0
/
+1
2015-06-15
mmc: queue: use swap() in mmc_queue_thread()
Fabian Frederick
1
-4
/
+1
2015-05-06
mmc: card: Don't access RPMB partitions for normal read/write
Chuanxiao Dong
1
-1
/
+1
2014-12-05
mmc: queue: Improve error handling during allocation of bounce buffers
Bhuvanesh Surachari
1
-7
/
+9
2014-10-18
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2014-10-04
block: disable entropy contributions for nonrot devices
Mike Snitzer
1
-0
/
+1
2014-09-24
mmc: Convert pr_warning to pr_warn
Joe Perches
1
-4
/
+2
2014-02-18
Fix uses of dma_max_pfn() when converting to a limiting address
Russell King
1
-1
/
+1
2013-10-31
ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculations
Santosh Shilimkar
1
-1
/
+2
2013-05-26
mmc: card: Adding support for sanitize in eMMC 4.5
Maya Erez
1
-1
/
+1
2013-03-22
mmc: block: fix the host's claim-release in special request
Seungwon Jeon
1
-3
/
+0
2013-02-24
mmc: support packed write command for eMMC4.5 devices
Seungwon Jeon
1
-3
/
+93
2013-02-11
mmc: fix async request mechanism for sequential read scenarios
Konstantin Dorfman
1
-2
/
+20
2013-02-11
mmc: queue: exclude asynchronous transfer for special request
Seungwon Jeon
1
-0
/
+10
2012-12-06
mmc: queue: amend buffer swap for non-blocking transfer
Seungwon Jeon
1
-7
/
+10
2012-05-09
mmc: queue: remove redundant memsets
Venkatraman S
1
-2
/
+0
2012-05-09
mmc: queue: rename mmc_request function
Venkatraman S
1
-2
/
+2
2012-04-21
mmc: fixes for eMMC v4.5 discard operation
Adrian Hunter
1
-1
/
+1
2012-01-12
mmc: card: Kill block requests if card is removed
Sujit Reddy Thumma
1
-0
/
+5
2011-10-27
mmc: core: mmc sanitize feature support for v4.5
Kyungmin Park
1
-1
/
+1
2011-10-27
mmc: replace printk with appropriate display macro
Girish K S
1
-2
/
+2
2011-10-26
mmc: queue: declare mmc_alloc_sg as static
Venkatraman S
1
-1
/
+1
2011-07-21
mmc: block: add handling for two parallel block requests in issue_rw_rq
Per Forlin
1
-5
/
+12
2011-07-21
mmc: queue: add a second mmc queue request member
Per Forlin
1
-2
/
+42
2011-07-21
mmc: block: add member in mmc queue struct to hold request data
Per Forlin
1
-62
/
+67
2011-07-21
mmc: queue: let host controllers specify maximum discard timeout
Adrian Hunter
1
-10
/
+23
2011-06-26
mmc: queue: bring discard_granularity/alignment into line with SCSI
Adrian Hunter
1
-6
/
+1
2011-06-26
mmc: queue: append partition subname to queue thread name
Adrian Hunter
1
-3
/
+5
2011-05-25
mmc: remove redundant irq disabling
John Ogness
1
-8
/
+0
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-2
/
+1
2010-10-23
mmc: name mmc queue thread by host index
Ethan Du
1
-1
/
+3
2010-10-23
mmc: Convert "mutex" to semaphore
Thomas Gleixner
1
-1
/
+1
2010-10-23
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
1
-4
/
+4
2010-09-10
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
1
-1
/
+0
2010-08-12
mmc_block: add support for secure discard
Adrian Hunter
1
-0
/
+3
2010-08-12
mmc_block: add discard support
Adrian Hunter
1
-2
/
+14
2010-08-07
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
1
-1
/
+1
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-4
/
+2
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-2
/
+2
2010-01-11
mmc_block: fix queue cleanup
Adrian Hunter
1
-9
/
+9
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-8
/
+3
2009-05-11
block: convert to dequeueing model (easy ones)
Tejun Heo
1
-6
/
+6
2008-10-14
mmc_block: tell block layer there is no seek penalty
Pierre Ossman
1
-0
/
+1
2008-10-12
mmc_block: filter out PC requests
Pierre Ossman
1
-1
/
+1
2008-10-12
mmc_block: indicate strict ordering
Pierre Ossman
1
-0
/
+1
2008-10-12
mmc_block: inform block layer about sector count restriction
Pierre Ossman
1
-6
/
+14
[next]