index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
queue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Fix WRITE_ZEROES CQE handling
Vincent Whitchurch
2022-10-24
1
-0
/
+1
*
mmc: queue: Cancel recovery work on cleanup
Christian Löhle
2022-10-17
1
-0
/
+7
*
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
2022-07-06
1
-2
/
+1
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
1
-1
/
+0
*
Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2022-05-24
1
-0
/
+2
|
\
|
*
mmc: core: Support zeroout using TRIM for eMMC
Vincent Whitchurch
2022-05-10
1
-0
/
+2
*
|
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+1
*
|
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+0
|
/
*
mmc: core: Fix blk_status_t handling
Joel Stanley
2021-12-21
1
-1
/
+1
*
mmc: queue: Remove unused parameters(request_queue)
ChanWoo Lee
2021-08-25
1
-24
/
+6
*
mmc: queue: Match the data type of max_segments
ChanWoo Lee
2021-08-24
1
-2
/
+2
*
mmc: switch to blk_mq_alloc_disk
Christoph Hellwig
2021-06-30
1
-13
/
+10
*
mmc: core: Remove mq->use_cqe from the struct mmc_queue
Luca Porzio
2021-03-30
1
-6
/
+5
*
mmc: queue: Remove unused define
ChanWoo Lee
2021-02-08
1
-2
/
+0
*
mmc: core: Exclude unnecessary header file
ChanWoo Lee
2021-02-01
1
-1
/
+0
*
mmc: core: Add basic support for inline encryption
Eric Biggers
2021-02-01
1
-0
/
+3
*
mmc: core: don't initialize block size from ext_csd if not present
Peter Collingbourne
2021-01-15
1
-1
/
+3
*
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-2
/
+1
|
\
|
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
1
-2
/
+1
*
|
mmc: core: don't set limits.discard_granularity as 0
Coly Li
2020-10-09
1
-1
/
+1
|
/
*
mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docs
Lee Jones
2020-07-13
1
-1
/
+1
*
mmc: block: Fix request completion in the CQE timeout path
Adrian Hunter
2020-05-08
1
-2
/
+1
*
mmc: core: Fix recursive locking issue in CQE recovery path
Sarthak Garg
2020-05-08
1
-9
/
+4
*
mmc: Add MMC host software queue support
Baolin Wang
2020-03-24
1
-4
/
+18
*
mmc: queue: Fix bigger segments usage
Yoshihiro Shimoda
2019-09-12
1
-1
/
+7
*
mmc: queue: use bigger segments if DMA MAP layer can merge the segments
Yoshihiro Shimoda
2019-09-03
1
-3
/
+32
*
mmc: mmc_spi: Enable stable writes
Andreas Koop
2019-07-22
1
-0
/
+5
*
Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2019-07-11
1
-5
/
+2
|
\
|
*
mmc: core: let the dma map ops handle bouncing
Christoph Hellwig
2019-07-10
1
-5
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
|
/
*
mmc: also set max_segment_size in the device
Christoph Hellwig
2019-06-05
1
-0
/
+2
*
mmc: core: Fix tag set memory leak
Raul E Rangel
2019-05-06
1
-0
/
+1
*
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-08
1
-2
/
+1
|
\
|
*
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
1
-2
/
+1
*
|
mmc: core: align max segment size with logical block size
Ming Lei
2019-02-27
1
-1
/
+8
|
/
*
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
2018-11-17
1
-16
/
+15
*
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
2018-11-15
1
-13
/
+13
*
mmc: simplify queue initialization
Christoph Hellwig
2018-11-15
1
-56
/
+29
*
mmc: block: Fix unsupported parallel dispatch of requests
Adrian Hunter
2018-08-21
1
-5
/
+7
*
mmc: complete requests from ->timeout
Christoph Hellwig
2018-05-29
1
-2
/
+3
*
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2018-03-08
1
-4
/
+4
*
mmc: block: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
2017-12-11
1
-231
/
+9
*
mmc: block: make function mmc_cqe_issue_type static
Colin Ian King
2017-12-11
1
-2
/
+2
*
mmc: block: blk-mq: Add support for direct completion
Adrian Hunter
2017-12-11
1
-1
/
+4
*
mmc: block: Add CQE support
Adrian Hunter
2017-12-11
1
-4
/
+158
*
mmc: block: Add blk-mq support
Adrian Hunter
2017-12-11
1
-23
/
+273
*
mmc: block: Simplify cleaning up the queue
Adrian Hunter
2017-12-11
1
-0
/
+2
*
mmc: block: No need to export mmc_cleanup_queue()
Adrian Hunter
2017-12-11
1
-1
/
+0
*
mmc: block: Factor out mmc_setup_queue()
Adrian Hunter
2017-10-30
1
-15
/
+24
*
mmc: block: Delete mmc_access_rpmb()
Linus Walleij
2017-10-30
1
-1
/
+1
[next]