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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linux
Linus Torvalds
2
-15
/
+19
2025-06-11
block: use plug request list tail for one-shot backmerge attempt
Jens Axboe
1
-13
/
+13
2025-06-11
block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
Christoph Hellwig
1
-2
/
+5
2025-06-11
block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion
Damien Le Moal
1
-0
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
5
-5
/
+7
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
2
-18
/
+6
2025-06-03
block: flip iter directions in blk_rq_integrity_map_user()
Caleb Sander Mateos
1
-6
/
+1
2025-06-03
Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2025-06-03
block: drop direction param from bio_integrity_copy_user()
Caleb Sander Mateos
1
-12
/
+5
2025-05-27
Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+5
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+2
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
28
-1189
/
+1191
2025-05-26
Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-05-19
cgroup: use subsystem-specific rstat locks to avoid contention
JP Kobryn
1
-2
/
+2
2025-05-16
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2025-05-16
Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linux
Linus Torvalds
1
-15
/
+47
2025-05-16
blk-mq: add a copyright notice to blk-mq-dma.c
Christoph Hellwig
1
-0
/
+3
2025-05-16
blk-mq: move the DMA mapping code to a separate file
Christoph Hellwig
4
-135
/
+136
2025-05-15
block: fix elv_update_nr_hw_queues() to reattach elevator
Nilay Shroff
1
-1
/
+1
2025-05-15
block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warnings
Jens Axboe
1
-2
/
+2
2025-05-14
block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}
Lukas Bulwahn
1
-8
/
+0
2025-05-14
Merge branch 'atomic_writes-6.16' into xfs-6.16-merge
Carlos Maiolino
1
-1
/
+2
2025-05-14
Merge branch 'block-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ax...
Carlos Maiolino
12
-52
/
+148
2025-05-13
block: remove the same_page output argument to bvec_try_merge_page
Christoph Hellwig
3
-37
/
+25
2025-05-13
blk-throttle: Prevents the bps restricted io from entering the bps queue again
Zizhi Wo
2
-11
/
+53
2025-05-13
blk-throttle: Split the service queue
Zizhi Wo
2
-30
/
+49
2025-05-13
blk-throttle: Split the blkthrotl queue
Zizhi Wo
2
-16
/
+36
2025-05-13
blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"
Zizhi Wo
1
-2
/
+7
2025-05-13
blk-throttle: Split throtl_charge_bio() into bps and iops functions
Zizhi Wo
1
-15
/
+20
2025-05-13
blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time
Zizhi Wo
1
-43
/
+55
2025-05-13
blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()
Zizhi Wo
1
-25
/
+15
2025-05-13
Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
5
-51
/
+48
2025-05-12
scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer
Steve Siwinski
1
-1
/
+1
2025-05-12
block: unfreeze queue if realloc tag set fails during nr_hw_queues update
Nilay Shroff
1
-1
/
+4
2025-05-12
block: always allocate integrity buffer when required
Keith Busch
1
-15
/
+47
2025-05-10
block: export API to get the number of bdev inflight IO
Yu Kuai
3
-8
/
+17
2025-05-10
block: clean up blk_mq_in_flight_rw()
Yu Kuai
3
-26
/
+32
2025-05-10
block: WARN if bdev inflight counter is negative
Yu Kuai
1
-2
/
+2
2025-05-10
block: reuse part_in_flight_rw for part_in_flight
Yu Kuai
1
-15
/
+9
2025-05-10
blk-mq: remove blk_mq_in_flight()
Yu Kuai
2
-12
/
+0
2025-05-09
Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linux
Linus Torvalds
2
-6
/
+3
2025-05-08
block: remove test of incorrect io priority level
Aaron Lu
1
-5
/
+1
2025-05-08
block: move removing elevator after deleting disk->queue_kobj
Ming Lei
1
-3
/
+3
2025-05-08
block: don't quiesce queue for calling elevator_set_none()
Ming Lei
1
-4
/
+1
2025-05-07
fs: add atomic write unit max opt to statx
John Garry
1
-1
/
+2
2025-05-07
block: simplify bio_map_kern
Christoph Hellwig
1
-47
/
+9
2025-05-07
block: pass the operation to bio_{map,copy}_kern
Christoph Hellwig
1
-16
/
+14
2025-05-07
block: remove the q argument from blk_rq_map_kern
Christoph Hellwig
1
-13
/
+9
[next]