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-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
2022-09-05
block/blk-map: Remove set but unused variable 'added'
Jiapeng Chong
-2
/
+1
2022-09-04
blk-throttle: clean up codes that can't be reached
Yu Kuai
-34
/
+56
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
-1
/
+1
2022-09-03
block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
Ming Lei
-0
/
+3
2022-09-02
block: enable per-cpu bio caching for the fs bio set
Jens Axboe
-1
/
+2
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
-1
/
+1
2022-08-26
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
-2
/
+2
2022-08-26
Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-block
Linus Torvalds
-2
/
+3
2022-08-22
block: use on-stack page vec for <= UIO_FASTIOV
Jens Axboe
-3
/
+11
2022-08-22
block: enable bio caching use for passthru IO
Jens Axboe
-8
/
+25
2022-08-22
block: shrink rq_map_data a bit
Jens Axboe
-1
/
+1
2022-08-22
block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()
Yu Kuai
-10
/
+12
2022-08-22
block, bfq: remove useless checking in bfq_put_queue()
Yu Kuai
-4
/
+2
2022-08-22
block, bfq: remove unused functions
Yu Kuai
-10
/
+8
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
-19
/
+15
2022-08-22
block: sed-opal: Add ioctl to return device status
dougmill@linux.vnet.ibm.com
-12
/
+82
2022-08-20
Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-block
Linus Torvalds
-21
/
+1
[prev]
[next]