From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, linux-fsdevel@vger.kernel.org
Subject: [PULL REQUEST] Quota mount handling and various fixes
Date: Thu, 27 May 2010 22:42:44 +0200 [thread overview]
Message-ID: <20100527204244.GF3576@quack.suse.cz> (raw)
Hello Linus,
this changeset contains Christoph's quota mount handling reorg series,
removal of dead quota code from UDF, UFS, pohmelfs and a couple of fixes.
The tree has now sustained some xfsqa runs for ext2, ext3, ext4, and
reiserfs so hopefully no new bugs are introduced.
Could you please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6.git for_linus
to get:
Christoph Hellwig (6):
quota: move remount handling into the filesystem
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
quota: move unmount handling into the filesystem
quota: drop remount argument to ->quota_on and ->quota_off
quota: explicitly set ->dq_op and ->s_qcop
quota: rename default quotactl methods to dquot_
Dmitry Monakhov (2):
pohmelfs: Remove dead quota code
quota: Convert quota statistics to generic percpu_counter
Jan Kara (5):
ocfs2: Fix use after free on remount read-only
udf: Remove dead quota code
ufs: Remove dead quota code
reiserfs: Fix resuming of quotas on remount read-write
quota: Fixup dquot_transfer
Venkatesh Pallipadi (1):
ext3 uses rb_node = NULL; to zero rb_root.
The diffstat is
drivers/staging/pohmelfs/inode.c | 8 --
fs/ext2/super.c | 20 ++++
fs/ext3/dir.c | 2 +-
fs/ext3/super.c | 38 +++++---
fs/ext4/super.c | 37 +++++---
fs/jfs/super.c | 16 +++
fs/ocfs2/super.c | 50 +++++------
fs/quota/dquot.c | 190 ++++++++++++++++----------------------
fs/quota/quota.c | 4 +-
fs/reiserfs/super.c | 48 ++++++----
fs/super.c | 13 +--
fs/udf/balloc.c | 43 +--------
fs/udf/file.c | 26 +-----
fs/udf/ialloc.c | 21 +----
fs/udf/inode.c | 5 -
fs/udf/namei.c | 20 ----
fs/udf/super.c | 13 ++-
fs/udf/udfdecl.h | 1 -
fs/ufs/balloc.c | 24 -----
fs/ufs/file.c | 3 +-
fs/ufs/ialloc.c | 13 ---
fs/ufs/inode.c | 4 -
fs/ufs/namei.c | 16 ---
fs/ufs/super.c | 110 +----------------------
fs/ufs/truncate.c | 10 --
include/linux/quota.h | 20 +---
include/linux/quotaops.h | 79 +++++++---------
27 files changed, 274 insertions(+), 560 deletions(-)
Thanks
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
reply other threads:[~2010-05-27 20:43 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=20100527204244.GF3576@quack.suse.cz \
--to=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 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).