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-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-549
/
+1270
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+18
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+3
2025-12-01
blk-mq: use queue_hctx in blk_mq_map_queue_type
Fengnan Chang
-1
/
+1
2025-11-28
blk-mq: fix potential uaf for 'queue_hw_ctx'
Fengnan Chang
-1
/
+6
2025-11-28
blk-mq: use array manage hctx map instead of xarray
Fengnan Chang
-23
/
+39
2025-11-25
block: ignore __blkdev_issue_discard() return value
Chaitanya Kulkarni
-3
/
+3
2025-11-25
block: fix typos in comments and strings in blk-core
shechenglong
-6
/
+6
2025-11-25
block: Remove references to __device_add_disk()
John Garry
-3
/
+3
2025-11-20
PCI/P2PDMA: Simplify bus address mapping API
Leon Romanovsky
-1
/
+1
2025-11-20
block: use min() instead of min_t()
David Laight
-6
/
+3
2025-11-18
block: remove the declaration of elevator_init_mq function
Chengkaitao
-1
/
+0
2025-11-18
Revert "block: consider discard merge last"
Jens Axboe
-6
/
+6
2025-11-18
block: Remove queue freezing from several sysfs store callbacks
Bart Van Assche
-18
/
+8
2025-11-18
block: plug attempts to batch allocate tags multiple times
Xue He
-14
/
+19
2025-11-17
block: rate-limit capacity change info log
Li Chen
-1
/
+1
2025-11-17
Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2025-11-17
block/blk-throttle: Remove throtl_slice from struct throtl_data
Guenter Roeck
-19
/
+13
2025-11-17
block/blk-throttle: drop unneeded blk_stat_enable_accounting
Guenter Roeck
-6
/
+0
2025-11-17
block/blk-throttle: Fix throttle slice time for SSDs
Guenter Roeck
-7
/
+2
2025-11-17
block: consider discard merge last
Keith Busch
-6
/
+6
2025-11-14
block-dma: properly take MMIO path
Leon Romanovsky
-6
/
+12
2025-11-14
nvme-pci: migrate to dma_map_phys instead of map_page
Leon Romanovsky
-2
/
+2
2025-11-13
block: define alloc_sched_data and free_sched_data methods for kyber
Nilay Shroff
-8
/
+22
2025-11-13
block: use {alloc|free}_sched data methods
Nilay Shroff
-20
/
+50
2025-11-13
block: introduce alloc_sched_data and free_sched_data elevator methods
Nilay Shroff
-0
/
+26
2025-11-13
block: move elevator tags into struct elevator_resources
Nilay Shroff
-36
/
+64
2025-11-13
block: unify elevator tags and type xarrays into struct elv_change_ctx
Nilay Shroff
-67
/
+115
2025-11-13
block: fix NULL pointer dereference in disk_report_zones()
Damien Le Moal
-1
/
+1
2025-11-13
block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio()
Damien Le Moal
-9
/
+12
2025-11-12
blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
Bart Van Assche
-25
/
+17
2025-11-12
blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
Bart Van Assche
-0
/
+2
2025-11-12
blk-zoned: Fix a typo in a source code comment
Bart Van Assche
-1
/
+1
2025-11-12
bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP
Baokun Li
-1
/
+18
2025-11-11
blk-mq-dma: fix kernel-doc function name for integrity DMA iterator
Kriish Sharma
-1
/
+1
2025-11-11
block: fix merging data-less bios
Keith Busch
-0
/
+3
2025-11-11
block: add lockdep to queue_limits_commit_update()
Chaitanya Kulkarni
-0
/
+2
2025-11-08
block: clean up indentation in blk_rq_map_iter_init()
Caleb Sander Mateos
-2
/
+2
2025-11-07
block: introduce bdev_zone_start()
Damien Le Moal
-2
/
+2
2025-11-07
block: refactor disk_zone_wplug_sync_wp_offset()
Damien Le Moal
-14
/
+13
2025-11-07
block: improve blk_zone_wp_offset()
Damien Le Moal
-4
/
+4
2025-11-07
block: don't return 1 for the fallback case in blkdev_get_zone_info
Christoph Hellwig
-1
/
+7
2025-11-06
block: accumulate memory segment gaps per bio
Keith Busch
-5
/
+47
2025-11-06
block: fix cached zone reporting after zone append was used
Christoph Hellwig
-5
/
+21
2025-11-06
block: don't leak disk->zones_cond for !disk_need_zone_resources
Christoph Hellwig
-12
/
+8
2025-11-05
block: add zone write plug condition to debugfs zone_wplugs
Damien Le Moal
-2
/
+4
2025-11-05
block: improve zone_wplugs debugfs attribute output
Damien Le Moal
-2
/
+4
2025-11-05
block: introduce BLKREPORTZONESV2 ioctl
Damien Le Moal
-3
/
+23
[prev]
[next]