On 11/24/21 4:16 PM, Stefan Roesch wrote: > This series adds support for getdents64 in liburing. The intent is to > provide a more complete I/O interface for io_uring. > > Patch 1: fs: add parameter use_fpos to iterate_dir() > This adds a new parameter to the function iterate_dir() so the > caller can specify if the position is the file position or the > position stored in the buffer context. > > Patch 2: fs: split off vfs_getdents function from getdents64 system call > This splits of the iterate_dir part of the syscall in its own > dedicated function. This allows to call the function directly from > liburing. > > Patch 3: io_uring: add support for getdents64 > Adds the functions to io_uring to support getdents64. > > There is also a patch series for the changes to liburing. This includes > a new test. The patch series is called "liburing: add getdents support." Al, ping on this one as well, same question on the VFS side. -- Jens Axboe