All of lore.kernel.org
 help / color / mirror / Atom feed
From: virtiofs-bot@sinrega.org
To: virtio-fs@redhat.com
Subject: [Virtio-fs] [virtiofsd-rs] MR merged: Allow using file handles instead of O_PATH FDs to reference inodes
Date: Wed, 2 Jun 2021 02:08:48 -0400	[thread overview]
Message-ID: <05275.121060202084202111@us-mta-228.us.mimecast.lan> (raw)

Storing an `O_PATH` file descriptor in every `InodeData` means we have a lot of FDs open, which is sometimes bad.  This series adds an option (`--inode-file-handles`) that will make virtiofsd-rs attempt to generate a file handle for new inodes and store that instead of an FD.  When an FD is needed for a given inode, we open the handle.
---
https://gitlab.com/virtio-fs/virtiofsd-rs/-/merge_requests/26


                 reply	other threads:[~2021-06-02  6:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05275.121060202084202111@us-mta-228.us.mimecast.lan \
    --to=virtiofs-bot@sinrega.org \
    --cc=virtio-fs@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.