Message ID | cover.1707314970.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bio put in-IRQ caching optimisation | expand |
On Wed, 07 Feb 2024 14:14:27 +0000, Pavel Begunkov wrote: > Patch 1 is a preparation patch, which enables caching of !IOPOLL bios > for the task context execution. > > Patch 2 optimise out local_irq_{save,restore}() from bio_put_percpu_cache() > for in-IRQ completions. > > v2: Extend caching to the task context > > [...] Applied, thanks! [1/2] block: extend bio caching to task context commit: c9f5f3aa19c617fe85085b19abbf7a9a077336d0 [2/2] block: optimise in irq bio put caching commit: e516c3fc6c182736aec5418a73f15199640491e2 Best regards,