From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] Quota and UDF fix
Date: Fri, 30 Jan 2015 10:13:17 +0100 [thread overview]
Message-ID: <20150130091317.GA30088@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 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 <jack@suse.cz>
SUSE Labs, CR
reply other threads:[~2015-01-30 9:13 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=20150130091317.GA30088@quack.suse.cz \
--to=jack@suse.cz \
--cc=linux-fsdevel@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).