platform/kernel/linux-starfive.git
2021-10-18 Dan Carpenterpf: fix error codes in pf_init_unit()
2021-10-18 Dan Carpenterpcd: fix error codes in pcd_init_unit()
2021-10-18 Luis Chamberlainxtensa/platforms/iss/simdisk: add error handling suppor...
2021-10-18 Luis Chamberlainblock/ataflop: add error handling support for add_disk()
2021-10-18 Luis Chamberlainblock/ataflop: provide a helper for cleanup up an atari...
2021-10-18 Luis Chamberlainblock/ataflop: add registration bool before calling...
2021-10-18 Luis Chamberlainblock/ataflop: use the blk_cleanup_disk() helper
2021-10-18 Luis Chamberlainswim: add error handling support for add_disk()
2021-10-18 Luis Chamberlainswim: add a floppy registration bool which triggers...
2021-10-18 Luis Chamberlainswim: add helper for disk cleanup
2021-10-18 Luis Chamberlainswim: simplify using blk_cleanup_disk() on swim_remove()
2021-10-18 Luis Chamberlainamiflop: add error handling support for add_disk()
2021-10-18 Luis Chamberlainfloppy: add error handling support for add_disk()
2021-10-18 Luis Chamberlainfloppy: fix calling platform_device_unregister() on...
2021-10-18 Luis Chamberlainfloppy: use blk_cleanup_disk()
2021-10-18 Luis Chamberlainfloppy: fix add_disk() assumption on exit due to new...
2021-10-18 Luis Chamberlainblock/swim3: add error handling support for add_disk()
2021-10-18 Luis Chamberlainrbd: add add_disk() error handling
2021-10-18 Luis Chamberlaincdrom/gdrom: add error handling support for add_disk()
2021-10-18 Luis Chamberlainpf: add error handling support for add_disk()
2021-10-18 Luis Chamberlainblock/sx8: add error handling support for add_disk()
2021-10-18 Luis Chamberlainblock/rsxx: add error handling support for add_disk()
2021-10-18 Luis Chamberlainpktcdvd: add error handling support for add_disk()
2021-10-18 Luis Chamberlainmtip32xx: add error handling support for add_disk()
2021-10-18 Luis Chamberlainpd: add error handling support for add_disk()
2021-10-18 Luis Chamberlainpcd: capture errors on cdrom_register()
2021-10-18 Luis Chamberlainpcd: fix ordering of unregister_cdrom()
2021-10-18 Luis Chamberlainpcd: add error handling support for add_disk()
2021-10-18 Christoph Hellwigpd: cleanup initialization
2021-10-18 Christoph Hellwigpf: cleanup initialization
2021-10-18 Christoph Hellwigpcd: cleanup initialization
2021-10-18 Christoph Hellwigpcd: move the identify buffer into pcd_identify
2021-10-18 Luis Chamberlainn64cart: add error handling support for add_disk()
2021-10-18 Luis Chamberlaindrbd: add error handling support for add_disk()
2021-10-18 Luis Chamberlainaoe: add error handling support for add_disk()
2021-10-18 Luis Chamberlainnbd: add error handling support for add_disk()
2021-10-18 Luis Chamberlainloop: add error handling support for add_disk()
2021-10-18 Jens Axboenull_blk: poll queue support
2021-10-18 Jens Axboenvme: wire up completion batching for the IRQ path
2021-10-18 Jens Axboeio_uring: utilize the io batching infrastructure for...
2021-10-18 Jens Axboenvme: add support for batched completion of polled IO
2021-10-18 Jens Axboeblock: add support for blk_mq_end_request_batch()
2021-10-18 Jens Axboesbitmap: add helper to clear a batch of tags
2021-10-18 Jens Axboeblock: add a struct io_comp_batch argument to fops...
2021-10-18 Jens Axboeblock: provide helpers for rq_list manipulation
2021-10-18 Jens Axboeblock: remove some blk_mq_hw_ctx debugfs entries
2021-10-18 Jens Axboeblock: remove debugfs blk_mq_ctx dispatched/merged...
2021-10-18 Pavel Begunkovblock: cache rq_flags inside blk_mq_rq_ctx_init()
2021-10-18 Pavel Begunkovblock: blk_mq_rq_ctx_init cache ctx/q/hctx
2021-10-18 Pavel Begunkovblock: skip elevator fields init for non-elv queue
2021-10-18 Jens Axboeblock: store elevator state in request
2021-10-18 Jens Axboeblock: only mark bio as tracked if it really is tracked
2021-10-18 Jens Axboeblock: improve layout of struct request
2021-10-18 Jens Axboeblock: move update request helpers into blk-mq.c
2021-10-18 Jens Axboeblock: remove useless caller argument to print_req_error()
2021-10-18 Jens Axboeblock: don't bother iter advancing a fully done bio
2021-10-18 Pavel Begunkovblock: convert the rest of block to bdev_get_queue
2021-10-18 Pavel Begunkovblock: use bdev_get_queue() in blk-core.c
2021-10-18 Pavel Begunkovblock: use bdev_get_queue() in bio.c
2021-10-18 Pavel Begunkovblock: use bdev_get_queue() in bdev.c
2021-10-18 Pavel Begunkovblock: cache request queue in bdev
2021-10-18 Jens Axboeblock: handle fast path of bio splitting inline
2021-10-18 Jens Axboeblock: use flags instead of bit fields for blkdev_dio
2021-10-18 Pavel Begunkovblock: cache bdev in struct file for raw bdev IO
2021-10-18 Christoph Hellwignvme-multipath: enable polled I/O
2021-10-18 Christoph Hellwigblock: don't allow writing to the poll queue attribute
2021-10-18 Christoph Hellwigblock: switch polling to be bio based
2021-10-18 Ming Leiblock: define 'struct bvec_iter' as packed
2021-10-18 Christoph Hellwigblock: use SLAB_TYPESAFE_BY_RCU for the bio slab
2021-10-18 Christoph Hellwigblock: rename REQ_HIPRI to REQ_POLLED
2021-10-18 Christoph Hellwigio_uring: don't sleep when polling for I/O
2021-10-18 Christoph Hellwigblock: replace the spin argument to blk_iopoll with...
2021-10-18 Christoph Hellwigblk-mq: remove blk_qc_t_valid
2021-10-18 Christoph Hellwigblk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
2021-10-18 Christoph Hellwigblk-mq: factor out a "classic" poll helper
2021-10-18 Christoph Hellwigblk-mq: factor out a blk_qc_to_hctx helper
2021-10-18 Christoph Hellwigio_uring: fix a layering violation in io_iopoll_req_issued
2021-10-18 Christoph Hellwigiomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
2021-10-18 Christoph Hellwigblock: don't try to poll multi-bio I/Os in __blkdev_dir...
2021-10-18 Christoph Hellwigdirect-io: remove blk_poll support
2021-10-18 Jens Axboeblock: only check previous entry for plug merge attempt
2021-10-18 Masahiro Yamadablock: move CONFIG_BLOCK guard to top Makefile
2021-10-18 Masahiro Yamadablock: move menu "Partition type" to block/partitions...
2021-10-18 Masahiro Yamadablock: simplify Kconfig files
2021-10-18 Masahiro Yamadablock: remove redundant =y from BLK_CGROUP dependency
2021-10-18 Jens Axboeblock: improve batched tag allocation
2021-10-18 Jens Axboesbitmap: add __sbitmap_queue_get_batch()
2021-10-18 Pavel Begunkovblk-mq: optimise *end_request non-stat path
2021-10-18 Christoph Hellwigblock: mark bio_truncate static
2021-10-18 Christoph Hellwigblock: move bio_get_{first,last}_bvec out of bio.h
2021-10-18 Christoph Hellwigblock: mark __bio_try_merge_page static
2021-10-18 Christoph Hellwigblock: move bio_full out of bio.h
2021-10-18 Christoph Hellwigblock: fold bio_cur_bytes into blk_rq_cur_bytes
2021-10-18 Christoph Hellwigblock: move bio_mergeable out of bio.h
2021-10-18 Christoph Hellwigblock: don't include <linux/ioprio.h> in <linux/bio.h>
2021-10-18 Christoph Hellwigblock: remove BIO_BUG_ON
2021-10-18 Pavel Begunkovblk-mq: inline hot part of __blk_mq_sched_restart
2021-10-18 Pavel Begunkovblock: inline hot paths of blk_account_io_*()
2021-10-18 Christoph Hellwigblock: merge block_ioctl into blkdev_ioctl
2021-10-18 Christoph Hellwigblock: move the *blkdev_ioctl declarations out of blkdev.h
next