platform/kernel/linux-rpi.git
2021-11-02 Jens Axboeblock: assign correct tag before doing prefetch of...
2021-10-30 Jean Sacrenblk-mq: fix redundant check of !e expression
2021-10-29 John Garryblk-mq-debugfs: Show active requests per queue for...
2021-10-28 Jens Axboeblock: improve readability of blk_mq_end_request_batch()
2021-10-27 Xie Yongjivirtio-blk: Use blk_validate_block_size() to validate...
2021-10-27 Xie Yongjiloop: Use blk_validate_block_size() to validate block...
2021-10-27 Xie Yongjinbd: Use blk_validate_block_size() to validate block...
2021-10-27 Xie Yongjiblock: Add a helper to validate the block size
2021-10-27 Jens Axboeblock: re-flow blk_mq_rq_ctx_init()
2021-10-27 Jens Axboeblock: prefetch request to be initialized
2021-10-27 Jens Axboeblock: pass in blk_mq_tags to blk_mq_rq_ctx_init()
2021-10-27 Jens Axboeblock: add rq_flags to struct blk_mq_alloc_data
2021-10-27 Pavel Begunkovblock: add async version of bio_set_polled
2021-10-27 Pavel Begunkovblock: kill DIO_MULTI_BIO
2021-10-27 Pavel Begunkovblock: kill unused polling bits in __blkdev_direct_IO()
2021-10-27 Pavel Begunkovblock: avoid extra iter advance with async iocb
2021-10-27 Damien Le Moalblock: Add independent access ranges support
2021-10-26 Ming Leiblk-mq: don't issue request directly in case that curre...
2021-10-25 Jens Axboesbitmap: silence data race warning
2021-10-25 Yu Kuaiblk-cgroup: synchronize blkg creation against policy...
2021-10-25 Pavel Begunkovblock: refactor bio_iov_bvec_set()
2021-10-25 Pavel Begunkovblock: add single bio async direct IO helper
2021-10-23 Jens Axboesched: make task_struct->plug always defined
2021-10-22 John Garryblk-mq-sched: Don't reference queue tagset in blk_mq_sc...
2021-10-22 Pavel Begunkovblock: fix req_bio_endio append error handling
2021-10-21 Eric Biggersblk-crypto: update inline encryption documentation
2021-10-21 Eric Biggersblk-crypto: rename blk_keyslot_manager to blk_crypto_pr...
2021-10-21 Eric Biggersblk-crypto: rename keyslot-manager files to blk-crypto...
2021-10-21 Eric Biggersblk-crypto-fallback: properly prefix function and struc...
2021-10-21 Xie Yongjinbd: Use invalidate_disk() helper on disconnect
2021-10-21 Xie Yongjiloop: Remove the unnecessary bdev checks and unused...
2021-10-21 Xie Yongjiloop: Use invalidate_disk() helper to invalidate gendisk
2021-10-21 Xie Yongjiblock: Add invalidate_disk() helper to invalidate the...
2021-10-21 Pavel Begunkovblock: kill extra rcu lock/unlock in queue enter
2021-10-21 Pavel Begunkovpercpu_ref: percpu_ref_tryget_live() version holding RCU
2021-10-21 Pavel Begunkovblock: convert fops.c magic constants to SHIFT_SECTOR
2021-10-21 Pavel Begunkovblock: clean up blk_mq_submit_bio() merging
2021-10-21 Pavel Begunkovblock: optimise boundary blkdev_read_iter's checks
2021-10-21 Jackie Liufs: bdev: fix conflicting comment from lookup_bdev
2021-10-21 John Garryblk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
2021-10-20 Christoph Hellwigblock: cleanup the flush plug helpers
2021-10-20 Pavel Begunkovblock: optimise blk_flush_plug_list
2021-10-20 Christoph Hellwigblk-mq: move blk_mq_flush_plug_list to block/blk-mq.h
2021-10-20 Christoph Hellwigblk-mq: only flush requests from the plug in blk_mq_sub...
2021-10-20 Jens Axboeblock: remove inaccurate requeue check
2021-10-20 Pavel Begunkovblock: inline a part of bio_release_pages()
2021-10-20 Pavel Begunkovblock: don't bloat enter_queue with percpu_ref
2021-10-20 Pavel Begunkovblock: optimise req_bio_endio()
2021-10-20 Pavel Begunkovblock: convert leftovers to bdev_get_queue
2021-10-20 Pavel Begunkovblock: turn macro helpers into inline functions
2021-10-20 Ming Leiblk-mq: support concurrent queue quiesce/unquiesce
2021-10-20 Ming Leinvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin...
2021-10-20 Ming Leinvme: paring quiesce/unquiesce
2021-10-20 Ming Leinvme: prepare for pairing quiescing and unquiescing
2021-10-20 Ming Leinvme: apply nvme API to quiesce/unquiesce admin queue
2021-10-20 Ming Leinvme: add APIs for stopping/starting admin queue
2021-10-19 Zheng Liangblock, bfq: fix UAF problem in bfqg_stats_init()
2021-10-19 Jens Axboeblock: inline fast path of driver tag allocation
2021-10-19 Christoph Hellwigblk-mq: don't handle non-flush requests in blk_insert_flush
2021-10-19 Jens Axboeblock: attempt direct issue of plug list
2021-10-19 Jens Axboeblock: change plugging to use a singly linked list
2021-10-19 Andrea Righiblk-wbt: prevent NULL pointer dereference in wb_timer_fn
2021-10-19 Jens Axboeblock: align blkdev_dio inlined bio to a cacheline
2021-10-19 Jens Axboeblock: move blk_mq_tag_to_rq() inline
2021-10-19 Jens Axboeblock: get rid of plug list sorting
2021-10-19 Jens Axboeblock: return whether or not to unplug through boolean
2021-10-19 Christoph Hellwigblock: don't call blk_status_to_errno in blk_update_request
2021-10-19 Jens Axboeblock: move bdev_read_only() into the header
2021-10-19 Jens Axboeblock: fix too broad elevator check in blk_mq_free_requ...
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
next