From bd98a66d03a0d9b0a8d1d6d6c0bd698b5baff60f Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 6 Oct 2022 12:36:00 +0200 Subject: [PATCH] PendingReleaseNotes: add rbd_aio_compare_and_writev note Signed-off-by: Ilya Dryomov --- PendingReleaseNotes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 873a0e067ee..c25c05029e9 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -55,6 +55,9 @@ * RBD: compare-and-write operation is no longer limited to 512-byte sectors. Assuming proper alignment, it now allows operating on stripe units (4M by default). +* RBD: New `rbd_aio_compare_and_writev` API method to support scatter/gather + on both compare and write buffers. This compliments existing `rbd_aio_readv` + and `rbd_aio_writev` methods. * The 'AT_NO_ATTR_SYNC' macro is deprecated, please use the standard 'AT_STATX_DONT_SYNC' macro. The 'AT_NO_ATTR_SYNC' macro will be removed in the future.