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.19.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-7.0.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-11-13
block: use {alloc|free}_sched data methods
Nilay Shroff
4
-20
/
+50
2025-11-13
block: introduce alloc_sched_data and free_sched_data elevator methods
Nilay Shroff
2
-0
/
+26
2025-11-13
block: move elevator tags into struct elevator_resources
Nilay Shroff
5
-36
/
+64
2025-11-13
block: unify elevator tags and type xarrays into struct elv_change_ctx
Nilay Shroff
6
-67
/
+115
2025-11-13
block: fix NULL pointer dereference in disk_report_zones()
Damien Le Moal
1
-1
/
+1
2025-11-13
block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio()
Damien Le Moal
1
-9
/
+12
2025-11-13
blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
Bart Van Assche
1
-25
/
+17
2025-11-13
blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
Bart Van Assche
1
-0
/
+2
2025-11-13
blk-zoned: Fix a typo in a source code comment
Bart Van Assche
1
-1
/
+1
2025-11-12
bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP
Baokun Li
1
-1
/
+18
2025-11-11
blk-mq-dma: fix kernel-doc function name for integrity DMA iterator
Kriish Sharma
1
-1
/
+1
2025-11-11
block: fix merging data-less bios
Keith Busch
1
-0
/
+3
2025-11-11
block: add lockdep to queue_limits_commit_update()
Chaitanya Kulkarni
1
-0
/
+2
2025-11-08
block: clean up indentation in blk_rq_map_iter_init()
Caleb Sander Mateos
1
-2
/
+2
2025-11-07
block: introduce bdev_zone_start()
Damien Le Moal
1
-2
/
+2
2025-11-07
block: refactor disk_zone_wplug_sync_wp_offset()
Damien Le Moal
1
-14
/
+13
2025-11-07
block: improve blk_zone_wp_offset()
Damien Le Moal
1
-4
/
+4
2025-11-07
block: don't return 1 for the fallback case in blkdev_get_zone_info
Christoph Hellwig
1
-1
/
+7
2025-11-07
block: accumulate memory segment gaps per bio
Keith Busch
5
-5
/
+47
2025-11-07
block: fix cached zone reporting after zone append was used
Christoph Hellwig
1
-5
/
+21
2025-11-07
block: don't leak disk->zones_cond for !disk_need_zone_resources
Christoph Hellwig
1
-12
/
+8
2025-11-05
block: add zone write plug condition to debugfs zone_wplugs
Damien Le Moal
1
-2
/
+4
2025-11-05
block: improve zone_wplugs debugfs attribute output
Damien Le Moal
1
-2
/
+4
2025-11-05
block: introduce BLKREPORTZONESV2 ioctl
Damien Le Moal
2
-3
/
+23
2025-11-05
block: introduce blkdev_report_zones_cached()
Damien Le Moal
1
-13
/
+75
2025-11-05
block: introduce blkdev_get_zone_info()
Damien Le Moal
1
-0
/
+141
2025-11-05
block: refactor blkdev_report_zones() code
Damien Le Moal
1
-8
/
+16
2025-11-05
block: track zone conditions
Damien Le Moal
1
-6
/
+114
2025-11-05
block: use zone condition to determine conventional zones
Damien Le Moal
1
-45
/
+108
2025-11-05
block: reorganize struct blk_zone_wplug
Damien Le Moal
1
-10
/
+10
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
1
-37
/
+42
2025-11-05
block: cleanup blkdev_report_zones()
Damien Le Moal
1
-2
/
+1
2025-11-05
block: freeze queue when updating zone resources
Damien Le Moal
1
-18
/
+24
2025-11-05
block: handle zone management operations completions
Damien Le Moal
2
-49
/
+104
2025-11-05
block: add __must_check attribute to sb_min_blocksize()
Yongpeng Yang
1
-1
/
+1
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
1
-2
/
+3
2025-11-04
block: make bio auto-integrity deadlock safe
Christoph Hellwig
3
-19
/
+72
2025-11-04
block: blocking mempool_alloc doesn't fail
Christoph Hellwig
1
-4
/
+0
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
1
-2
/
+4
2025-10-31
Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2025-10-30
blk-crypto: use BLK_STS_INVAL for alignment errors
Carlos Llamas
1
-1
/
+1
2025-10-24
Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+10
2025-10-22
blktrace: handle BLKTRACESETUP2 ioctl
Johannes Thumshirn
1
-0
/
+1
2025-10-22
block: require LBA dma_alignment when using PI
Christoph Hellwig
1
-0
/
+10
2025-10-22
block: rename min_segment_size
Keith Busch
3
-4
/
+4
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-2
/
+2
2025-10-20
blk-mq: use struct_size() in kmalloc()
Mehdi Ben Hadj Khelifa
1
-2
/
+1
2025-10-20
block/mq-deadline: Switch back to a single dispatch list
Bart Van Assche
1
-60
/
+47
2025-10-20
block/mq-deadline: Introduce dd_start_request()
Bart Van Assche
1
-8
/
+14
2025-10-17
Merge tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-14
/
+11
[prev]
[next]