platform/kernel/linux-rpi.git
2021-11-09 Ming Leiblk-mq: add one API for waiting until quiesce is done
2021-11-08 Ye Binblk-mq: don't free tags if the tag_set is used by other...
2021-11-05 Luis Chamberlainblock: fix device_add_disk() kobject_create_and_add...
2021-11-05 Jens Axboeblock: ensure cached plug request matches the current...
2021-11-05 Jens Axboeblock: move queue enter logic into blk_mq_submit_bio()
2021-11-04 Jens Axboeblock: make bio_queue_enter() fast-path available inline
2021-11-04 Jens Axboeblock: split request allocation components into helpers
2021-11-04 Jens Axboeblock: have plug stored requests hold references to...
2021-11-03 Ming Leiblk-mq: update hctx->nr_active in blk_mq_end_request_ba...
2021-11-03 Ming Leiblk-mq: add RQF_ELV debug entry
2021-11-03 Ming Leiblk-mq: only try to run plug merge if request has same...
2021-11-03 Jens Axboeblock: move RQF_ELV setting into allocators
2021-11-02 Ming Leidm: don't stop request queue after the dm device is...
2021-11-02 Jens Axboeblock: replace always false argument with 'false'
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()
next