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 and udf changes for 4.1-rc1
Date: Thu, 16 Apr 2015 19:35:16 +0200 [thread overview]
Message-ID: <20150416173516.GA8045@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
The pull contains quota changes which complete unification of XFS and VFS
quota interfaces (so tools can use either interface to manipulate any
filesystem). There's also a patch to support project quotas in VFS quota
subsystem from Li Xi. Finally there's a bunch of UDF fixes and cleanups and
tiny cleanup in reiserfs & ext3.
Top of the tree is 3adc12e96482. The full shortlog is:
Changwoo Min (1):
udf: return correct errno for udf_update_inode()
Fabian Frederick (4):
udf: remove unused variable in udf_table_free_blocks()
udf: remove else after return in __load_block_bitmap()
udf: remove redundant buffer_head.h includes
udf: use int for allocated blocks instead of sector_t
Jan Kara (11):
quota: Make VFS quotas use new interface for getting quota info
quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
xfs: Convert to using ->get_state callback
gfs2: Convert to using ->get_state callback
quota: Remove ->get_xstate and ->get_xstatev callbacks
quota: Make ->set_info use structure with neccesary info to VFS and XFS
xfs: Add support for Q_SETINFO
quota: Hook up Q_XSETQLIM for id 0 to ->set_info
quota: Fix maximum quota limit settings
Merge branch 'quota_interface' into for_next_testing
udf: Update ctime and mtime when directory is modified
Konstantin Khlebnikov (3):
quota: optimize i_dquot access
quota: paranoia: check quota tree root
quota: reorder flags in quota state
Li Xi (1):
vfs: Add general support to enforce project quota limits
Nicolas Iooss (1):
reiserfs: fix __RASSERT format string
Wei Yuan (1):
ext3: Remove useless condition in if statement.
The diffstat is
fs/ext3/super.c | 2 +-
fs/ext3/xattr.c | 3 +-
fs/ext4/super.c | 2 +-
fs/gfs2/quota.c | 28 +++---
fs/quota/dquot.c | 151 ++++++++++++++++++++-----------
fs/quota/quota.c | 217 +++++++++++++++++++++++++++++++++++++++++++--
fs/quota/quota_tree.c | 7 ++
fs/quota/quota_v2.c | 12 ++-
fs/quota/quotaio_v2.h | 6 +-
fs/reiserfs/reiserfs.h | 1 -
fs/reiserfs/super.c | 2 +-
fs/udf/balloc.c | 20 ++---
fs/udf/dir.c | 1 -
fs/udf/directory.c | 1 -
fs/udf/file.c | 1 -
fs/udf/inode.c | 3 +-
fs/udf/misc.c | 1 -
fs/udf/namei.c | 10 ++-
fs/udf/partition.c | 1 -
fs/udf/super.c | 1 -
fs/udf/symlink.c | 1 -
fs/udf/truncate.c | 1 -
fs/xfs/xfs_qm.h | 4 -
fs/xfs/xfs_qm_syscalls.c | 176 ------------------------------------
fs/xfs/xfs_quotaops.c | 117 ++++++++++++++++++++----
include/linux/quota.h | 90 ++++++++++++++++---
include/linux/quotaops.h | 14 +--
include/uapi/linux/quota.h | 6 +-
28 files changed, 547 insertions(+), 332 deletions(-)
Thanks
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
reply other threads:[~2015-04-16 17:35 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=20150416173516.GA8045@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®