platform/kernel/linux-starfive.git
2023-02-14 Heinz Mauelshagendm: avoid spaces before function arguments or in favour...
2023-02-14 Heinz Mauelshagendm block-manager: avoid not required parentheses
2023-02-14 Heinz Mauelshagendm crypt: correct 'foo*' to 'foo *'
2023-02-14 Heinz Mauelshagendm: fix trailing statements
2023-02-14 Heinz Mauelshagendm: fix undue/missing spaces
2023-02-14 Heinz Mauelshagendm: correct block comments format.
2023-02-14 Heinz Mauelshagendm: address indent/space issues
2023-02-14 Heinz Mauelshagendm: address space issues relative to switch/while/for/...
2023-02-14 Heinz Mauelshagendm: avoid initializing static variables
2023-02-14 Heinz Mauelshagendm: enclose complex macros into parentheses where possible
2023-02-14 Heinz Mauelshagendm: avoid assignment in if conditions
2023-02-14 Heinz Mauelshagendm: change "unsigned" to "unsigned int"
2023-02-14 Heinz Mauelshagendm: use fsleep() instead of msleep() for deterministic...
2023-02-14 Heinz Mauelshagendm: prefer kmap_local_page() instead of deprecated...
2023-02-14 Heinz Mauelshagendm: add missing SPDX-License-Indentifiers
2023-02-14 Mikulas Patockadm: send just one event on resize, not two
2023-02-12 Benjamin Marzinskidm table: check that a dm device doesn't reference...
2023-02-12 Yu Zhedm raid: fix some spelling mistakes in comments
2023-02-02 Nathan Huckleberrydm verity: stop using WQ_UNBOUND for verify_wq
2023-02-02 Jiapeng Chongdm integrity: Remove bi_sector that's only used by...
2023-02-02 Christophe... dm crypt: Slightly simplify crypt_set_keyring_key()
2023-02-02 Sergey Shtylyovdm ioctl: drop always-false condition
2023-02-02 Mikulas Patockadm flakey: fix logic when corrupting a bio
2023-02-01 Mikulas Patockadm flakey: fix a bug with 32-bit highmem systems
2023-02-01 Mikulas Patockadm flakey: don't corrupt the zero page
2023-01-30 Joe Thornberdm cache: Add some documentation to dm-cache-background...
2023-01-30 Joe Thornberdm cache: free background tracker's queued work in...
2023-01-30 Mike Snitzerdm: improve shrinker debug names
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
2023-01-29 Paolo Valenteblock, bfq: move io_cq-persistent bfqq data into a...
2023-01-29 Paolo Valenteblock, bfq: forbid stable merging of queues associated...
2023-01-29 Paolo Valenteblock, bfq: split sync bfq_queues on a per-actuator...
2023-01-29 Linus TorvaldsLinux 6.2-rc6
2023-01-29 Linus TorvaldsMerge tag 'irq_urgent_for_v6.2_rc6' of git://git./linux...
2023-01-29 Linus TorvaldsMerge tag 'x86_urgent_for_v6.2_rc6' of git://git./linux...
2023-01-29 Linus TorvaldsMerge tag 'input-for-v6.2-rc5' of git://git./linux...
2023-01-29 Linus TorvaldsMerge tag 'cxl-fixes-for-6.2-rc6' of git://git./linux...
2023-01-29 Vlastimil BabkaRevert "mm/compaction: fix set skip in fast_find_migrat...
2023-01-28 Linus TorvaldsFix up more non-executable files marked executable
2023-01-28 Linus TorvaldsMerge tag '6.2-rc5-ksmbd-server-fixes' of git://git...
2023-01-28 Linus TorvaldsMerge tag '6.2-rc5-smb3-client-fixes' of git://git...
2023-01-28 Linus TorvaldsMerge tag 'block-6.2-2023-01-27' of git://git.kernel...
next