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
2024-11-19
block: Support atomic writes limits for stacked devices
John Garry
-0
/
+115
2024-11-19
block: Add extra checks in blk_validate_atomic_write_limits()
John Garry
-0
/
+17
2024-11-19
block: Drop granularity check in queue_limit_discard_alignment()
John Garry
-2
/
+0
2024-11-18
block: fix uaf for flush rq while iterating tags
Yu Kuai
-10
/
+5
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
-440
/
+760
2024-11-18
blk-settings: round down io_opt to physical_block_size
Mikulas Patocka
-0
/
+7
2024-11-18
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-10
/
+12
2024-11-13
block/genhd: use seq_put_decimal_ull for diskstats decimal values
David Wang
-34
/
+29
2024-11-13
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
-2
/
+2
2024-11-13
block: add a rq_list type
Christoph Hellwig
-26
/
+24
2024-11-13
block: export blk_validate_limits
Christoph Hellwig
-1
/
+2
2024-11-12
block: remove the ioprio field from struct request
Christoph Hellwig
-8
/
+5
2024-11-12
block: remove the write_hint field from struct request
Christoph Hellwig
-8
/
+10
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
-31
/
+18
2024-11-11
block: lift bio_is_zone_append to bio.h
Christoph Hellwig
-9
/
+0
2024-11-11
block: fix bio_split_rw_at to take zone_write_granularity into account
Christoph Hellwig
-1
/
+9
2024-11-11
block: take chunk_sectors into account in bio_split_write_zeroes
Christoph Hellwig
-12
/
+23
2024-11-11
block: Handle bio_split() errors in bio_submit_split()
John Garry
-5
/
+10
2024-11-11
block: Error an attempt to split an atomic write in bio_split()
John Garry
-0
/
+4
2024-11-11
block: Rework bio_split() return value
John Garry
-5
/
+7
2024-11-07
block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()
Ming Lei
-2
/
+8
2024-11-07
block: always verify unfreeze lock on the owner task
Ming Lei
-10
/
+57
2024-11-07
block: remove blk_freeze_queue()
Ming Lei
-22
/
+1
2024-11-07
block: Add a public bdev_zone_is_seq() helper
Damien Le Moal
-15
/
+2
2024-11-07
block: RCU protect disk->conv_zones_bitmap
Damien Le Moal
-12
/
+31
2024-11-07
block: Replace sprintf() with sysfs_emit()
zhangguopeng
-27
/
+27
2024-11-07
block: Switch to using refcount_t for zone write plugs
Damien Le Moal
-10
/
+10
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
-17
/
+30
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
-30
/
+17
2024-11-04
block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones
Christoph Hellwig
-6
/
+0
2024-11-04
block: update blk_stack_limits documentation
Christoph Hellwig
-4
/
+4
2024-11-01
Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linux
Linus Torvalds
-39
/
+17
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
-33
/
+0
2024-10-31
block: remove zone append special casing from the direct I/O path
Christoph Hellwig
-32
/
+2
2024-10-30
blk-integrity: remove seed for user mapped buffers
Keith Busch
-10
/
+7
2024-10-29
block: add a bdev_limits helper
Christoph Hellwig
-3
/
+2
2024-10-28
block: fix queue limits checks in blk_rq_map_user_bvec for real
Christoph Hellwig
-39
/
+17
2024-10-27
Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linux
Linus Torvalds
-3
/
+1
2024-10-26
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
-13
/
+75
2024-10-26
blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
Ming Lei
-0
/
+20
2024-10-23
block: fix sanity checks in blk_rq_map_user_bvec
Xinyu Zhang
-3
/
+1
2024-10-23
blk-mq: Unexport blk_mq_flush_busy_ctxs()
Bart Van Assche
-1
/
+0
2024-10-22
blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long
Bart Van Assche
-1
/
+2
2024-10-22
block: remove redundant explicit memory barrier from rq_qos waiter and waker
Muchun Song
-3
/
+1
2024-10-22
Merge branch 'for-6.13/block-atomic' into for-6.13/block
Jens Axboe
-10
/
+12
2024-10-22
block: flush all throttled bios when deleting the cgroup
Li Lingfeng
-24
/
+44
2024-10-22
block: fix ordering between checking BLK_MQ_S_STOPPED request adding
Muchun Song
-0
/
+19
2024-10-22
block: fix ordering between checking QUEUE_FLAG_QUIESCED request adding
Muchun Song
-13
/
+34
2024-10-22
block: fix missing dispatching request when queue is started or unquiesced
Muchun Song
-0
/
+2
2024-10-22
Revert "blk-throttle: Fix IO hang for a corner case"
Xiuhong Wang
-4
/
+4
[prev]
[next]