From: Christoph Hellwig <hch@infradead.org>
To: torvalds@linux-foundation.org
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] hfsplus updates for Linux 3.1
Date: Fri, 22 Jul 2011 11:27:22 -0400 [thread overview]
Message-ID: <20110722152722.GA11946@infradead.org> (raw)
Hi Linus,
please pull the hfsplus updates for this merge window. The patches are
largely bugfixes, but now that we have sorted the issues with
incorrectly used 32-bit types we can finally enable support for volumes
larger than 2 Terrabytes.
The following changes since commit ca56a95eedcc95f8fea7b49c87565cd961d74fe2:
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-06-29 18:18:48 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus.git for-linus
Alexey Khoroshilov (3):
hfsplus: Fix double iput of the same inode in hfsplus_fill_super()
hfsplus: add error checking for hfs_find_init()
hfsplus: Add error propagation for hfsplus_ext_write_extent_locked
Anton Salikhmetov (1):
hfsplus: assignments inside `if' condition clean-up
Christoph Hellwig (3):
hfsplus: fix overflow in hfsplus_get_block
hfsplus: fix overflow in hfsplus_read_wrapper
hfsplus: lift the 2TB size limit
Naohiro Aota (1):
hfsplus: Add additional range check to handle on-disk corruptions
Seth Forshee (2):
hfsplus: add missing call to bio_put()
hfsplus: ensure bio requests are not smaller than the hardware sectors
fs/hfsplus/brec.c | 4 ++
fs/hfsplus/catalog.c | 14 +++++--
fs/hfsplus/dir.c | 8 +++-
fs/hfsplus/extents.c | 50 +++++++++++++++++-------
fs/hfsplus/hfsplus_fs.h | 18 +++++++-
fs/hfsplus/inode.c | 12 +++--
fs/hfsplus/part_tbl.c | 32 +++++++++-------
fs/hfsplus/super.c | 45 +++++++++++++++-------
fs/hfsplus/unicode.c | 35 +++++++++++++----
fs/hfsplus/wrapper.c | 97 ++++++++++++++++++++++++++++++++++-------------
10 files changed, 224 insertions(+), 91 deletions(-)
next reply other threads:[~2011-07-22 15:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-22 15:27 Christoph Hellwig [this message]
2011-09-15 14:48 ` [PATCH 0/2] hfsplus regression fixes Christoph Hellwig
2011-09-15 14:48 ` [PATCH 1/2] hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path Christoph Hellwig
2011-09-15 14:48 ` [PATCH 2/2] hfsplus: fix filesystem size checks Christoph Hellwig
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=20110722152722.GA11946@infradead.org \
--to=hch@infradead.org \
--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;
as well as URLs for NNTP newsgroup(s).