On Wed, 23 Mar 2022 08:44:16 -0700, Stefan Roesch wrote: > This adds the xattr support to io_uring. The intent is to have a more > complete support for file operations in io_uring. > > This change adds support for the following functions to io_uring: > - fgetxattr > - fsetxattr > - getxattr > - setxattr > > [...] Applied, thanks! [1/4] fs: split off setxattr_copy and do_setxattr function from setxattr commit: bbe6239e931bbb57983dcf94eacc8aaa757d26b0 [2/4] fs: split off do_getxattr from getxattr commit: 9c8ebeb51e866b9d0fa16fa628797d7e9483a6fc [3/4] io_uring: add fsetxattr and setxattr support commit: 7c0773d493344a03e40a71c66fbe080c1fd87acb [4/4] io_uring: add fgetxattr and getxattr support commit: b2fdcc6667b89e4da68b5543b641e809145432f8 Best regards, -- Jens Axboe