From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932073AbbDPRfa (ORCPT ); Thu, 16 Apr 2015 13:35:30 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43354 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbbDPRfV (ORCPT ); Thu, 16 Apr 2015 13:35:21 -0400 Date: Thu, 16 Apr 2015 19:35:16 +0200 From: Jan Kara To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, LKML Subject: [GIT PULL] Quota and udf changes for 4.1-rc1 Message-ID: <20150416173516.GA8045@quack.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 SUSE Labs, CR