index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-13
3
-3
/
+9
|
\
|
*
Merge branch 'for-6.1/block' into block-6.1
Jens Axboe
2022-10-10
3
-3
/
+9
|
|
\
|
|
*
block: fix leaking minors of hidden disks
Christoph Hellwig
2022-10-10
1
-0
/
+7
|
|
*
blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
Yu Kuai
2022-10-09
1
-2
/
+1
|
|
*
block: Remove the repeat word 'can'
Deming Wang
2022-10-06
1
-1
/
+1
*
|
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
2
-0
/
+9
|
\
\
\
|
*
|
|
block: kmsan: skip bio block merging logic for KMSAN
Alexander Potapenko
2022-10-03
1
-0
/
+2
|
*
|
|
kmsan: disable physical page merging in biovec
Alexander Potapenko
2022-10-03
1
-0
/
+7
*
|
|
|
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-10-10
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
2022-09-23
1
-23
/
+4
|
|
\
|
|
|
*
|
|
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
2022-08-26
1
-2
/
+2
*
|
|
|
Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
3
-38
/
+230
|
\
\
\
\
|
*
|
|
|
block: extend functionality to map bvec iterator
Kanchan Joshi
2022-09-30
1
-4
/
+71
|
*
|
|
|
block: factor out blk_rq_map_bio_alloc helper
Kanchan Joshi
2022-09-30
1
-11
/
+22
|
*
|
|
|
block: rename bio_map_put to blk_mq_map_bio_put
Anuj Gupta
2022-09-30
1
-3
/
+3
|
*
|
|
|
block: add blk_rq_map_user_io
Anuj Gupta
2022-09-30
1
-0
/
+36
|
*
|
|
|
block: allow end_io based requests in the completion batch handling
Jens Axboe
2022-09-30
1
-2
/
+11
|
*
|
|
|
block: change request end_io handler to pass back a return value
Jens Axboe
2022-09-30
2
-8
/
+16
|
*
|
|
|
block: enable batched allocation for blk_mq_alloc_request()
Jens Axboe
2022-09-30
1
-9
/
+71
|
*
|
|
|
block: kill deprecated BUG_ON() in the flush handling
Jens Axboe
2022-09-30
1
-1
/
+0
|
*
|
|
|
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
2022-09-30
1
-1
/
+2
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
2022-09-30
32
-456
/
+532
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
|
|
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
32
-456
/
+532
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
block: add rationale for not using blk_mq_plug() when applicable
Pankaj Raghav
2022-09-29
2
-0
/
+12
|
*
|
|
|
|
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
2022-09-29
2
-7
/
+5
|
*
|
|
|
|
blk-cgroup: don't update the blkg lookup hint in blkg_conf_prep
Christoph Hellwig
2022-09-27
1
-13
/
+4
|
*
|
|
|
|
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
2022-09-27
3
-7
/
+6
|
*
|
|
|
|
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
2022-09-27
1
-1
/
+1
|
*
|
|
|
|
blk-cgroup: pass a gendisk to the blkg allocation helpers
Christoph Hellwig
2022-09-26
1
-28
/
+28
|
*
|
|
|
|
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
2022-09-26
3
-6
/
+8
|
*
|
|
|
|
blk-cgroup: pass a gendisk to blkg_destroy_all
Christoph Hellwig
2022-09-26
1
-9
/
+4
|
*
|
|
|
|
blk-throttle: pass a gendisk to blk_throtl_cancel_bios
Christoph Hellwig
2022-09-26
3
-4
/
+5
|
*
|
|
|
|
blk-throttle: pass a gendisk to blk_throtl_register_queue
Christoph Hellwig
2022-09-26
3
-4
/
+5
|
*
|
|
|
|
blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit
Christoph Hellwig
2022-09-26
3
-9
/
+12
|
*
|
|
|
|
blk-iocost: cleanup ioc_qos_write
Christoph Hellwig
2022-09-26
1
-6
/
+8
|
*
|
|
|
|
blk-iocost: pass a gendisk to blk_iocost_init
Christoph Hellwig
2022-09-26
1
-3
/
+4
|
*
|
|
|
|
blk-iocost: simplify ioc_name
Christoph Hellwig
2022-09-26
1
-9
/
+5
|
*
|
|
|
|
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
2022-09-26
3
-4
/
+5
|
*
|
|
|
|
blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exit
Christoph Hellwig
2022-09-26
3
-10
/
+10
|
*
|
|
|
|
blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue
Christoph Hellwig
2022-09-26
3
-26
/
+12
|
*
|
|
|
|
blk-cgroup: remove blkg_lookup_check
Christoph Hellwig
2022-09-26
1
-26
/
+10
|
*
|
|
|
|
blk-cgroup: cleanup the blkg_lookup family of functions
Christoph Hellwig
2022-09-26
2
-50
/
+27
|
*
|
|
|
|
blk-cgroup: remove open coded blkg_lookup instances
Christoph Hellwig
2022-09-26
2
-7
/
+7
|
*
|
|
|
|
blk-cgroup: remove blk_queue_root_blkg
Christoph Hellwig
2022-09-26
2
-15
/
+1
|
*
|
|
|
|
blk-cgroup: fix error unwinding in blkcg_init_queue
Christoph Hellwig
2022-09-26
1
-6
/
+7
|
*
|
|
|
|
blk-mq: don't redirect completion for hctx withs only one ctx mapping
Liu Song
2022-09-24
1
-3
/
+5
|
*
|
|
|
|
blk-throttle: improve bypassing bios checkings
Yu Kuai
2022-09-24
2
-7
/
+28
|
*
|
|
|
|
blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT
Yu Kuai
2022-09-24
2
-21
/
+3
|
*
|
|
|
|
block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIO
Li Jinlin
2022-09-21
2
-3
/
+0
|
*
|
|
|
|
blk-wbt: call rq_qos_add() after wb_normal is initialized
Yu Kuai
2022-09-21
1
-5
/
+4
[next]