[Libguestfs] [libguestfs PATCH v2 0/2] lift protocol limit on guestfs_readdir()

Laszlo Ersek lersek at redhat.com
Mon May 2 08:55:59 UTC 2022


Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1674392
v1:       https://listman.redhat.com/archives/libguestfs/2022-May/028770.html

Version 2 fixes the proc_nr reuse pointed out by Rich under v1.

Thanks
Laszlo

Laszlo Ersek (2):
  guestfs_readdir(): rewrite with FileOut transfer, to lift protocol
    limit
  guestfs_readdir(): minimize the number of send_file_write() calls

 TODO                      |   8 -
 daemon/readdir.c          | 156 ++++++++++++--------
 generator/actions_core.ml | 127 ++++++++--------
 generator/proc_nr.ml      |   2 +-
 lib/MAX_PROC_NR           |   2 +-
 lib/Makefile.am           |   1 +
 lib/readdir.c             | 131 ++++++++++++++++
 7 files changed, 292 insertions(+), 135 deletions(-)
 create mode 100644 lib/readdir.c


base-commit: f9babf8c04e0d471ba7bea0eced5105a274d2ddb
-- 
2.19.1.3.g30247aa5d201



More information about the Libguestfs mailing list