cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 0/8 v6] quota: Unify VFS and XFS quota interfaces
Date: Wed,  4 Mar 2015 16:15:05 +0100	[thread overview]
Message-ID: <1425482113-1977-1-git-send-email-jack@suse.cz> (raw)

  Hello,

  these are outstanding patches in my series unifying VFS and XFS quota
interfaces so that XFS quotactls work for filesystems with VFS quotas and vice
versa.  This is useful so that userspace doesn't have to care that much about
which filesystem it is using at least when using basic quota functionality. In
particular we should be able to reuse project quota tests in xfstests for ext4.

The patches are based on top of Linus' tree from today which already contains
initial part of the original series.  The patch series can also be pulled from
'quota_interface' branch of my tree [1].

Since all the patches (except one quota patch) have Reviewed-by tags, I'll
push the patches to my tree in a few days and will send them to Linus for the
next merge window unless someone objects.

								Honza

[1] git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git



             reply	other threads:[~2015-03-04 15:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 15:15 Jan Kara [this message]
2015-03-04 15:15 ` [Cluster-devel] [PATCH 1/8] quota: Make VFS quotas use new interface for getting quota info Jan Kara
2015-03-04 15:15 ` [Cluster-devel] [PATCH 2/8] quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state Jan Kara
2015-03-04 15:15 ` [Cluster-devel] [PATCH 3/8] xfs: Convert to using ->get_state callback Jan Kara
2015-03-04 15:15 ` [Cluster-devel] [PATCH 4/8] gfs2: " Jan Kara
2015-03-04 15:15 ` [Cluster-devel] [PATCH 5/8] quota: Remove ->get_xstate and ->get_xstatev callbacks Jan Kara
2015-03-04 15:15 ` [Cluster-devel] [PATCH 6/8] quota: Make ->set_info use structure with neccesary info to VFS and XFS Jan Kara
2015-03-04 15:15 ` [Cluster-devel] [PATCH 7/8] xfs: Add support for Q_SETINFO Jan Kara
2015-03-04 15:15 ` [Cluster-devel] [PATCH 8/8] quota: Hook up Q_XSETQLIM for id 0 to ->set_info Jan Kara

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=1425482113-1977-1-git-send-email-jack@suse.cz \
    --to=jack@suse.cz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).