On 3/23/22 9:44 AM, Stefan Roesch wrote: > Add xattr support and testing to liburing > > Patch 1: liburing: update io_uring > Update io_uring.h with io_uring kernel changes. > > Patch 2: liburing: add fsetxattr and setxattr > Add new helper functions for fsetxattr and setxattr support > in liburing. > > Patch 3: liburing: add fgetxattr and getxattr > Add new helper functions for fgetxattr and getxattr support > in liburing. > > Patch 4: liburing: add new tests for xattr > Adds a new test program to test the xattr support. > > There are also patches for io_uring and xfstests: > - Adds xattr support for io_uring > - Add xattr support to fsstress Applied in the 'xattr' branch for now, I'll pull it into master when: a) The next liburing has been released, and b) the xattr changes are upstream, targeted 5.19 merge window. Thanks! -- Jens Axboe