platform/kernel/linux-rpi.git
2021-10-19 Pavel Begunkovio_uring: correct fill events helpers types
2021-10-19 Pavel Begunkovio_uring: inline io_poll_complete
2021-10-19 Pavel Begunkovio_uring: inline io_req_needs_clean()
2021-10-19 Pavel Begunkovio_uring: remove struct io_completion
2021-10-19 Pavel Begunkovio_uring: control ->async_data with a REQ_F flag
2021-10-19 Pavel Begunkovio_uring: optimise io_free_batch_list()
2021-10-19 Pavel Begunkovio_uring: mark cold functions
2021-10-19 Pavel Begunkovio_uring: optimise ctx referencing by requests
2021-10-19 Pavel Begunkovio_uring: merge CQ and poll waitqueues
2021-10-19 Pavel Begunkovio_uring: don't wake sqpoll in io_cqring_ev_posted
2021-10-19 Pavel Begunkovio_uring: optimise INIT_WQ_LIST
2021-10-19 Pavel Begunkovio_uring: optimise request allocation
2021-10-19 Pavel Begunkovio_uring: delay req queueing into compl-batch list
2021-10-19 Pavel Begunkovio_uring: add more likely/unlikely() annotations
2021-10-19 Pavel Begunkovio_uring: optimise kiocb layout
2021-10-19 Pavel Begunkovio_uring: add flag to not fail link after timeout
2021-10-19 Pavel Begunkovio_uring: clean up buffer select
2021-10-19 Pavel Begunkovio_uring: init opcode in io_init_req()
2021-10-19 Pavel Begunkovio_uring: don't return from io_drain_req()
2021-10-19 Pavel Begunkovio_uring: extra a helper for drain init
2021-10-19 Pavel Begunkovio_uring: disable draining earlier
2021-10-19 Pavel Begunkovio_uring: comment why inline complete calls io_clean_op()
2021-10-19 Pavel Begunkovio_uring: kill off ->inflight_entry field
2021-10-19 Pavel Begunkovio_uring: restructure submit sqes to_submit checks
2021-10-19 Pavel Begunkovio_uring: reshuffle queue_sqe completion handling
2021-10-19 Pavel Begunkovio_uring: inline hot path of __io_queue_sqe()
2021-10-19 Pavel Begunkovio_uring: split slow path from io_queue_sqe
2021-10-19 Pavel Begunkovio_uring: remove drain_active check from hot path
2021-10-19 Pavel Begunkovio_uring: deduplicate io_queue_sqe() call sites
2021-10-19 Pavel Begunkovio_uring: don't pass state to io_submit_state_end
2021-10-19 Pavel Begunkovio_uring: don't pass tail into io_free_batch_list
2021-10-19 Pavel Begunkovio_uring: inline completion batching helpers
2021-10-19 Pavel Begunkovio_uring: optimise batch completion
2021-10-19 Pavel Begunkovio_uring: convert iopoll_completed to store_release
2021-10-19 Pavel Begunkovio_uring: add a helper for batch free
2021-10-19 Pavel Begunkovio_uring: use single linked list for iopoll
2021-10-19 Pavel Begunkovio_uring: split iopoll loop
2021-10-19 Pavel Begunkovio_uring: replace list with stack for req caches
2021-10-19 Pavel Begunkovio-wq: add io_wq_work_node based stack
2021-10-19 Pavel Begunkovio_uring: remove allocation cache array
2021-10-19 Pavel Begunkovio_uring: use slist for completion batching
2021-10-19 Pavel Begunkovio_uring: make io_do_iopoll return number of reqs
2021-10-19 Pavel Begunkovio_uring: force_nonspin
2021-10-19 Pavel Begunkovio_uring: mark having different creds unlikely
2021-10-19 Hao Xuio_uring: return boolean value for io_alloc_async_data
2021-10-19 Pavel Begunkovio_uring: optimise io_req_init() sqe flags checks
2021-10-19 Pavel Begunkovio_uring: remove ctx referencing from complete_post
2021-10-19 Hao Xuio_uring: add more uring info to fdinfo for debug
2021-10-19 Pavel Begunkovio_uring: kill extra wake_up_process in tw add
2021-10-19 Pavel Begunkovio_uring: dedup CQE flushing non-empty checks
2021-10-19 Pavel Begunkovio_uring: inline linked part of io_req_find_next
2021-10-19 Pavel Begunkovio_uring: inline io_dismantle_req
2021-10-19 Pavel Begunkovio_uring: kill off ios_left
2021-10-19 Bixuan Cuiio-wq: Remove duplicate code in io_workqueue_create()
2021-10-19 Jens Axboeio_uring: dump sqe contents if issue fails
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
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
next