From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [GIT PULL] Quota and UDF fix Date: Fri, 30 Jan 2015 10:13:17 +0100 Message-ID: <20150130091317.GA30088@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Received: from cantor2.suse.de ([195.135.220.15]:46791 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753328AbbA3JNX (ORCPT ); Fri, 30 Jan 2015 04:13:23 -0500 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus to get a fix for UDF to properly free preallocated blocks and a fix for quota so that Q_GETQUOTA quotactl reports correct numbers for XFS filesystem (and similarly Q_XGETQUOTA quotactl works properly for other filesystems). Top of the tree is 14bf61ffe6ac. The full shortlog is: Jan Kara (2): udf: Release preallocation on last writeable close quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units The diffstat is fs/gfs2/quota.c | 49 +++++++------- fs/quota/dquot.c | 83 ++++++++++++------------ fs/quota/quota.c | 162 +++++++++++++++++++++++++++++++++++++++-------- fs/udf/file.c | 2 +- fs/xfs/xfs_qm.h | 4 +- fs/xfs/xfs_qm_syscalls.c | 156 +++++++++++++++++++-------------------------- fs/xfs/xfs_quotaops.c | 8 +-- include/linux/quota.h | 47 +++++++++++++- include/linux/quotaops.h | 4 +- 9 files changed, 319 insertions(+), 196 deletions(-) Thanks Honza -- Jan Kara SUSE Labs, CR