[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070620000644.891099313@dastardly.home.dghda.com>
Date: Wed, 20 Jun 2007 01:06:44 +0100
From: "Duane Griffin" <duaneg@...da.com>
To: Roman Zippel <zippel@...ux-m68k.org>
Cc: linux-kernel@...r.kernel.org, didier <did447@...il.com>,
Solra Bizna <sbizna@...at.net>, Daniel Drake <dsd@...too.org>
Subject: [patch 0/2] HFS+: custom dentry hash and comparison operations
The HFS+ filesystem is case-insensitive and does automatic unicode
decomposition by default, but does not provide custom dentry
operations. This can lead to multiple dentries being cached for lookups
on a filename with varying case and/or character (de)composition.
These patches add custom dentry hash and comparison operations for
case-sensitive and/or automatically decomposing HFS+ filesystems.
Unicode decomposition and case-folding are performed as required to
ensure equivalent filenames are hashed to the same values and compare
as equal.
Tested on i386, x86_64 and PPC.
See bug reports here for more information:
http://bugzilla.kernel.org/show_bug.cgi?id=7240
http://bugs.gentoo.org/show_bug.cgi?id=178298
Cheers,
Duane Griffin.
--
"I never could learn to drink that blood and call it wine" - Bob Dylan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists