platform/kernel/linux-rpi.git
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
2021-10-18 Christoph Hellwigblock: remove the unused rq_end_sector macro
2021-10-18 Christoph Hellwigsched: move the <linux/blkdev.h> include out of kernel...
2021-10-18 Christoph Hellwigkernel: remove spurious blkdev.h includes
2021-10-18 Christoph Hellwigarch: remove spurious blkdev.h includes
2021-10-18 Christoph Hellwigmm: remove spurious blkdev.h includes
2021-10-18 Christoph Hellwigmm: don't include <linux/blkdev.h> in <linux/backing...
2021-10-18 Christoph Hellwigmm: don't include <linux/blk-cgroup.h> in <linux/backin...
2021-10-18 Christoph Hellwigmm: don't include <linux/blk-cgroup.h> in <linux/writeb...
2021-10-18 Tejun Heoblk-cgroup: blk_cgroup_bio_start() should use irq-safe...
2021-10-18 Linus TorvaldsLinux 5.15-rc6
2021-10-18 Linus TorvaldsMerge tag 'libata-5.15-rc6' of git://git./linux/kernel...
2021-10-18 Linus TorvaldsMerge tag 'block-5.15-2021-10-17' of git://git.kernel...
2021-10-18 Linus TorvaldsMerge tag 'io_uring-5.15-2021-10-17' of git://git.kerne...
2021-10-18 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2021-10-18 Linus TorvaldsMerge tag 'powerpc-5.15-4' of git://git./linux/kernel...
2021-10-18 Linus TorvaldsMerge tag 'objtool_urgent_for_v5.15_rc6' of git://git...
2021-10-18 Linus TorvaldsMerge tag 'edac_urgent_for_v5.15_rc6' of git://git...
2021-10-18 Linus TorvaldsMerge tag 'perf_urgent_for_v5.15_rc6' of git://git...
2021-10-18 Linus TorvaldsMerge tag 'efi-urgent-for-v5.15' of git://git./linux...
2021-10-18 Linus TorvaldsMerge tag 'x86_urgent_for_v5.15_rc6' of git://git....
2021-10-18 Linus TorvaldsMerge tag 'driver-core-5.15-rc6' of git://git./linux...
2021-10-18 Linus TorvaldsMerge tag 'char-misc-5.15-rc6' of git://git./linux...
2021-10-18 Linus TorvaldsMerge tag 'staging-5.15-rc6' of git://git./linux/kernel...
2021-10-18 Linus TorvaldsMerge tag 'tty-5.15-rc6' of git://git./linux/kernel...
2021-10-18 Linus TorvaldsMerge tag 'usb-5.15-rc6' of git://git./linux/kernel...
2021-10-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-10-17 Paolo Valenteblock, bfq: reset last_bfqq_created on group change
2021-10-17 Christoph Hellwigblock: warn when putting the final reference on a regis...
next