From: Li Xi <pkuelelixi@gmail.com>
To: linux-ext4@vger.kernel.org, tytso@mit.edu, adilger@dilger.ca,
jack@suse.cz, viro@zeniv.linux.org.uk, hch@infradead.org,
dmonakhov@openvz.org
Subject: [v1 0/4] Add project quota support for e2fsprogs
Date: Thu, 29 Oct 2015 00:42:09 +0900 [thread overview]
Message-ID: <1446046933-26571-1-git-send-email-lixi@ddn.com> (raw)
The following patches adds project quota support for e2fsprogs. The
first patch cleans up current codes to prepare for adding project
quota support. And other patches adds project ID as well as
project feature support for e2fsprogs.
Li Xi (4):
clean up codes for adding new quota type
Add project quota support
Add project feature
Add inherit flags for project quota
debugfs/quota.c | 2 +-
debugfs/set_fields.c | 2 +
e2fsck/pass1.c | 35 +++++++++++--
e2fsck/quota.c | 28 ++++------
e2fsck/unix.c | 26 +++++-----
lib/e2p/feature.c | 2 +
lib/e2p/ls.c | 29 ++++++++---
lib/e2p/pf.c | 1 +
lib/ext2fs/ext2_fs.h | 12 +++-
lib/ext2fs/ext2fs.h | 3 +-
lib/ext2fs/swapfs.c | 2 +
lib/ext2fs/tst_inode_size.c | 1 +
lib/ext2fs/tst_super_size.c | 3 +-
lib/support/mkquota.c | 105 ++++++++++++++++++++++-----------------
lib/support/quotaio.c | 80 ++++++++++++++++++++----------
lib/support/quotaio.h | 74 ++++++++++++++++++++--------
lib/support/quotaio_tree.c | 2 +-
misc/chattr.c | 3 +-
misc/ext4.5.in | 5 ++
misc/mke2fs.c | 19 +++++--
misc/tune2fs.c | 89 +++++++++++++++++++--------------
tests/d_fallocate_blkmap/expect | 4 +-
tests/f_create_symlinks/expect | 8 ++--
tests/m_bigjournal/expect.1 | 4 +-
tests/m_large_file/expect.1 | 4 +-
tests/m_quota/expect.1 | 15 +++---
26 files changed, 356 insertions(+), 202 deletions(-)
next reply other threads:[~2015-10-28 15:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-28 15:42 Li Xi [this message]
2015-10-28 15:42 ` [v1 1/4] clean up codes for adding new quota type Li Xi
2015-12-12 9:32 ` Andreas Dilger
2015-12-12 10:52 ` Andreas Dilger
2015-10-28 15:42 ` [v1 2/4] Add project quota support Li Xi
2015-10-29 10:18 ` Albino B Neto
2015-12-12 11:04 ` Andreas Dilger
2015-10-28 15:42 ` [v1 3/4] Add project feature Li Xi
2015-10-28 15:42 ` [v1 4/4] Add inherit flags for project quota Li Xi
2015-12-12 11:13 ` Andreas Dilger
2016-01-05 13:01 ` Li Xi
2015-10-29 6:49 ` [v1 0/4] Add project quota support for e2fsprogs Andreas Dilger
[not found] ` <CAP9B-Q=EU6L0mgL+s5RGMg5PsW6o+0hMDcQmp-QF=PisAcz1pA@mail.gmail.com>
2015-10-30 3:42 ` Fwd: " Wang Shilong
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=1446046933-26571-1-git-send-email-lixi@ddn.com \
--to=pkuelelixi@gmail.com \
--cc=adilger@dilger.ca \
--cc=dmonakhov@openvz.org \
--cc=hch@infradead.org \
--cc=jack@suse.cz \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
--cc=viro@zeniv.linux.org.uk \
/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).