index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
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
*
Merge tag 'v6.16-rc1'
saturneric
2025-06-11
1
-3
/
+3
|
\
|
*
mmc: rename mmc_can_trim() to mmc_card_can_trim()
Wolfram Sang
2025-05-14
1
-1
/
+1
|
*
mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()
Wolfram Sang
2025-05-14
1
-1
/
+1
|
*
mmc: rename mmc_can_erase() to mmc_card_can_erase()
Wolfram Sang
2025-05-14
1
-1
/
+1
*
|
Merge remote-tracking UNTIL 21. Apr. 2025
saturneric
2025-04-21
1
-1
/
+1
|
\
|
|
*
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
2025-03-13
1
-1
/
+1
*
|
Merge remote-tracking UNTIL 24. Mar 2025
saturneric
2025-03-30
1
-1
/
+1
|
\
|
|
*
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2024-12-23
1
-1
/
+1
*
|
fix: drivers patch make raspberry pi 5 work properly
saturneric
2025-01-12
1
-0
/
+9
|
/
*
mmc: core: Only set maximum DMA segment size if DMA is supported
Guenter Roeck
2024-10-02
1
-1
/
+2
*
block: move the stable_writes flag to queue_limits
Christoph Hellwig
2024-06-19
1
-2
/
+3
*
block: move the add_random flag to queue_limits
Christoph Hellwig
2024-06-19
1
-2
/
+0
*
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
1
-1
/
+0
*
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
1
-4
/
+8
*
Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2024-03-13
1
-3
/
+0
|
\
|
*
mmc: core Drop BLK_BOUNCE_HIGH
Linus Walleij
2024-02-13
1
-2
/
+0
*
|
mmc: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-20
1
-44
/
+51
*
|
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
1
-1
/
+1
|
/
*
mmc: core: Allow dynamical updates of the number of requests for hsq
Wenchao Chen
2023-09-27
1
-5
/
+1
*
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-18
1
-1
/
+1
*
|
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-18
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-12
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
[next]