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
/
block
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-09
blk-map: provide the bdev to bio if one exists
Keith Busch
1
-2
/
+3
2025-09-09
blk-mq-dma: bring back p2p request flags
Keith Busch
1
-0
/
+4
2025-09-09
blk-integrity: enable p2p source and destination
Keith Busch
1
-4
/
+17
2025-09-09
blk-integrity: use simpler alignment check
Keith Busch
1
-2
/
+2
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
2
-11
/
+14
2025-09-09
block: check for valid bio while splitting
Keith Busch
2
-5
/
+18
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
1
-1
/
+2
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
3
-8
/
+10
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+8
2025-09-08
blk-throttle: fix access race during throttle policy activation
Han Guangjiang
4
-18
/
+18
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
2
-14
/
+36
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-05
blk-mq: fix blk_mq_tags double free while nr_requests grown
Yu Kuai
1
-0
/
+1
2025-09-05
blk-mq: fix elevator depth_updated method
Yu Kuai
6
-52
/
+41
2025-09-03
Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Jens Axboe
2
-3
/
+3
2025-09-02
block: use int to store blk_stack_limits() return value
Qianfeng Rong
1
-1
/
+2
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-09-01
Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Christian Brauner
6
-32
/
+52
2025-08-28
blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx
Li Nan
1
-2
/
+4
2025-08-26
block: validate QoS before calling __rq_qos_done_bio()
Nilay Shroff
1
-5
/
+8
2025-08-26
blk-zoned: Fix a lockdep complaint about recursive locking
Bart Van Assche
1
-5
/
+6
2025-08-25
block: Move a misplaced comment in queue_wb_lat_store()
Bart Van Assche
1
-5
/
+5
2025-08-25
blk-integrity: use iterator for mapping sg
Keith Busch
2
-58
/
+45
2025-08-25
blk-mq-dma: add scatter-less integrity data DMA mapping
Keith Busch
1
-7
/
+97
2025-08-25
blk-mq-dma: move common dma start code to a helper
Keith Busch
1
-26
/
+33
2025-08-25
blk-mq: remove REQ_P2PDMA flag
Keith Busch
2
-17
/
+15
2025-08-25
blk-mq-dma: provide the bio_vec array being iterated
Keith Busch
1
-23
/
+33
2025-08-25
blk-mq-dma: create blk_map_iter type
Keith Busch
1
-2
/
+2
2025-08-21
block: avoid cpu_hotplug_lock depedency on freeze_lock
Nilay Shroff
3
-28
/
+36
2025-08-21
block: decrement block_rq_qos static key in rq_qos_del()
Nilay Shroff
1
-0
/
+1
2025-08-21
block: skip q->rq_qos check in rq_qos_done_bio()
Nilay Shroff
1
-2
/
+8
2025-08-21
blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
Ming Lei
1
-4
/
+9
2025-08-20
block: don't silently ignore metadata for sync read/write
Christoph Hellwig
1
-5
/
+5
2025-08-20
fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
Christoph Hellwig
1
-0
/
+3
2025-08-18
block: tone down bio_check_eod
Christoph Hellwig
1
-1
/
+1
2025-08-18
block: remove newlines from the warnings in blk_validate_integrity_limits
Christoph Hellwig
1
-6
/
+3
2025-08-18
block: handle pi_tuple_size in queue_limits_stack_integrity
Christoph Hellwig
1
-0
/
+3
2025-08-13
block: restore default wbt enablement
Julian Sun
1
-1
/
+1
2025-08-13
block: switch ->getgeo() to struct gendisk
Al Viro
2
-3
/
+3
2025-08-11
blk-wbt: Eliminate ambiguity in the comments of struct rq_wb
Tang Yizhou
1
-2
/
+2
2025-08-11
blk-wbt: Optimize wbt_done() for non-throttled writes
Tang Yizhou
1
-5
/
+6
2025-08-11
block: fix kobject double initialization in add_disk
Zheng Qixing
3
-7
/
+8
2025-08-11
blk-cgroup: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-3
/
+3
2025-08-11
block, bfq: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-2
/
+1
2025-08-09
Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linux
Linus Torvalds
12
-200
/
+287
[prev]
[next]