linux-2.6-block.git
2021-02-15 Jens AxboeRevert "proc: don't allow async path resolution of...
2021-02-15 Jens Axboeio_uring: remove io_identity
2021-02-15 Jens Axboeio_uring: remove any grabbing of context
2021-02-15 Jens Axboeio-wq: worker idling always returns false
2021-02-15 Jens Axboeio-wq: fork worker threads from original task
2021-02-15 Jens Axboeio-wq: get rid of manager task
2021-02-15 Jens AxboeMerge branch 'for-5.12/io_uring' into for-next
2021-02-15 Jens AxboeMerge branch 'for-5.12/drivers' into for-next
2021-02-15 Jens Axboeproc: don't allow async path resolution of /proc/thread...
2021-02-15 Andy Shevchenkolightnvm: pblk: Replace guid_copy() with export_guid... for-5.12/drivers for-5.12/drivers-2021-02-17
2021-02-15 Tian Taolightnvm: fix unnecessary NULL check warnings
2021-02-13 Jens Axboeio_uring: kill cached requests from exiting task closin...
2021-02-13 Jens Axboeio_uring: add helper to free all request caches
2021-02-13 Jens Axboeio_uring: allow task match to be passed to io_req_cache...
2021-02-12 Jens Axboeio-wq: clear out worker ->fs and ->files
2021-02-12 Jens AxboeMerge branch 'for-5.12/io_uring' into for-next
2021-02-12 Pavel Begunkovio_uring: optimise io_init_req() flags setting
2021-02-12 Pavel Begunkovio_uring: clean io_req_find_next() fast check
2021-02-12 Pavel Begunkovio_uring: don't check PF_EXITING from syscall
2021-02-12 Jens AxboeMerge branch 'for-5.12/block-ipi' into for-next
2021-02-12 Jens AxboeMerge branch 'for-5.12/io_uring' into for-next
2021-02-12 Jens AxboeMerge branch 'for-5.12/libata' into for-next
2021-02-12 Jens AxboeMerge branch 'for-5.12/drivers' into for-next
2021-02-12 Jens AxboeMerge branch 'for-5.12/block' into for-next
2021-02-12 Sebastian Andrzej... blk-mq: Use llist_head for blk_cpu_done for-5.12/block-ipi for-5.12/block-ipi-2021-02-21
2021-02-12 Sebastian Andrzej... blk-mq: Always complete remote completions requests...
2021-02-12 Jens AxboeMerge branch 'sched/smp' of git://git./linux/kernel...
2021-02-12 Pavel Begunkovio_uring: don't split out consume out of SQE get
2021-02-12 Pavel Begunkovio_uring: save ctx put/get for task_work submit
2021-02-12 Pavel Begunkovio_uring: don't duplicate io_req_task_queue()
2021-02-12 Pavel Begunkovio_uring: optimise SQPOLL mm/files grabbing
2021-02-12 Pavel Begunkovio_uring: optimise out unlikely link queue
2021-02-12 Pavel Begunkovio_uring: take compl state from submit state
2021-02-11 Pavel Begunkovio_uring: inline io_complete_rw_common()
2021-02-11 Pavel Begunkovio_uring: move res check out of io_rw_reissue()
2021-02-11 Pavel Begunkovio_uring: simplify iopoll reissuing
2021-02-11 Pavel Begunkovio_uring: clean up io_req_free_batch_finish()
2021-02-11 Jens AxboeMerge tag 'nvme-5.12-2021-02-11' of git://git.infradead...
2021-02-11 Jens Axboeio_uring: move submit side state closer in the ring
2021-02-11 Jens Axboeio_uring: assign file_slot prior to calling io_sqe_file...
2021-02-11 Sagi Grimbergnvme-tcp: fix crash triggered with a dataless request...
2021-02-11 Kees Cookblock: Replace lkml.org links with lore
2021-02-10 Colin Ian Kingio_uring: remove redundant initialization of variable ret
2021-02-10 Pavel Begunkovio_uring: unpark SQPOLL thread for cancelation
2021-02-10 Liao Pingfangnbd: Convert to DEFINE_SHOW_ATTRIBUTE
2021-02-10 Filippo Sironinvme: add 48-bit DMA address quirk for Amazon NVMe...
2021-02-10 Hannes Reineckenvme-hwmon: rework to avoid devm allocation
2021-02-10 Chaitanya Kulkarninvmet: remove else at the end of the function
2021-02-10 Chaitanya Kulkarninvmet: add nvmet_req_subsys() helper
2021-02-10 Chaitanya Kulkarninvmet: use min of device_path and disk len
2021-02-10 Chaitanya Kulkarninvmet: use invalid cmd opcode helper
2021-02-10 Chaitanya Kulkarninvmet: use invalid cmd opcode helper
2021-02-10 Chaitanya Kulkarninvmet: add helper to report invalid opcode
2021-02-10 Chaitanya Kulkarninvmet: remove extra variable in id-ns handler
2021-02-10 Chaitanya Kulkarninvmet: make nvmet_find_namespace() req based
2021-02-10 Chaitanya Kulkarninvmet: return uniform error for invalid ns
2021-02-10 Chaitanya Kulkarninvmet: set status to 0 in case for invalid nsid
2021-02-10 Christoph Hellwignvmet-fc: add a missing __rcu annotation to nvmet_fc_tg...
2021-02-10 Keith Buschnvme-multipath: set nr_zones for zoned namespaces
2021-02-10 Sagi Grimbergnvmet-tcp: fix potential race of tcp socket closing...
2021-02-10 Sagi Grimbergnvmet-tcp: fix receive data digest calculation for...
2021-02-10 Chao Lengnvme-rdma: handle nvme_rdma_post_send failures better
2021-02-10 Chao Lengnvme-fabrics: avoid double completions in nvmf_fail_non...
2021-02-10 Chao Lengnvme: introduce a nvme_host_path_error helper
2021-02-10 Chao Lengblk-mq: introduce blk_mq_set_request_complete
2021-02-10 Jiapeng Chongnvme: convert sysfs sprintf/snprintf family to sysfs_emit
2021-02-10 Christoph Hellwigmm: simplify swapdev_block for-5.12/block for-5.12/block-2021-02-17
2021-02-10 Joe Perchesbcache: Avoid comma separated statements
2021-02-10 Kai Krakowbcache: Move journal work to new flush wq
2021-02-10 Kai Krakowbcache: Give btree_io_wq correct semantics again
2021-02-10 Kai KrakowRevert "bcache: Kill btree_io_wq"
2021-02-10 Kai Krakowbcache: Fix register_device_aync typo
2021-02-10 dongdong taobcache: consider the fragmentation when update the...
2021-02-10 Damien Le Moalsd_zbc: clear zone resources for non-zoned case
2021-02-10 Damien Le Moalblock: introduce blk_queue_clear_zone_settings()
2021-02-10 Damien Le Moalzonefs: use zone write granularity as block size
2021-02-10 Damien Le Moalblock: introduce zone_write_granularity limit
2021-02-10 Damien Le Moalblock: use blk_queue_set_zoned in add_partition()
2021-02-10 Damien Le Moalnullb: use blk_queue_set_zoned() to setup zoned devices
2021-02-10 Damien Le Moalnvme: cleanup zone information initialization
2021-02-10 Damien Le Moalblock: document zone_append_max_bytes attribute
2021-02-10 Jens Axboeio_uring: place ring SQ/CQ arrays under memcg memory...
2021-02-10 Jens Axboeio_uring: enable kmemcg account for io_uring requests
2021-02-10 Jens Axboeio_uring: enable req cache for IRQ driven IO
2021-02-10 Hao Xuio_uring: fix possible deadlock in io_uring_poll
2021-02-10 Pavel Begunkovio_uring: defer flushing cached reqs
2021-02-10 Pavel Begunkovio_uring: take comp_state from ctx
2021-02-10 Jens Axboeio_uring: enable req cache for task_work items
2021-02-10 Jens Axboeio_uring: provide FIFO ordering for task_work
2021-02-10 Jens Axboeio_uring: use persistent request cache
2021-02-10 Pavel Begunkovio_uring: feed reqs back into alloc cache
2021-02-10 Pavel Begunkovio_uring: persistent req cache
2021-02-10 Pavel Begunkovio_uring: count ctx refs separately from reqs
2021-02-10 Pavel Begunkovio_uring: remove fallback_req
2021-02-10 Pavel Begunkovio_uring: submit-completion free batching
2021-02-10 Pavel Begunkovio_uring: replace list with array for compl batch
2021-02-10 Pavel Begunkovio_uring: don't reinit submit state every time
2021-02-10 Pavel Begunkovio_uring: remove ctx from comp_state
2021-02-10 Pavel Begunkovio_uring: don't keep submit_state on stack
2021-02-10 Pavel Begunkovio_uring: don't propagate io_comp_state
next