On Thu, 23 Jun 2022 10:51:43 -0700, Stefan Roesch wrote: > This patch series adds support for async buffered writes when using both > xfs and io-uring. Currently io-uring only supports buffered writes in the > slow path, by processing them in the io workers. With this patch series it is > now possible to support buffered writes in the fast path. To be able to use > the fast path the required pages must be in the page cache, the required locks > in xfs can be granted immediately and no additional blocks need to be read > form disk. > > [...] Applied, thanks! [13/14] xfs: Specify lockmode when calling xfs_ilock_for_iomap() (no commit info) [14/14] xfs: Add async buffered write support (no commit info) Best regards, -- Jens Axboe