index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
Yu Kuai
4
-43
/
+20
2025-08-04
block, bfq: Reorder struct bfq_iocq_bfqq_data
Christophe JAILLET
1
-5
/
+5
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-07-31
block: ensure discard_granularity is zero when discard is not supported
Christoph Hellwig
1
-3
/
+10
2025-07-30
block: fix potential deadlock while running nr_hw_queue update
Nilay Shroff
5
-15
/
+89
2025-07-30
block: fix lockdep warning caused by lock dependency in elv_iosched_store
Nilay Shroff
4
-81
/
+136
2025-07-30
block: move elevator queue allocation logic into blk_mq_init_sched
Nilay Shroff
6
-36
/
+16
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+5
2025-07-29
blk-ioc: don't hold queue_lock for ioc_lookup_icq()
Yu Kuai
2
-26
/
+8
2025-07-29
block: Enforce power-of-2 physical block size
John Garry
1
-1
/
+5
2025-07-29
block: avoid possible overflow for chunk_sectors check in blk_stack_limits()
John Garry
1
-1
/
+1
2025-07-29
block: Improve read ahead size for rotational devices
Damien Le Moal
1
-2
/
+10
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
9
-88
/
+395
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+25
2025-07-28
Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-15
/
+122
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+6
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-21
/
+69
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+9
2025-07-25
Merge tag 'block-6.16-20250725' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+13
2025-07-25
block: restore two stage elevator switch while running nr_hw_queue update
Nilay Shroff
3
-15
/
+81
2025-07-23
block: fix lbmd_guard_tag_type assignment in FS_IOC_GETLBMD_CAP
Anuj Gupta
1
-1
/
+15
2025-07-20
block: fix module reference leak in mq-deadline I/O scheduler
Nilay Shroff
1
-6
/
+13
2025-07-18
Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2025-07-17
block: use chunk_sectors when evaluating stacked atomic write limits
John Garry
1
-23
/
+33
2025-07-17
block: sanitize chunk_sectors for atomic write limits
John Garry
1
-0
/
+6
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-5
/
+8
2025-07-15
block: add trace messages to zone write plugging
Johannes Thumshirn
1
-0
/
+5
2025-07-15
block: add tracepoint for blkdev_zone_mgmt
Johannes Thumshirn
1
-0
/
+2
2025-07-15
block: add tracepoint for blk_zone_update_request_bio
Johannes Thumshirn
1
-0
/
+3
2025-07-15
block: split blk_zone_update_request_bio into two functions
Johannes Thumshirn
3
-19
/
+31
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
1
-1
/
+2
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
1
-0
/
+1
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
1
-9
/
+16
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
1
-2
/
+6
2025-07-11
block: fix kobject leak in blk_unregister_queue
Ming Lei
1
-0
/
+1
2025-07-11
block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
Arnd Bergmann
2
-6
/
+10
2025-07-09
bio: use memzero_page() in bio_truncate()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-07-09
blk-mq-debugfs: use debugfs_get_aux()
Al Viro
1
-7
/
+5
2025-07-01
blk-mq: add number of queue calc helper
Daniel Wagner
1
-0
/
+40
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
1
-3
/
+3
2025-07-01
fs: add ioctl to query metadata and protection info capabilities
Anuj Gupta
2
-0
/
+56
2025-07-01
block: introduce pi_tuple_size field in blk_integrity
Anuj Gupta
1
-0
/
+38
2025-07-01
block: rename tuple_size field in blk_integrity to metadata_size
Anuj Gupta
4
-14
/
+14
2025-06-30
block: add scatterlist-less DMA mapping helpers
Christoph Hellwig
1
-0
/
+161
2025-06-30
block: don't merge different kinds of P2P transfers in a single bio
Christoph Hellwig
2
-7
/
+16
2025-06-30
block: Introduce bio_needs_zone_write_plugging()
Damien Le Moal
2
-21
/
+5
2025-06-30
block: Increase BLK_DEF_MAX_SECTORS_CAP
Damien Le Moal
1
-0
/
+9
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
1
-11
/
+15
2025-06-26
block: fix false warning in bdev_count_inflight_rw()
Yu Kuai
1
-11
/
+15
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
1
-1
/
+1
[prev]
[next]