index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
lib
/
kdoc
/
kdoc_parser.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-10
blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
Yu Kuai
2
-28
/
+22
2025-09-10
blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock
Yu Kuai
1
-5
/
+20
2025-09-10
blk-mq: check invalid nr_requests in queue_requests_store()
Yu Kuai
4
-22
/
+17
2025-09-10
blk-mq: remove useless checkings in blk_mq_update_nr_requests()
Yu Kuai
1
-8
/
+1
2025-09-10
blk-mq: remove useless checking in queue_requests_store()
Yu Kuai
1
-3
/
+0
2025-09-10
ublk: consolidate nr_io_ready and nr_queues_ready
Caleb Sander Mateos
1
-16
/
+12
2025-09-10
md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
Yu Kuai
1
-11
/
+2
2025-09-10
block: fix ordering of recursive split IO
Yu Kuai
4
-9
/
+13
2025-09-10
block: skip unnecessary checks for split bio
Yu Kuai
3
-2
/
+7
2025-09-10
blk-crypto: convert to use bio_submit_split_bioset()
Yu Kuai
1
-12
/
+5
2025-09-10
md/md-linear: convert to use bio_submit_split_bioset()
Yu Kuai
1
-12
/
+3
2025-09-10
md/raid5: convert to use bio_submit_split_bioset()
Yu Kuai
1
-6
/
+4
2025-09-10
md/raid10: convert read/write to use bio_submit_split_bioset()
Yu Kuai
1
-29
/
+13
2025-09-10
md/raid10: add a new r10bio flag R10BIO_Returned
Yu Kuai
2
-3
/
+7
2025-09-10
md/raid1: convert to use bio_submit_split_bioset()
Yu Kuai
2
-28
/
+14
2025-09-10
md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
Yu Kuai
1
-13
/
+6
2025-09-10
block: factor out a helper bio_submit_split_bioset()
Yu Kuai
2
-19
/
+42
2025-09-10
blk-crypto: fix missing blktrace bio split events
Yu Kuai
1
-0
/
+3
2025-09-10
md: fix mssing blktrace bio split events
Yu Kuai
5
-0
/
+19
2025-09-10
blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
Yu Kuai
4
-3
/
+12
2025-09-10
block: initialize bio issue time in blk_mq_submit_bio()
Yu Kuai
4
-8
/
+8
2025-09-10
block: cleanup bio_issue
Yu Kuai
5
-60
/
+7
2025-09-09
blk-map: provide the bdev to bio if one exists
Keith Busch
2
-7
/
+3
2025-09-09
blk-mq-dma: bring back p2p request flags
Keith Busch
6
-19
/
+35
2025-09-09
blk-integrity: enable p2p source and destination
Keith Busch
1
-4
/
+17
2025-09-09
iov_iter: remove iov_iter_is_aligned
Keith Busch
2
-97
/
+0
2025-09-09
blk-integrity: use simpler alignment check
Keith Busch
1
-2
/
+2
2025-09-09
block: remove bdev_iter_is_aligned
Keith Busch
1
-7
/
+0
2025-09-09
iomap: simplify direct io validity check
Keith Busch
1
-2
/
+1
2025-09-09
block: simplify direct io validity check
Keith Busch
1
-2
/
+2
2025-09-09
block: align the bio after building it
Keith Busch
1
-25
/
+40
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
5
-13
/
+30
2025-09-09
block: check for valid bio while splitting
Keith Busch
4
-7
/
+27
2025-09-09
drivers/block: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
5
-5
/
+5
2025-09-09
drivers/block: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-09
drivers/block: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2025-09-09
block: floppy: Replace kmalloc() + copy_from_user() with memdup_user()
Thorsten Blum
1
-6
/
+3
2025-09-09
blk-mq: Document tags_srcu member in blk_mq_tag_set structure
Ming Lei
1
-0
/
+2
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
8
-19
/
+17
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
20
-27
/
+32
2025-09-09
nbd: restrict sockets to TCP and UDP
Eric Dumazet
1
-0
/
+8
2025-09-08
blk-throttle: fix access race during throttle policy activation
Han Guangjiang
4
-18
/
+18
2025-09-08
null_blk: Fix the description of the cache_size module argument
Genjian Zhang
1
-1
/
+1
2025-09-08
blk-mq: Replace tags->lock with SRCU for tag iterators
Ming Lei
2
-24
/
+12
2025-09-08
blk-mq: Defer freeing flush queue to SRCU callback
Ming Lei
2
-1
/
+11
2025-09-08
blk-mq: Defer freeing of tags page_list to SRCU callback
Ming Lei
3
-14
/
+38
2025-09-08
blk-mq: Pass tag_set to blk_mq_free_rq_map/tags
Ming Lei
3
-8
/
+8
2025-09-08
blk-mq: Move flush queue allocation into blk_mq_init_hctx()
Ming Lei
2
-8
/
+13
2025-09-06
md/md-llbitmap: introduce new lockless bitmap
Yu Kuai
8
-12
/
+1696
2025-09-06
md/md-bitmap: make method bitmap_ops->daemon_work optional
Yu Kuai
1
-1
/
+1
[prev]
[next]