On Wed, 11 Sep 2024 17:34:36 +0100, Pavel Begunkov wrote: > There is an interest in having asynchronous block operations like > discard and write zeroes. The series implements that as io_uring commands, > which is an io_uring request type allowing to implement custom file > specific operations. > > First 4 are preparation patches. Patch 5 introduces the main chunk of > cmd infrastructure and discard commands. Patches 6-8 implement > write zeroes variants. > > [...] Applied, thanks! [1/8] io_uring/cmd: expose iowq to cmds (no commit info) [2/8] io_uring/cmd: give inline space in request to cmds (no commit info) [3/8] filemap: introduce filemap_invalidate_pages (no commit info) [4/8] block: introduce blk_validate_byte_range() (no commit info) [5/8] block: implement async io_uring discard cmd (no commit info) [6/8] block: implement write zeroes io_uring cmd (no commit info) [7/8] block: add nowait flag for __blkdev_issue_zero_pages (no commit info) [8/8] block: implement write zero pages cmd (no commit info) Best regards, -- Jens Axboe