From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Quota improvements and minor cleanups
Date: Wed, 10 Dec 2014 11:47:55 +0100 [thread overview]
Message-ID: <20141210104755.GA25671@quack.suse.cz> (raw)
Hello Linus,
could you please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus
to get quota improvements and some minor cleanups. The main portion in
the pull request are changes which move i_dquot array from struct inode
into fs-private part of an inode which saves memory for filesystems which
don't use VFS quotas.
Top of the tree is fdf2657bc81b. The full shortlog is:
Anton Blanchard (1):
quota: Add log level to printk
Jan Kara (12):
quota: Remove const from function declarations
quota: Allow each filesystem to specify which quota types it supports
gfs2: Set allowed quota types
xfs: Set allowed quota types
quota: Use function to provide i_dquot pointers
ext2: Convert to private i_dquot field
ext3: Convert to private i_dquot field
ext4: Convert to private i_dquot field
ocfs2: Convert to private i_dquot field
reiserfs: Convert to private i_dquot field
jfs: Convert to private i_dquot field
vfs: Remove i_dquot field from inode
Markus Elfring (3):
jbd: Deletion of an unnecessary check before the function call "iput"
udf: Deletion of unnecessary checks before the function call "iput"
udf: One function call less in udf_fill_super() after error detection
The diffstat is
fs/ext2/ext2.h | 3 +++
fs/ext2/super.c | 10 ++++++++
fs/ext3/ext3.h | 4 ++++
fs/ext3/super.c | 10 ++++++++
fs/ext4/ext4.h | 4 ++++
fs/ext4/super.c | 8 +++++++
fs/gfs2/ops_fstype.c | 1 +
fs/inode.c | 3 ---
fs/jbd/journal.c | 3 +--
fs/jfs/jfs_incore.h | 3 +++
fs/jfs/super.c | 9 ++++++++
fs/ocfs2/inode.h | 2 ++
fs/ocfs2/super.c | 8 +++++++
fs/quota/dquot.c | 59 ++++++++++++++++++++++++++----------------------
fs/quota/quota.c | 13 +++++++++--
fs/reiserfs/reiserfs.h | 4 ++++
fs/reiserfs/super.c | 11 +++++++++
fs/udf/super.c | 11 ++++-----
fs/xfs/xfs_super.c | 1 +
include/linux/fs.h | 5 ++--
include/linux/quota.h | 5 ++++
include/linux/quotaops.h | 8 +++----
22 files changed, 138 insertions(+), 47 deletions(-)
Thanks
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
reply other threads:[~2014-12-10 10:48 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=20141210104755.GA25671@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
all inboxes | Powered by JetHome®