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
2021-02-08
block: turn the nr_iovecs argument to bio_alloc* into an unsigned short
Christoph Hellwig
-2
/
+2
2021-02-08
block: remove the 1 and 4 vec bvec_slabs entries
Christoph Hellwig
-37
/
+16
2021-02-08
block: streamline bvec_alloc
Christoph Hellwig
-16
/
+10
2021-02-08
block: factor out a bvec_alloc_gfp helper
Christoph Hellwig
-9
/
+11
2021-02-08
block: move struct biovec_slab to bio.c
Christoph Hellwig
-0
/
+6
2021-02-08
block: reuse BIO_INLINE_VECS for integrity bvecs
Christoph Hellwig
-10
/
+3
2021-02-06
Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
-4
/
+4
2021-02-02
bfq-iosched: Revert "bfq: Fix computation of shallow depth"
Lin Feng
-4
/
+4
2021-02-02
block: fix memory leak of bvec
Ming Lei
-1
/
+1
2021-02-01
block/keyslot-manager: introduce devm_blk_ksm_init()
Eric Biggers
-0
/
+29
2021-01-29
Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-11
/
+22
2021-01-29
block: drop removed argument from kernel-doc of blk_execute_rq()
Lukas Bulwahn
-1
/
+0
2021-01-29
block: remove typo in kernel-doc of set_disk_ro()
Lukas Bulwahn
-1
/
+1
2021-01-28
blk-cgroup: Remove obsolete macro
Baolin Wang
-2
/
+0
2021-01-28
block: fix bd_size_lock use
Damien Le Moal
-4
/
+7
2021-01-28
blk-cgroup: Use cond_resched() when destroy blkgs
Baolin Wang
-5
/
+13
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
-11
/
+6
2021-01-27
block: split bio_kmalloc from bio_alloc_bioset
Christoph Hellwig
-82
/
+85
2021-01-27
blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
Christoph Hellwig
-1
/
+1
2021-01-27
bfq: Use only idle IO periods for think time calculations
Jan Kara
-1
/
+9
2021-01-27
bfq: Use 'ttime' local variable
Jan Kara
-1
/
+1
2021-01-27
bfq: Avoid false bfq queue merging
Jan Kara
-0
/
+1
2021-01-26
blkcg: delete redundant get/put operations for queue
Chunguang Xu
-5
/
+8
2021-01-26
blk: wbt: remove unused parameter from wbt_should_throttle
Lei Chen
-2
/
+2
2021-01-26
block: inherit BIO_REMAPPED when cloning bios
Christoph Hellwig
-0
/
+6
2021-01-25
bfq: bfq_check_waker() should be static
Jens Axboe
-1
/
+2
2021-01-25
block, bfq: make waker-queue detection more robust
Paolo Valente
-110
/
+108
2021-01-25
block, bfq: save also injection state on queue merging
Paolo Valente
-0
/
+13
2021-01-25
block, bfq: save also weight-raised service on queue merging
Paolo Valente
-0
/
+3
2021-01-25
block, bfq: fix switch back from soft-rt weitgh-raising
Paolo Valente
-2
/
+20
2021-01-25
block, bfq: re-evaluate convenience of I/O plugging on rq arrivals
Paolo Valente
-5
/
+19
2021-01-25
block, bfq: replace mechanism for evaluating I/O intensity
Paolo Valente
-27
/
+52
2021-01-25
block: skip bio_check_eod for partition-remapped bios
Christoph Hellwig
-5
/
+6
2021-01-25
bio: don't copy bvec for direct IO
Pavel Begunkov
-38
/
+29
2021-01-25
block/psi: remove PSI annotations from direct IO
Pavel Begunkov
-0
/
+6
2021-01-24
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
-6
/
+5
2021-01-24
block: remove unnecessary argument from blk_execute_rq_nowait
Guoqing Jiang
-6
/
+4
2021-01-24
bsg: free the request before return error code
Pan Bian
-1
/
+3
2021-01-24
block: Fix an error handling in add_partition
Dinghao Liu
-1
/
+1
2021-01-24
blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
Ming Lei
-1
/
+1
2021-01-24
block: move three bvec helpers declaration into private helper
Ming Lei
-0
/
+4
2021-01-24
block: set .bi_max_vecs as actual allocated vector number
Ming Lei
-1
/
+2
2021-01-24
block: don't allocate inline bvecs if this bioset needn't bvecs
Ming Lei
-2
/
+5
2021-01-24
block: don't pass BIOSET_NEED_BVECS for q->bio_split
Ming Lei
-1
/
+1
2021-01-24
block: manage bio slab cache by xarray
Ming Lei
-67
/
+49
2021-01-24
bfq: don't duplicate code for different paths
huhai
-3
/
+0
2021-01-24
blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
Jan Kara
-6
/
+61
2021-01-24
Revert "blk-mq, elevator: Count requests per hctx to improve performance"
Jan Kara
-12
/
+0
2021-01-24
block, bfq: do not expire a queue when it is the only busy one
Paolo Valente
-2
/
+20
2021-01-24
block, bfq: avoid spurious switches to soft_rt of interactive queues
Paolo Valente
-20
/
+37
[prev]
[next]