index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Lines
2025-09-16
block: update validation of atomic writes boundary for stacked devices
John Garry
-8
/
+14
2025-09-15
block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().
chengkaitao
-4
/
+0
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
-1
/
+1
2025-09-13
block: use largest_zero_folio in __blkdev_issue_zero_pages()
Pankaj Raghav
-7
/
+8
2025-09-10
blk-mq: remove blk_mq_tag_update_depth()
Yu Kuai
-34
/
+0
2025-09-10
blk-mq: fix potential deadlock while nr_requests grown
Yu Kuai
-22
/
+34
2025-09-10
blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
Yu Kuai
-11
/
+19
2025-09-10
blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()
Yu Kuai
-12
/
+27
2025-09-10
blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
Yu Kuai
-28
/
+22
2025-09-10
blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock
Yu Kuai
-5
/
+20
2025-09-10
blk-mq: check invalid nr_requests in queue_requests_store()
Yu Kuai
-22
/
+17
2025-09-10
blk-mq: remove useless checkings in blk_mq_update_nr_requests()
Yu Kuai
-8
/
+1
2025-09-10
blk-mq: remove useless checking in queue_requests_store()
Yu Kuai
-3
/
+0
2025-09-10
block: fix ordering of recursive split IO
Yu Kuai
-9
/
+13
2025-09-10
block: skip unnecessary checks for split bio
Yu Kuai
-2
/
+7
2025-09-10
blk-crypto: convert to use bio_submit_split_bioset()
Yu Kuai
-12
/
+5
2025-09-10
block: factor out a helper bio_submit_split_bioset()
Yu Kuai
-19
/
+40
2025-09-10
blk-crypto: fix missing blktrace bio split events
Yu Kuai
-0
/
+3
2025-09-10
blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
Yu Kuai
-3
/
+11
2025-09-10
block: initialize bio issue time in blk_mq_submit_bio()
Yu Kuai
-8
/
+8
2025-09-10
block: cleanup bio_issue
Yu Kuai
-55
/
+5
2025-09-09
blk-map: provide the bdev to bio if one exists
Keith Busch
-2
/
+3
2025-09-09
blk-mq-dma: bring back p2p request flags
Keith Busch
-0
/
+4
2025-09-09
blk-integrity: enable p2p source and destination
Keith Busch
-4
/
+17
2025-09-09
blk-integrity: use simpler alignment check
Keith Busch
-2
/
+2
2025-09-09
block: simplify direct io validity check
Keith Busch
-2
/
+2
2025-09-09
block: align the bio after building it
Keith Busch
-25
/
+40
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
-11
/
+14
2025-09-09
block: check for valid bio while splitting
Keith Busch
-5
/
+18
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
-1
/
+2
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
-8
/
+10
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-5
/
+8
2025-09-08
blk-throttle: fix access race during throttle policy activation
Han Guangjiang
-18
/
+18
2025-09-08
blk-mq: Replace tags->lock with SRCU for tag iterators
Ming Lei
-24
/
+12
2025-09-08
blk-mq: Defer freeing flush queue to SRCU callback
Ming Lei
-1
/
+11
2025-09-08
blk-mq: Defer freeing of tags page_list to SRCU callback
Ming Lei
-14
/
+36
2025-09-08
blk-mq: Pass tag_set to blk_mq_free_rq_map/tags
Ming Lei
-8
/
+8
2025-09-08
blk-mq: Move flush queue allocation into blk_mq_init_hctx()
Ming Lei
-8
/
+13
2025-09-05
blk-mq: fix blk_mq_tags double free while nr_requests grown
Yu Kuai
-0
/
+1
2025-09-05
blk-mq: fix elevator depth_updated method
Yu Kuai
-52
/
+41
2025-09-03
Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Jens Axboe
-3
/
+3
2025-09-02
block: use int to store blk_stack_limits() return value
Qianfeng Rong
-1
/
+2
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
-1
/
+1
2025-09-01
Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Christian Brauner
-32
/
+52
2025-08-28
blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx
Li Nan
-2
/
+4
2025-08-26
block: validate QoS before calling __rq_qos_done_bio()
Nilay Shroff
-5
/
+8
2025-08-26
blk-zoned: Fix a lockdep complaint about recursive locking
Bart Van Assche
-5
/
+6
2025-08-25
block: Move a misplaced comment in queue_wb_lat_store()
Bart Van Assche
-5
/
+5
2025-08-25
blk-integrity: use iterator for mapping sg
Keith Busch
-58
/
+45
2025-08-25
blk-mq-dma: add scatter-less integrity data DMA mapping
Keith Busch
-7
/
+97
[prev]
[next]