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
2022-09-29
block: add rationale for not using blk_mq_plug() when applicable
Pankaj Raghav
-0
/
+12
2022-09-29
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
-7
/
+5
2022-09-27
blk-cgroup: don't update the blkg lookup hint in blkg_conf_prep
Christoph Hellwig
-13
/
+4
2022-09-27
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
-7
/
+6
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
-1
/
+1
2022-09-26
blk-cgroup: pass a gendisk to the blkg allocation helpers
Christoph Hellwig
-28
/
+28
2022-09-26
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
-6
/
+8
2022-09-26
blk-cgroup: pass a gendisk to blkg_destroy_all
Christoph Hellwig
-9
/
+4
2022-09-26
blk-throttle: pass a gendisk to blk_throtl_cancel_bios
Christoph Hellwig
-4
/
+5
2022-09-26
blk-throttle: pass a gendisk to blk_throtl_register_queue
Christoph Hellwig
-4
/
+5
2022-09-26
blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit
Christoph Hellwig
-9
/
+12
2022-09-26
blk-iocost: cleanup ioc_qos_write
Christoph Hellwig
-6
/
+8
2022-09-26
blk-iocost: pass a gendisk to blk_iocost_init
Christoph Hellwig
-3
/
+4
2022-09-26
blk-iocost: simplify ioc_name
Christoph Hellwig
-9
/
+5
2022-09-26
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
-4
/
+5
2022-09-26
blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exit
Christoph Hellwig
-10
/
+10
2022-09-26
blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue
Christoph Hellwig
-26
/
+12
2022-09-26
blk-cgroup: remove blkg_lookup_check
Christoph Hellwig
-26
/
+10
2022-09-26
blk-cgroup: cleanup the blkg_lookup family of functions
Christoph Hellwig
-50
/
+27
2022-09-26
blk-cgroup: remove open coded blkg_lookup instances
Christoph Hellwig
-7
/
+7
2022-09-26
blk-cgroup: remove blk_queue_root_blkg
Christoph Hellwig
-15
/
+1
2022-09-26
blk-cgroup: fix error unwinding in blkcg_init_queue
Christoph Hellwig
-6
/
+7
2022-09-24
Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+2
2022-09-24
blk-mq: don't redirect completion for hctx withs only one ctx mapping
Liu Song
-3
/
+5
2022-09-24
blk-throttle: improve bypassing bios checkings
Yu Kuai
-7
/
+28
2022-09-24
blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT
Yu Kuai
-21
/
+3
2022-09-23
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
-23
/
+4
2022-09-21
block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIO
Li Jinlin
-3
/
+0
2022-09-21
block: export blk_rq_is_poll
Kanchan Joshi
-1
/
+2
2022-09-21
blk-wbt: call rq_qos_add() after wb_normal is initialized
Yu Kuai
-5
/
+4
2022-09-20
blk-iocost: Remove unnecessary (void*) conversions
Li zeming
-1
/
+1
2022-09-20
block: remove PSI accounting from the bio layer
Christoph Hellwig
-25
/
+0
2022-09-20
block: fix comment typo in submit_bio of block-core.c.
Ping-Xiang Chen
-1
/
+1
2022-09-20
Revert "block: freeze the queue earlier in del_gendisk"
Christoph Hellwig
-1
/
+2
2022-09-16
Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
-5
/
+10
2022-09-15
blk-lib: fix blkdev_issue_secure_erase
Mikulas Patocka
-3
/
+8
2022-09-13
block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
Stefan Roesch
-2
/
+2
2022-09-12
blk-throttle: cleanup tg_update_disptime()
Yu Kuai
-4
/
+7
2022-09-12
blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
Yu Kuai
-2
/
+2
2022-09-12
blk-throttle: use 'READ/WRITE' instead of '0/1'
Yu Kuai
-3
/
+3
2022-09-12
blk-throttle: fix io hung due to configuration updates
Yu Kuai
-6
/
+61
2022-09-12
blk-throttle: factor out code to calculate ios/bytes_allowed
Yu Kuai
-24
/
+35
2022-09-12
blk-throttle: prevent overflow while calculating wait time
Yu Kuai
-5
/
+3
2022-09-12
blk-throttle: fix that io throttle can only work for single bio
Yu Kuai
-17
/
+7
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
-1
/
+1
2022-09-11
vfs: support STATX_DIOALIGN on block devices
Eric Biggers
-0
/
+23
2022-09-09
Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-block
Linus Torvalds
-0
/
+5
2022-09-09
block: add missing request flags to debugfs code
Jens Axboe
-0
/
+2
2022-09-05
block: remove unneeded return value of bio_check_ro()
Miaohe Lin
-7
/
+3
2022-09-05
blk-mq: remove unneeded needs_restart check
Miaohe Lin
-1
/
+1
[prev]
[next]