linux-2.6-microblaze.git
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
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
2021-10-18 Christoph Hellwigblock: unexport blkdev_ioctl
2021-10-18 Jens Axboeblock: don't dereference request after flush insertion
2021-10-18 Christoph Hellwigblk-mq: cleanup blk_mq_submit_bio
2021-10-18 Christoph Hellwigblk-mq: cleanup and rename __blk_mq_alloc_request
2021-10-18 Jens Axboeblock: pre-allocate requests if plug is started and...
2021-10-18 Jens Axboeblock: bump max plugged deferred size from 16 to 32
2021-10-18 Jens Axboeblock: inherit request start time from bio for BLK_CGROUP
2021-10-18 Jens Axboeblock: move blk-throtl fast path inline
2021-10-18 John Garryblk-mq: Change shared sbitmap naming to shared tags
2021-10-18 John Garryblk-mq: Stop using pointers for blk_mq_tags bitmap...
2021-10-18 John Garryblk-mq: Use shared tags for shared sbitmap support
2021-10-18 John Garryblk-mq: Refactor and rename blk_mq_free_map_and_{reques...
2021-10-18 John Garryblk-mq: Add blk_mq_alloc_map_and_rqs()
2021-10-18 John Garryblk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
2021-10-18 John Garryblk-mq: Don't clear driver tags own mapping
2021-10-18 John Garryblk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
2021-10-18 John Garryblk-mq-sched: Rename blk_mq_sched_free_{requests -...
2021-10-18 John Garryblk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_an...
2021-10-18 John Garryblk-mq: Invert check in blk_mq_update_nr_requests()
2021-10-18 John Garryblk-mq: Relocate shared sbitmap resize in blk_mq_update...
2021-10-18 John Garryblock: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
2021-10-18 John Garryblk-mq: Change rqs check in blk_mq_free_rqs()
2021-10-18 Christoph Hellwigblock: print the current process in handle_bad_sector
2021-10-18 Bart Van Asscheblock/mq-deadline: Prioritize high-priority requests
2021-10-18 Bart Van Asscheblock/mq-deadline: Stop using per-CPU counters
2021-10-18 Bart Van Asscheblock/mq-deadline: Add an invariant check
2021-10-18 Bart Van Asscheblock/mq-deadline: Improve request accounting further
2021-10-18 Christoph Hellwigblock: move struct request to blk-mq.h
2021-10-18 Christoph Hellwigblock: move integrity handling out of <linux/blkdev.h>
2021-10-18 Christoph Hellwigblock: move a few merge helpers out of <linux/blkdev.h>
2021-10-18 Christoph Hellwigblock: drop unused includes in <linux/genhd.h>
2021-10-18 Christoph Hellwigblock: drop unused includes in <linux/blkdev.h>
2021-10-18 Christoph Hellwigblock: move elevator.h to block/
2021-10-18 Christoph Hellwigblock: remove the struct blk_queue_ctx forward declaration
2021-10-18 Christoph Hellwigblock: remove the cmd_size field from struct request_queue
2021-10-18 Christoph Hellwigblock: remove the unused blk_queue_state enum
next