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-05-06
block: don't allow to switch elevator if updating nr_hw_queues is in-progress
Ming Lei
1
-0
/
+3
2025-05-06
block: prevent adding/deleting disk during updating nr_hw_queues
Ming Lei
2
-34
/
+83
2025-05-06
block: add helper add_disk_final()
Ming Lei
1
-19
/
+27
2025-05-06
block: move sched debugfs register into elvevator_register_queue
Ming Lei
4
-20
/
+13
2025-05-06
block: add two helpers for registering/un-registering sched debugfs
Ming Lei
1
-15
/
+30
2025-05-06
block: use q->elevator with ->elevator_lock held in elv_iosched_show()
Ming Lei
1
-2
/
+1
2025-05-06
block: don't call freeze queue in elevator_switch() and elevator_disable()
Ming Lei
1
-7
/
+2
2025-05-06
block: move ELEVATOR_FLAG_DISABLE_WBT a request queue flag
Ming Lei
4
-5
/
+4
2025-05-06
block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()
Ming Lei
1
-1
/
+1
2025-05-06
blk-throttle: Add an additional overflow check to the call calculate_bytes/io...
Zizhi Wo
1
-21
/
+62
2025-05-06
blk-throttle: Delete unnecessary carryover-related fields from throtl_grp
Zizhi Wo
2
-15
/
+12
2025-05-06
blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover()
Zizhi Wo
1
-6
/
+16
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
6
-296
/
+1
2025-05-02
block: use writeback_iter
Christoph Hellwig
1
-2
/
+3
2025-05-02
block: avoid hctx spinlock for plug with multiple queues
Caleb Sander Mateos
1
-1
/
+48
2025-05-02
block: factor out blk_mq_dispatch_queue_requests() helper
Caleb Sander Mateos
1
-21
/
+22
2025-05-02
block: take rq_list instead of plug in dispatch functions
Caleb Sander Mateos
2
-15
/
+13
2025-04-28
Merge remote-tracking branch 'linux-block/block-6.15' into xfs tree
Carlos Maiolino
10
-31
/
+98
2025-04-25
Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linux
Linus Torvalds
7
-20
/
+89
2025-04-25
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
7
-20
/
+89
2025-04-24
block: don't autoload drivers on blk-cgroup configuration
Christoph Hellwig
1
-1
/
+1
2025-04-24
block: don't autoload drivers on stat
Christoph Hellwig
4
-7
/
+7
2025-04-24
block: remove the backing_inode variable in bdev_statx
Christoph Hellwig
1
-7
/
+4
2025-04-24
block: move blkdev_{get,put} _no_open prototypes out of blkdev.h
Christoph Hellwig
1
-0
/
+3
2025-04-24
block: never reduce ra_pages in blk_apply_bdi_limits
Christoph Hellwig
1
-1
/
+7
2025-04-23
block: hoist block size validation code to a separate function
Darrick J. Wong
1
-6
/
+27
2025-04-23
block: fix race between set_blocksize and read paths
Darrick J. Wong
4
-1
/
+43
2025-04-21
block: blk-rq-qos: guard rq-qos helpers by static key
Jens Axboe
2
-9
/
+16
2025-04-21
block: ensure that struct blk_mq_alloc_data is fully initialized
Jens Axboe
1
-1
/
+21
2025-04-21
block: Simplify blk_mq_dispatch_rq_list() and its callers
Bart Van Assche
3
-17
/
+13
2025-04-20
Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
3
-11
/
+9
2025-04-17
fs: move the bdex_statx call to vfs_getattr_nosec
Christoph Hellwig
1
-2
/
+1
2025-04-16
block: integrity: Do not call set_page_dirty_lock()
Martin K. Petersen
1
-11
/
+6
2025-04-14
block: fix resource leak in blk_register_queue() error path
Zheng Qixing
1
-0
/
+2
2025-04-14
block: add SPDX header line to blk-throttle.h
Bird, Tim
1
-0
/
+1
2025-04-07
mm: Remove swap_writepage() and shmem_writepage()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-5
/
+5
2025-04-04
cgroup: change rstat function signatures from cgroup-based to css-based
JP Kobryn
1
-3
/
+3
2025-04-03
block: don't grab elevator lock during queue initialization
Ming Lei
1
-7
/
+17
2025-04-01
block: remove unused nseg parameter
Nitesh Shetty
1
-3
/
+2
2025-03-27
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
39
-800
/
+1180
2025-03-26
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2
-2
/
+2
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-5
/
+3
2025-03-25
Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-18
/
+13
2025-03-24
Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+8
2025-03-19
block/blk-iocost: ensure 'ret' is set on error
Jens Axboe
1
-1
/
+3
2025-03-19
block: correct locking order for protecting blk-wbt parameters
Nilay Shroff
3
-13
/
+58
2025-03-19
block: release q->elevator_lock in ioc_qos_write
Nilay Shroff
1
-0
/
+1
2025-03-18
blk-cgroup: improve policy registration error handling
Chen Linxuan
1
-10
/
+12
[prev]
[next]