Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*RFC\:\s+Case\-insensitive\s+support\s+for\s+XFS\s*$/: 26 ]

Total 26 documents matching your query.

1. RFC: Case-insensitive support for XFS (score: 1)
Author: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Fri, 05 Oct 2007 11:57:54 +1000
On it's own, linux only provides case conversion for old-style character sets - 8 bit sequences only. A lot of distos are now defaulting to UTF-8 and Linux NLS stuff does not support case conversion
/archives/xfs/2007-10/msg00082.html (12,468 bytes)

2. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Fri, 5 Oct 2007 16:44:42 +0100
[Adding -fsdevel because some of the things touched here might be of broader interest and Urban because his name is on nls_utf8.c] The lack of case tables in nls_utf8.c defintively seems odd to me. U
/archives/xfs/2007-10/msg00086.html (12,865 bytes)

3. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: Nicholas Miell <nmiell@xxxxxxxxxxx>
Date: Fri, 05 Oct 2007 11:52:18 -0700
Case conversion in Unicode is locale dependent. The legacy 8-bit character encodings don't code for enough characters to run into the ambiguities, so they can get away with fixed case conversion tabl
/archives/xfs/2007-10/msg00087.html (11,149 bytes)

4. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: Anton Altaparmakov <aia21@xxxxxxxxx>
Date: Fri, 5 Oct 2007 20:10:23 +0100
On 5 Oct 2007, at 16:44, Christoph Hellwig wrote: [Adding -fsdevel because some of the things touched here might be of broader interest and Urban because his name is on nls_utf8.c] On Fri, Oct 05, 2
/archives/xfs/2007-10/msg00088.html (16,900 bytes)

5. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: Brad Boyer <flar@xxxxxxxxxxxxx>
Date: Fri, 5 Oct 2007 23:37:48 -0700
For HFS+, there is a single case conversion table that is defined in the on-disk format. It's in fs/hfsplus/tables.c with the data taken directly from Apple's documentation. I had the same issue in H
/archives/xfs/2007-10/msg00089.html (12,825 bytes)

6. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: Anton Altaparmakov <aia21@xxxxxxxxx>
Date: Sat, 6 Oct 2007 14:00:55 +0100
On 6 Oct 2007, at 07:37, Brad Boyer wrote: On Fri, Oct 05, 2007 at 08:10:23PM +0100, Anton Altaparmakov wrote: But the default does not matter for NTFS. At mount time, the upcase table stored on the
/archives/xfs/2007-10/msg00091.html (14,731 bytes)

7. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Mon, 08 Oct 2007 10:33:27 +1000
On Sat, 06 Oct 2007 01:44:42 +1000, Christoph Hellwig <hch@xxxxxxxxxxxxx> [Adding -fsdevel because some of the things touched here might be of broader interest and Urban because his name is on nls_ut
/archives/xfs/2007-10/msg00103.html (12,795 bytes)

8. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Mon, 08 Oct 2007 10:43:08 +1000
On Sat, 06 Oct 2007 05:10:23 +1000, Anton Altaparmakov <aia21@xxxxxxxxx> Hi, On 5 Oct 2007, at 16:44, Christoph Hellwig wrote: [Adding -fsdevel because some of the things touched here might be of bro
/archives/xfs/2007-10/msg00104.html (13,247 bytes)

9. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Mon, 08 Oct 2007 15:07:48 +1000
On Sat, 06 Oct 2007 04:52:18 +1000, Nicholas Miell <nmiell@xxxxxxxxxxx> The lack of case tables in nls_utf8.c defintively seems odd to me. Urban, is there a reason for that? The only thing that comes
/archives/xfs/2007-10/msg00110.html (11,838 bytes)

10. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: Nicholas Miell <nmiell@xxxxxxxxxxx>
Date: Sun, 07 Oct 2007 22:44:48 -0700
You also have to decide whether to screw over people who speak Turkic languages and expect an 'I' to 'Ä' mapping or everybody else who expect an 'I' to 'i' mapping. Although, if you're content in i
/archives/xfs/2007-10/msg00111.html (12,363 bytes)

11. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Mon, 08 Oct 2007 16:17:53 +1000
On Mon, 08 Oct 2007 15:44:48 +1000, Nicholas Miell <nmiell@xxxxxxxxxxx> Based on http://www.unicode.org/reports/tr21/tr21-5.html and http://www.unicode.org/Public/UNIDATA/CaseFolding.txt Doing case c
/archives/xfs/2007-10/msg00113.html (13,554 bytes)

12. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Mon, 08 Oct 2007 17:00:58 +1000
On Mon, 08 Oct 2007 15:44:48 +1000, Nicholas Miell <nmiell@xxxxxxxxxxx> You also have to decide whether to screw over people who speak Turkic languages and expect an 'I' to 'Ä' mapping or everybod
/archives/xfs/2007-10/msg00117.html (10,841 bytes)

13. Re: RFC: Case-insensitive support for XFS (score: 1)
Author: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Wed, 10 Oct 2007 12:27:57 +1000
On Mon, 08 Oct 2007 15:44:48 +1000, Nicholas Miell <nmiell@xxxxxxxxxxx> Based on http://www.unicode.org/reports/tr21/tr21-5.html and http://www.unicode.org/Public/UNIDATA/CaseFolding.txt Doing case c
/archives/xfs/2007-10/msg00123.html (13,077 bytes)

14. RFC: Case-insensitive support for XFS (score: 1)
Author:
Date: Fri, 05 Oct 2007 11:57:54 +1000
On it's own, linux only provides case conversion for old-style character sets - 8 bit sequences only. A lot of distos are now defaulting to UTF-8 and Linux NLS stuff does not support case conversion
/archives/xfs/2007-10/msg00409.html (12,468 bytes)

15. Re: RFC: Case-insensitive support for XFS (score: 1)
Author:
Date: Fri, 5 Oct 2007 16:44:42 +0100
[Adding -fsdevel because some of the things touched here might be of broader interest and Urban because his name is on nls_utf8.c] The lack of case tables in nls_utf8.c defintively seems odd to me. U
/archives/xfs/2007-10/msg00413.html (12,865 bytes)

16. Re: RFC: Case-insensitive support for XFS (score: 1)
Author:
Date: Fri, 05 Oct 2007 11:52:18 -0700
Case conversion in Unicode is locale dependent. The legacy 8-bit character encodings don't code for enough characters to run into the ambiguities, so they can get away with fixed case conversion tabl
/archives/xfs/2007-10/msg00414.html (11,149 bytes)

17. Re: RFC: Case-insensitive support for XFS (score: 1)
Author:
Date: Fri, 5 Oct 2007 20:10:23 +0100
On 5 Oct 2007, at 16:44, Christoph Hellwig wrote: [Adding -fsdevel because some of the things touched here might be of broader interest and Urban because his name is on nls_utf8.c] On Fri, Oct 05, 2
/archives/xfs/2007-10/msg00415.html (16,900 bytes)

18. Re: RFC: Case-insensitive support for XFS (score: 1)
Author:
Date: Fri, 5 Oct 2007 23:37:48 -0700
For HFS+, there is a single case conversion table that is defined in the on-disk format. It's in fs/hfsplus/tables.c with the data taken directly from Apple's documentation. I had the same issue in H
/archives/xfs/2007-10/msg00416.html (12,825 bytes)

19. Re: RFC: Case-insensitive support for XFS (score: 1)
Author:
Date: Sat, 6 Oct 2007 14:00:55 +0100
On 6 Oct 2007, at 07:37, Brad Boyer wrote: On Fri, Oct 05, 2007 at 08:10:23PM +0100, Anton Altaparmakov wrote: But the default does not matter for NTFS. At mount time, the upcase table stored on the
/archives/xfs/2007-10/msg00418.html (14,731 bytes)

20. Re: RFC: Case-insensitive support for XFS (score: 1)
Author:
Date: Mon, 08 Oct 2007 10:33:27 +1000
On Sat, 06 Oct 2007 01:44:42 +1000, Christoph Hellwig <hch@xxxxxxxxxxxxx> [Adding -fsdevel because some of the things touched here might be of broader interest and Urban because his name is on nls_ut
/archives/xfs/2007-10/msg00430.html (12,795 bytes)


This search system is powered by Namazu