From: Ilya Dryomov Date: Thu, 6 Oct 2022 10:36:00 +0000 (+0200) Subject: PendingReleaseNotes: add rbd_aio_compare_and_writev note X-Git-Tag: v18.1.0~1060^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd98a66d03a0d9b0a8d1d6d6c0bd698b5baff60f;p=ceph.git PendingReleaseNotes: add rbd_aio_compare_and_writev note Signed-off-by: Ilya Dryomov --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 873a0e067eea..c25c05029e95 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.