Hi Linus, Just a single fix for a report that came in this week. - Fix not honoring IOCB_NOWAIT for starting buffered writes in terms of calling sb_start_write(), leading to a deadlock if someone is attempting to freeze the file system with writes in progress, as each side will end up waiting for the other to make progress. Please pull! The following changes since commit ae6a888a4357131c01d85f4c91fb32552dd0bf70: io_uring/rw: fix wrong NOWAIT check in io_rw_init_file() (2024-10-19 09:25:45 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.12-20241101 for you to fetch changes up to 1d60d74e852647255bd8e76f5a22dc42531e4389: io_uring/rw: fix missing NOWAIT check for O_DIRECT start write (2024-10-31 08:21:02 -0600) ---------------------------------------------------------------- io_uring-6.12-20241101 ---------------------------------------------------------------- Jens Axboe (1): io_uring/rw: fix missing NOWAIT check for O_DIRECT start write io_uring/rw.c | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) -- Jens Axboe