index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
block: fix aligning of bounced dio read bios
Christoph Hellwig
1
-23
/
+28
7 days
block: handle huge zero folios in bio_free_folios
Christoph Hellwig
1
-1
/
+1
7 days
block: try slab allocation in bio_alloc_bioset() before mempool
Joseph Qi
1
-0
/
+8
7 days
block: show operation in error injection rules
Jackie Liu
1
-3
/
+4
7 days
block: serialize elevator changes for the same queue using a writer lock
Shin'ichiro Kawasaki
1
-2
/
+7
7 days
block: free copied pages when blk_rq_map_kern() fails
Jackie Liu
1
-2
/
+7
8 days
block: do not warn when doing greedy allocation in folio_alloc_greedy()
Qu Wenruo
1
-1
/
+2
8 days
partitions: aix: bound the lvd scan to one sector
Michael Bommarito
1
-1
/
+8
8 days
blk-cgroup: fix leaks and online flag on radix_tree_insert failure
Tao Cui
1
-2
/
+2
8 days
block: fix race in blk_time_get_ns() returning 0
Mike Waychison
1
-3
/
+10
13 days
block: remove redundant GD_NEED_PART_SCAN in add_disk_final()
Connor Williamson
1
-4
/
+0
2026-07-01
block: Make WBT latency writes honor enable state
Guzebing
1
-1
/
+20
2026-07-01
block: avoid potential deadlock on zone revalidation failure
Damien Le Moal
3
-17
/
+31
2026-06-26
blk-mq: bound blk_hctx_poll() to one jiffy
Anuj Gupta
1
-1
/
+2
2026-06-24
block: handle REQ_OP_ZONE_APPEND in __bio_integrity_action
Christoph Hellwig
1
-0
/
+1
2026-06-24
block: fix GFP_ flags confusion in bio_integrity_alloc_buf
Christoph Hellwig
3
-8
/
+6
2026-06-24
block, bfq: don't grab queue_lock to initialize bfq
Yu Kuai
1
-5
/
+0
2026-06-24
blk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()
Yu Kuai
1
-19
/
+26
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()
Yu Kuai
1
-7
/
+11
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()
Yu Kuai
1
-21
/
+36
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()
Yu Kuai
5
-25
/
+34
2026-06-24
blk-cgroup: delay freeing policy data after rcu grace period
Yu Kuai
5
-6
/
+42
2026-06-24
blk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()
Yu Kuai
1
-6
/
+3
2026-06-22
blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
Zizhi Wo
1
-12
/
+12
2026-06-22
blk-cgroup: fix UAF in __blkcg_rstat_flush()
Michal Koutný
1
-10
/
+11
2026-06-22
block, bfq: protect async queue reset with blkcg locks
Cen Zhang
2
-2
/
+14
2026-06-22
block: fix incorrect error injection static key decrement
Christoph Hellwig
1
-2
/
+2
2026-06-16
block: respect iov_iter::nofault flag in bio_iov_iter_bounce_write()
Qu Wenruo
1
-1
/
+5
2026-06-16
block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()
Qu Wenruo
1
-3
/
+14
2026-06-16
block: Remove redundant plug in __submit_bio()
Wen Xiong
1
-7
/
+0
2026-06-16
block: fix IORING_URING_CMD_REISSUE flags check in blkdev_uring_cmd
Yitang Yang
1
-1
/
+1
2026-06-16
Merge tag 'for-7.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
33
-429
/
+884
2026-06-16
Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-4
/
+5
2026-06-13
block: check bio split for unaligned bvec
Keith Busch
1
-0
/
+2
2026-06-12
block: add configurable error injection
Christoph Hellwig
7
-0
/
+358
2026-06-12
block: add a str_to_blk_op helper
Christoph Hellwig
2
-0
/
+11
2026-06-12
block: add a "tag" for block status codes
Christoph Hellwig
2
-0
/
+30
2026-06-12
block: add a macro to initialize the status table
Christoph Hellwig
1
-20
/
+25
2026-06-09
block: propagate in_flight to whole disk on partition I/O
Tang Yizhou
4
-7
/
+26
2026-06-08
block: optimize I/O merge hot path with unlikely() hints
Steven Feng
1
-4
/
+4
2026-06-08
partitions: aix: bound the pp_count scan to the ppe array
Bryam Vargas
1
-0
/
+9
2026-06-05
block: Enable lock context analysis
Bart Van Assche
1
-0
/
+2
2026-06-05
block/mq-deadline: Make the lock context annotations compatible with Clang
Bart Van Assche
1
-4
/
+8
2026-06-05
block/Kyber: Make the lock context annotations compatible with Clang
Bart Van Assche
1
-2
/
+5
2026-06-05
block/blk-mq-debugfs: Improve lock context annotations
Bart Van Assche
2
-6
/
+22
2026-06-05
block/blk-iocost: Inline iocg_lock() and iocg_unlock()
Bart Van Assche
1
-27
/
+26
2026-06-05
block/blk-iocost: Split ioc_rqos_throttle()
Bart Van Assche
1
-69
/
+94
2026-06-05
block/crypto: Annotate the crypto functions
Bart Van Assche
1
-0
/
+2
2026-06-05
block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()
Bart Van Assche
3
-56
/
+19
[next]