index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-03
swap: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
io_uring: use bvec_set_page to initialize a bvec
Christoph Hellwig
2023-02-03
splice: use bvec_set_page to initialize a bvec
Christoph Hellwig
2023-02-03
orangefs: use bvec_set_{page,folio} to initialize bvecs
Christoph Hellwig
2023-02-03
nfs: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
coredump: use bvec_set_page to initialize a bvec
Christoph Hellwig
2023-02-03
cifs: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
ceph: use bvec_set_page to initialize a bvec
Christoph Hellwig
2023-02-03
afs: use bvec_set_folio to initialize a bvec
Christoph Hellwig
2023-02-03
zram: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
virtio_blk: use bvec_set_virt to initialize special_vec
Christoph Hellwig
2023-02-03
rbd: use bvec_set_page to initialize the copy up bvec
Christoph Hellwig
2023-02-03
nvme: use bvec_set_virt to initialize special_vec
Christoph Hellwig
2023-02-03
nvmet: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
target: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
sd: factor out a sd_set_special_bvec helper
Christoph Hellwig
2023-02-03
block: add a bvec_set_virt helper
Christoph Hellwig
2023-02-03
block: add a bvec_set_folio helper
Christoph Hellwig
2023-02-03
block: factor out a bvec_set_page helper
Christoph Hellwig
2023-02-03
blk-cgroup: move the cgroup information to struct gendisk
Christoph Hellwig
2023-02-03
blk-cgroup: pass a gendisk to blkg_lookup
Christoph Hellwig
2023-02-03
blk-cgroup: pass a gendisk to pd_alloc_fn
Christoph Hellwig
2023-02-03
blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
Christoph Hellwig
2023-02-03
blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
Christoph Hellwig
2023-02-03
blk-rq-qos: constify rq_qos_ops
Christoph Hellwig
2023-02-03
blk-rq-qos: make rq_qos_add and rq_qos_del more useful
Christoph Hellwig
2023-02-03
blk-rq-qos: move rq_qos_add and rq_qos_del out of line
Christoph Hellwig
2023-02-03
blk-wbt: open code wbt_queue_depth_changed in wbt_init
Christoph Hellwig
2023-02-03
blk-wbt: move private information from blk-wbt.h to blk-wbt.c
Christoph Hellwig
2023-02-03
blk-wbt: pass a gendisk to wbt_init
Christoph Hellwig
2023-02-03
blk-wbt: pass a gendisk to wbt_{enable,disable}_default
Christoph Hellwig
2023-02-03
blk-cgroup: store a gendisk to throttle in struct task_struct
Christoph Hellwig
2023-02-03
blk-cgroup: pin the gendisk in struct blkcg_gq
Christoph Hellwig
2023-02-03
blk-cgroup: remove the !bdi->dev check in blkg_dev_name
Christoph Hellwig
2023-02-03
blk-cgroup: simplify blkg freeing from initialization failure paths
Christoph Hellwig
2023-02-03
blk-cgroup: improve error unwinding in blkg_alloc
Christoph Hellwig
2023-02-03
blk-cgroup: delay blk-cgroup initialization until add_disk
Christoph Hellwig
2023-02-03
block: don't call blk_throtl_stat_add for non-READ/WRITE commands
Christoph Hellwig
2023-02-02
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2023-02-01
md: use MD_RESYNC_* whenever possible
Hou Tao
2023-02-01
md: Free writes_pending in md_stop
Xiao Ni
2023-02-01
md: Change active_io to percpu
Xiao Ni
2023-02-01
md: Factor out is_md_suspended helper
Xiao Ni
2023-02-01
md: don't update recovery_cp when curr_resync is ACTIVE
Hou Tao
2023-02-01
loop: Improve the hw_queue_depth kernel module parameter implementation
Bart Van Assche
2023-01-31
block: Remove mm.h from bvec.h
Matthew Wilcox
2023-01-31
ublk_drv: only allow owner to open unprivileged disk
Ming Lei
2023-01-30
block: Default to use cgroup support for BFQ
Ulf Hansson
2023-01-29
block, bfq: remove unused bfq_wr_max_time in struct bfq_data
Kemeng Shi
2023-01-29
block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq
Kemeng Shi
[next]