index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
block: fix stacking of atomic writes when atomics are not supported
John Garry
1
-9
/
+10
2025-09-16
block: update validation of atomic writes boundary for stacked devices
John Garry
1
-8
/
+14
2025-09-15
block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().
chengkaitao
1
-4
/
+0
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-14
block: use largest_zero_folio in __blkdev_issue_zero_pages()
Pankaj Raghav
1
-7
/
+8
2025-09-10
blk-mq: remove blk_mq_tag_update_depth()
Yu Kuai
2
-34
/
+0
2025-09-10
blk-mq: fix potential deadlock while nr_requests grown
Yu Kuai
3
-22
/
+34
2025-09-10
blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
Yu Kuai
4
-11
/
+19
2025-09-10
blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()
Yu Kuai
1
-12
/
+27
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
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
block: factor out a helper bio_submit_split_bioset()
Yu Kuai
1
-19
/
+40
2025-09-10
blk-crypto: fix missing blktrace bio split events
Yu Kuai
1
-0
/
+3
2025-09-10
blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
Yu Kuai
3
-3
/
+11
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
4
-55
/
+5
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-04
Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Jens Axboe
2
-3
/
+3
2025-09-03
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-29
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
[prev]
[next]