From: cem@kernel.org
To: jack@suse.cz
Cc: linux-fsdevel@vger.kernel.org
Subject: [PATCH RESEND 0/3] Add support for tmpfs quotas
Date: Fri, 26 Jan 2024 19:02:08 +0100 [thread overview]
Message-ID: <20240126180225.1210841-1-cem@kernel.org> (raw)
From: Carlos Maiolino <cem@kernel.org>
Sending again with Jan's correct email address.
This series add suport for quota management on tmpfs filesystems. Support for
quotas in tmpfs has been added to Linux 6.6, so, give enable users to manage it.
This series add 2 new helpers, one named do_quotactl(), which switches between
quotactl() and quotactl_fd(), and the quotactl_handle() helper within quotaio,
which passes quota_handle data to do_quotactl() depending on the filesystem
associated with the mountpoint.
The first patch is just a cleanup.
Carlos Maiolino (3):
Rename searched_dir->sd_dir to sd_isdir
Add quotactl_fd() support
Enable support for tmpfs quotas
Makefile.am | 1 +
mntopt.h | 1 +
quotacheck.c | 12 +++----
quotaio.c | 19 +++++++++--
quotaio.h | 2 ++
quotaio_generic.c | 11 +++----
quotaio_meta.c | 3 +-
quotaio_v1.c | 11 +++----
quotaio_v2.c | 11 +++----
quotaio_xfs.c | 21 ++++++------
quotaon.c | 8 ++---
quotaon_xfs.c | 9 +++---
quotastats.c | 4 +--
quotasync.c | 2 +-
quotasys.c | 82 ++++++++++++++++++++++++++++++++++++-----------
quotasys.h | 3 ++
16 files changed, 134 insertions(+), 66 deletions(-)
--
2.43.0
next reply other threads:[~2024-01-26 18:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-26 18:02 cem [this message]
2024-01-26 18:02 ` [PATCH 1/3] Rename searched_dir->sd_dir to sd_isdir cem
2024-01-26 18:02 ` [PATCH 2/3] Add quotactl_fd() support cem
2024-01-26 18:02 ` [PATCH 3/3] Enable support for tmpfs quotas cem
2024-01-29 11:59 ` [PATCH RESEND 0/3] Add " Jan Kara
2024-02-05 11:48 ` Carlos Maiolino
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=20240126180225.1210841-1-cem@kernel.org \
--to=cem@kernel.org \
--cc=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
/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.