platform/kernel/linux-starfive.git
2023-02-03 Christoph Hellwigcifs: use bvec_set_page to initialize bvecs
2023-02-03 Christoph Hellwigceph: use bvec_set_page to initialize a bvec
2023-02-03 Christoph Hellwigafs: use bvec_set_folio to initialize a bvec
2023-02-03 Christoph Hellwigzram: use bvec_set_page to initialize bvecs
2023-02-03 Christoph Hellwigvirtio_blk: use bvec_set_virt to initialize special_vec
2023-02-03 Christoph Hellwigrbd: use bvec_set_page to initialize the copy up bvec
2023-02-03 Christoph Hellwignvme: use bvec_set_virt to initialize special_vec
2023-02-03 Christoph Hellwignvmet: use bvec_set_page to initialize bvecs
2023-02-03 Christoph Hellwigtarget: use bvec_set_page to initialize bvecs
2023-02-03 Christoph Hellwigsd: factor out a sd_set_special_bvec helper
2023-02-03 Christoph Hellwigblock: add a bvec_set_virt helper
2023-02-03 Christoph Hellwigblock: add a bvec_set_folio helper
2023-02-03 Christoph Hellwigblock: factor out a bvec_set_page helper
2023-02-03 Christoph Hellwigblk-cgroup: move the cgroup information to struct gendisk
2023-02-03 Christoph Hellwigblk-cgroup: pass a gendisk to blkg_lookup
2023-02-03 Christoph Hellwigblk-cgroup: pass a gendisk to pd_alloc_fn
2023-02-03 Christoph Hellwigblk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
2023-02-03 Christoph Hellwigblk-rq-qos: store a gendisk instead of request_queue...
2023-02-03 Christoph Hellwigblk-rq-qos: constify rq_qos_ops
2023-02-03 Christoph Hellwigblk-rq-qos: make rq_qos_add and rq_qos_del more useful
2023-02-03 Christoph Hellwigblk-rq-qos: move rq_qos_add and rq_qos_del out of line
2023-02-03 Christoph Hellwigblk-wbt: open code wbt_queue_depth_changed in wbt_init
2023-02-03 Christoph Hellwigblk-wbt: move private information from blk-wbt.h to...
2023-02-03 Christoph Hellwigblk-wbt: pass a gendisk to wbt_init
2023-02-03 Christoph Hellwigblk-wbt: pass a gendisk to wbt_{enable,disable}_default
2023-02-03 Christoph Hellwigblk-cgroup: store a gendisk to throttle in struct task_...
2023-02-03 Christoph Hellwigblk-cgroup: pin the gendisk in struct blkcg_gq
2023-02-03 Christoph Hellwigblk-cgroup: remove the !bdi->dev check in blkg_dev_name
2023-02-03 Christoph Hellwigblk-cgroup: simplify blkg freeing from initialization...
2023-02-03 Christoph Hellwigblk-cgroup: improve error unwinding in blkg_alloc
2023-02-03 Christoph Hellwigblk-cgroup: delay blk-cgroup initialization until add_disk
2023-02-03 Christoph Hellwigblock: don't call blk_throtl_stat_add for non-READ...
2023-02-02 Jens AxboeMerge branch 'md-next' of https://git./linux/kernel...
2023-02-01 Hou Taomd: use MD_RESYNC_* whenever possible
2023-02-01 Xiao Nimd: Free writes_pending in md_stop
2023-02-01 Xiao Nimd: Change active_io to percpu
2023-02-01 Xiao Nimd: Factor out is_md_suspended helper
2023-02-01 Hou Taomd: don't update recovery_cp when curr_resync is ACTIVE
2023-02-01 Bart Van Asscheloop: Improve the hw_queue_depth kernel module paramete...
2023-01-31 Matthew Wilcoxblock: Remove mm.h from bvec.h
2023-01-31 Ming Leiublk_drv: only allow owner to open unprivileged disk
2023-01-30 Ulf Hanssonblock: Default to use cgroup support for BFQ
2023-01-30 Kemeng Shiblock, bfq: remove unused bfq_wr_max_time in struct...
2023-01-30 Kemeng Shiblock, bfq: remove unnecessary goto tag in bfq_dispatch...
2023-01-30 Kemeng Shiblock, bfq: remove redundant check in bfq_put_cooperator
2023-01-30 Kemeng Shiblock, bfq: remove unnecessary dereference to get async...
2023-01-30 Kemeng Shiblock, bfq: use helper macro RQ_BFQQ to get bfqq of...
2023-01-30 Kemeng Shiblock, bfq: initialize bfqq->decrease_time_jif correctly
2023-01-30 Kemeng Shiblock, bfq: remove unsed parameter reason in bfq_bfqq_i...
2023-01-30 Kemeng Shiblock, bfq: correctly raise inject limit in bfq_choose_...
2023-01-30 Kemeng Shisbitmap: correct wake_batch recalculation to avoid...
2023-01-30 Kemeng Shisbitmap: add sbitmap_find_bit to remove repeat code...
2023-01-30 Kemeng Shisbitmap: rewrite sbitmap_find_bit_in_index to reduce...
2023-01-30 Kemeng Shisbitmap: remove redundant check in __sbitmap_queue_get_...
2023-01-30 Kemeng Shisbitmap: remove unnecessary calculation of alloc_hint...
2023-01-29 Yu Kuaiblk-cgroup: synchronize pd_free_fn() from blkg_free_wor...
2023-01-29 Yu Kuaiblk-cgroup: support to track if policy is online
2023-01-29 Yu Kuaiblk-cgroup: dropping parent refcount after pd_free_fn...
2023-01-29 Zhong Jinghuablk-mq: cleanup unused methods: blk_mq_hw_sysfs_store
2023-01-29 Christoph Hellwigs390/dcssblk:: don't call bio_split_to_limits
2023-01-29 Christoph Hellwigps3vram: remove bio splitting
2023-01-29 Jens Axboeblock: treat poll queue enter similarly to timeouts
2023-01-29 Li Nanblk-iocost: change div64_u64 to DIV64_U64_ROUND_UP...
2023-01-29 Li Nanblk-iocost: fix divide by 0 error in calc_lcoefs()
2023-01-29 Yu Kuaiblk-iocost: read params inside lock in sysfs apis
2023-01-29 Yu Kuaiblk-iocost: don't allow to configure bio based device
2023-01-29 Yu Kuaiblk-iocost: check return value of match_u64()
2023-01-29 Arnd Bergmannblk-iocost: avoid 64-bit division in ioc_timer_fn
2023-01-29 Ming Leiblock: ublk: fix doc build warning
2023-01-29 Pankaj Raghavblock: introduce bdev_zone_no helper
2023-01-29 Pankaj Raghavblock: add a new helper bdev_{is_zone_start, offset_fro...
2023-01-29 Pankaj Raghavblock: remove superfluous check for request queue in...
2023-01-29 Anuj Guptablock: extend bio-cache for non-polled requests
2023-01-29 Anuj Guptanvme: set REQ_ALLOC_CACHE for uring-passthru request
2023-01-29 Ming Leiublk_drv: add mechanism for supporting unprivileged...
2023-01-29 Ming Leiublk_drv: add module parameter of ublks_max for limitin...
2023-01-29 Ming Leiublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
2023-01-29 Ming Leiublk_drv: move ublk_get_device_from_id into ublk_ctrl_u...
2023-01-29 Ming Leiublk_drv: don't probe partitions if the ubq daemon...
2023-01-29 Ming Leiublk_drv: remove nr_aborted_queues from ublk_device
2023-01-29 Jens Axboeblock: don't allow multiple bios for IOCB_NOWAIT issue
2023-01-29 Andreas Gruenbacherdrbd: drbd_insert_interval(): Clarify comment
2023-01-29 Lars Ellenbergdrbd: interval tree: make removing an "empty" interval...
2023-01-29 Christoph BöhmwalderMAINTAINERS: add drbd headers
2023-01-29 Christoph Böhmwalderdrbd: remove macros using require_context
2023-01-29 Christoph Böhmwalderdrbd: remove unnecessary assignment in vli_encode_bits
2023-01-29 Christoph Böhmwalderdrbd: make limits unsigned
2023-01-29 Robert Altnoederdrbd: fix DRBD_VOLUME_MAX 65535 -> 65534
2023-01-29 Christoph Böhmwalderdrbd: adjust drbd_limits license header
2023-01-29 Christoph Böhmwalderdrbd: split off drbd_config into separate file
2023-01-29 Christoph Böhmwalderdrbd: drop API_VERSION define
2023-01-29 Christoph Böhmwalderdrbd: split off drbd_buildtag into separate file
2023-01-29 Jens Axboeblock: add a BUILD_BUG_ON() for adding more bio flags...
2023-01-29 Keith Buschblock: save user max_sectors limit
2023-01-29 Keith Buschblock: make BLK_DEF_MAX_SECTORS unsigned
2023-01-29 Davide Ziniblock, bfq: balance I/O injection among underutilized...
2023-01-29 Davide Ziniblock, bfq: inject I/O to underutilized actuators
2023-01-29 Federico Gavioliblock, bfq: retrieve independent access ranges from...
2023-01-29 Davide Ziniblock, bfq: split also async bfq_queues on a per-actuat...
2023-01-29 Paolo Valenteblock, bfq: turn bfqq_data into an array in bfq_io_cq
next