platform/kernel/linux-starfive.git
2023-05-03 Ming Leiublk: add timeout handler
2023-05-03 Christoph Böhmwalderdrbd: correctly submit flush bio on barrier
2023-04-30 Jens Axboemailmap: add mailmap entries for Jens Axboe
2023-04-28 Tao Sublock: Skip destroyed blkg when restart in blkg_destroy...
2023-04-28 Maxim Korotkovwriteback: fix call of incorrect macro
2023-04-28 Jens AxboeMerge tag 'md-next-2023-04-28' of https://git./linux...
2023-04-28 Jonathan Derrickmd: Fix bitmap offset type in sb writer
2023-04-28 Jan Karamd/raid5: Improve performance for sequential IO
2023-04-28 Eric Blakedocs nbd: userspace NBD now favors github over sourceforge
2023-04-28 Eric Blakeblock nbd: use req.cookie instead of req.handle
2023-04-28 Eric Blakeuapi nbd: add cookie alias to handle
2023-04-28 Eric Blakeuapi nbd: improve doc links to userspace spec
2023-04-27 Thomas Weißschuhblk-integrity: register sysfs attributes on struct...
2023-04-27 Thomas Weißschuhblk-integrity: convert to struct device_attribute
2023-04-27 Thomas Weißschuhblk-integrity: use sysfs_emit
2023-04-25 Chaitanya Kulkarniblock/drivers: remove dead clear of random flag
2023-04-25 Ming Leiblock: sync part's ->bd_has_submit_bio with disk's
2023-04-24 Damien Le Moalblock: Cleanup set_capacity()/bdev_set_nr_sectors()
2023-04-20 Zhong Jinghuanbd: fix incomplete validation of ioctl arg
2023-04-20 Ming Leiublk: don't return 0 in case of any failure
2023-04-19 Ondrej Kozinased-opal: geometry feature reporting command
2023-04-19 Chaitanya Kulkarninull_blk: Always check queue mode setting from configfs
2023-04-19 Ming Leiblock: ublk: switch to ioctl command encoding
2023-04-16 Christoph Hellwigblk-mq: fix the blk_mq_add_to_requeue_list call in...
2023-04-16 Colin Ian Kingblock, bfq: Fix division by zero error on zero wsum
2023-04-16 Akinobu Mitafault-inject: fix build error when FAULT_INJECTION_CONF...
2023-04-16 Jens Axboeblock: store bdev->bd_disk->fops->submit_bio state...
2023-04-16 Jens Axboeblock: re-arrange the struct block_device fields for...
2023-04-14 Jens AxboeMerge branch 'md-next' of https://git./linux/kernel...
2023-04-14 Jens AxboeMerge tag 'nvme-6.4-2023-04-14' of git://git.infradead...
2023-04-14 Tom Rixmd/raid5: remove unused working_disks variable
2023-04-14 Yu Kuaimd/raid10: don't call bio_start_io_acct twice for bio...
2023-04-14 Yu Kuaimd/raid10: fix memleak of md thread
2023-04-14 Yu Kuaimd/raid10: fix memleak for 'conf->bio_split'
2023-04-14 Yu Kuaimd/raid10: fix leak of 'r10bio->remaining' for recovery
2023-04-14 Yu Kuaimd/raid10: don't BUG_ON() in raise_barrier()
2023-04-14 Yu Kuaimd: fix soft lockup in status_resync
2023-04-14 Mariusz Tkaczykmd: add error_handlers for raid0 and linear
2023-04-14 Jon Derrickmd: Use optimal I/O size for last bitmap page
2023-04-14 Jon Derrickmd: Fix types in sb writer
2023-04-14 Jon Derrickmd: Move sb writer loop to its own function
2023-04-14 Jiangshan Yimd/raid10: Fix typo in comment (replacment -> replacement)
2023-04-14 Thomas Weißschuhmd: make kobj_type structures constant
2023-04-14 Li Nanmd/raid10: fix null-ptr-deref in raid10_sync_request
2023-04-14 Li Nanmd/raid10: fix task hung in raid10d
2023-04-13 Akinobu Mitablock: null_blk: make fault-injection dynamically confi...
2023-04-13 Akinobu Mitafault-inject: allow configuration via configfs
2023-04-13 Christoph Hellwigblk-mq: remove __blk_mq_run_hw_queue
2023-04-13 Christoph Hellwigblk-mq: move the !async handling out of __blk_mq_delay_...
2023-04-13 Christoph Hellwigblk-mq: move the blk_mq_hctx_stopped check in __blk_mq_...
2023-04-13 Christoph Hellwigblk-mq: remove the blk_mq_hctx_stopped check in blk_mq_...
2023-04-13 Christoph Hellwigblk-mq: cleanup __blk_mq_sched_dispatch_requests
2023-04-13 Christoph Hellwigblk-mq: pass a flags argument to blk_mq_add_to_requeue_list
2023-04-13 Christoph Hellwigblk-mq: pass a flags argument to elevator_type->insert_...
2023-04-13 Christoph Hellwigblk-mq: pass a flags argument to blk_mq_request_bypass_...
2023-04-13 Christoph Hellwigblk-mq: pass a flags argument to blk_mq_insert_request
2023-04-13 Christoph Hellwigblk-mq: don't kick the requeue_list in blk_mq_add_to_re...
2023-04-13 Christoph Hellwigblk-mq: don't run the hw_queue from blk_mq_request_bypa...
2023-04-13 Christoph Hellwigblk-mq: don't run the hw_queue from blk_mq_insert_request
2023-04-13 Christoph Hellwigblk-mq: fold __blk_mq_try_issue_directly into its two...
2023-04-13 Christoph Hellwigblk-mq: factor out a blk_mq_get_budget_and_tag helper
2023-04-13 Christoph Hellwigblk-mq: refactor the DONTPREP/SOFTBARRIER andling in...
2023-04-13 Christoph Hellwigblk-mq: refactor passthrough vs flush handling in blk_m...
2023-04-13 Christoph Hellwigblk-mq: remove blk_flush_queue_rq
2023-04-13 Christoph Hellwigblk-mq: fold __blk_mq_insert_req_list into blk_mq_inser...
2023-04-13 Christoph Hellwigblk-mq: fold __blk_mq_insert_request into blk_mq_insert...
2023-04-13 Christoph Hellwigblk-mq: move blk_mq_sched_insert_request to blk-mq.c
2023-04-13 Christoph Hellwigblk-mq: fold blk_mq_sched_insert_requests into blk_mq_d...
2023-04-13 Christoph Hellwigblk-mq: move more logic into blk_mq_insert_requests
2023-04-13 Christoph Hellwigblk-mq: include <linux/blk-mq.h> in block/blk-mq.h
2023-04-13 Christoph Hellwigblk-mq: remove blk-mq-tag.h
2023-04-13 Christoph Hellwigblk-mq: don't plug for head insertions in blk_execute_r...
2023-04-13 Chengming Zhoublk-throttle: only enable blk-stat when BLK_DEV_THROTTL...
2023-04-13 Chengming Zhoublk-stat: fix QUEUE_FLAG_STATS clear
2023-04-13 Tejun Heoblk-iolatency: Make initialization lazy
2023-04-13 Tejun Heoblk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/
2023-04-13 Tejun Heoblkcg: Restructure blkg_conf_prep() and friends
2023-04-13 Tejun Heoblkcg: Drop unnecessary RCU read [un]locks from blkg_co...
2023-04-13 Ming Leinvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDI...
2023-04-13 Sagi Grimbergblk-mq-rdma: remove queue mapping helper for rdma devices
2023-04-13 zhenwei pinvme-rdma: minor cleanup in nvme_rdma_create_cq()
2023-04-13 Lei Yinnvme: fix double blk_mq_complete_request for timeout...
2023-04-13 Keith Buschnvme: fix async event trace event
2023-04-13 Chaitanya Kulkarninvme-apple: return directly instead of else
2023-04-13 Chaitanya Kulkarninvme-apple: return directly instead of else
2023-04-13 Chaitanya Kulkarninvmet-tcp: validate idle poll modparam value
2023-04-13 Chaitanya Kulkarninvmet-tcp: validate so_priority modparam value
2023-04-13 Chris Leechnvme-tcp: fence TCP socket on receive error
2023-04-13 Christoph Hellwignvmet: remove nvmet_req_cns_error_complete
2023-04-13 Christoph Hellwignvmet: rename nvmet_execute_identify_cns_cs_ns
2023-04-13 Christoph Hellwignvmet: fix Identify Identification Descriptor List...
2023-04-13 Damien Le Moalnvmet: cleanup nvmet_execute_identify()
2023-04-13 Damien Le Moalnvmet: fix I/O Command Set specific Identify Controller
2023-04-13 Damien Le Moalnvmet: fix Identify Active Namespace ID list handling
2023-04-13 Damien Le Moalnvmet: fix Identify Controller handling
2023-04-13 Damien Le Moalnvmet: fix Identify Namespace handling
2023-04-13 Damien Le Moalnvmet: fix error handling in nvmet_execute_identify_cns...
2023-04-13 Bjorn Helgaasnvme-pci: drop redundant pci_enable_pcie_error_reporting()
2023-04-12 Stefan Haberlands390/dasd: fix hanging blockdevice after request requeue
2023-04-12 Stefan Haberlands390/dasd: add autoquiesce event for start IO error
next