Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Mixed\s+case\s+support\s+in\s+XFS\s*$/: 18 ]

Total 18 documents matching your query.

1. Mixed case support in XFS (score: 1)
Author: xxxxx>
Date: Sat, 24 May 2003 00:17:30 +1000
Off the wall suggestion. Instead of changing XFS to suit Samba, layer another filesystem over XFS that converts all names to lower case and provide that filesystem view to Samba. Such a layered files
/archives/xfs/2003-05/msg00232.html (8,643 bytes)

2. Re: Mixed case support in XFS (score: 1)
Author: xxxxx>
Date: Sat, 24 May 2003 00:43:07 +1000
Easily handled with a tweak to locasefs. creat() and readdir() preserve case, stat() and open() on existing files drop the filenames to lower case. But as Steve says, Irix has the same problem, so LU
/archives/xfs/2003-05/msg00234.html (8,097 bytes)

3. Re: Mixed case support in XFS (score: 1)
Author: xxxxx>
Date: Fri, 23 May 2003 17:02:43 +0200
AFAIK samba does it already internally, but the algorithms they use for this (which are more accurate than your hack) are relatively costly, so they prefer to get file system support. -Andi
/archives/xfs/2003-05/msg00237.html (7,997 bytes)

4. RE: Mixed case support in XFS (score: 1)
Author: xxxxx>
Date: Fri, 23 May 2003 11:31:30 -0600
Samba already does handle the conversion to case insensitivity. However, it is not a very fast solution. The idea of having case insensitivity in XFS is to bypass that complexity in samba and let XFS
/archives/xfs/2003-05/msg00243.html (8,275 bytes)

5. Re: Mixed case support in XFS (score: 1)
Author: xxxxx>
Date: Fri, 23 May 2003 21:09:13 +0200
Quite OT, but what do I have to sacrifice today to get those 15-20% speedup (seems too good to be true)? Simply drop case conversion in Samba? Any pointers? -- Axel.Thimm@xxxxxxxxxxxxxxxxxxx Attachme
/archives/xfs/2003-05/msg00245.html (8,548 bytes)

6. RE: Mixed case support in XFS (score: 1)
Author: xxxxx>
Date: Mon, 26 May 2003 22:33:05 -0600
The option to skip case conversion is smaba is not quite ready yet - AFAIK. But, yes, skipping the case conversion code would give you 15-20% - bones --Original Message-- From: linux-xfs-bounce@xxxxx
/archives/xfs/2003-05/msg00267.html (8,109 bytes)

7. Mixed case support in XFS (score: 1)
Author: ie@xxxxxxxxx>
Date: Sat, 24 May 2003 00:17:30 +1000
Off the wall suggestion. Instead of changing XFS to suit Samba, layer another filesystem over XFS that converts all names to lower case and provide that filesystem view to Samba. Such a layered files
/archives/xfs/2003-05/msg00539.html (8,643 bytes)

8. Re: Mixed case support in XFS (score: 1)
Author: xxxxxxxxxxxx>
Date: Sat, 24 May 2003 00:43:07 +1000
Easily handled with a tweak to locasefs. creat() and readdir() preserve case, stat() and open() on existing files drop the filenames to lower case. But as Steve says, Irix has the same problem, so LU
/archives/xfs/2003-05/msg00541.html (8,097 bytes)

9. Re: Mixed case support in XFS (score: 1)
Author: xxxxxxxxxxxx>
Date: Fri, 23 May 2003 17:02:43 +0200
AFAIK samba does it already internally, but the algorithms they use for this (which are more accurate than your hack) are relatively costly, so they prefer to get file system support. -Andi
/archives/xfs/2003-05/msg00544.html (7,997 bytes)

10. RE: Mixed case support in XFS (score: 1)
Author: ocian@xxxxxx>
Date: Fri, 23 May 2003 11:31:30 -0600
Samba already does handle the conversion to case insensitivity. However, it is not a very fast solution. The idea of having case insensitivity in XFS is to bypass that complexity in samba and let XFS
/archives/xfs/2003-05/msg00550.html (8,275 bytes)

11. Re: Mixed case support in XFS (score: 1)
Author: xxxxxxxxxxxx>
Date: Fri, 23 May 2003 21:09:13 +0200
Quite OT, but what do I have to sacrifice today to get those 15-20% speedup (seems too good to be true)? Simply drop case conversion in Samba? Any pointers? -- Axel.Thimm@xxxxxxxxxxxxxxxxxxx Attachme
/archives/xfs/2003-05/msg00552.html (8,548 bytes)

12. RE: Mixed case support in XFS (score: 1)
Author: es10@xxxxxxx>
Date: Mon, 26 May 2003 22:33:05 -0600
The option to skip case conversion is smaba is not quite ready yet - AFAIK. But, yes, skipping the case conversion code would give you 15-20% - bones --Original Message-- From: linux-xfs-bounce@xxxxx
/archives/xfs/2003-05/msg00574.html (8,109 bytes)

13. Mixed case support in XFS (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Sat, 24 May 2003 00:17:30 +1000
Off the wall suggestion. Instead of changing XFS to suit Samba, layer another filesystem over XFS that converts all names to lower case and provide that filesystem view to Samba. Such a layered files
/archives/xfs/2003-05/msg00846.html (8,643 bytes)

14. Re: Mixed case support in XFS (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Sat, 24 May 2003 00:43:07 +1000
Easily handled with a tweak to locasefs. creat() and readdir() preserve case, stat() and open() on existing files drop the filenames to lower case. But as Steve says, Irix has the same problem, so LU
/archives/xfs/2003-05/msg00848.html (8,154 bytes)

15. Re: Mixed case support in XFS (score: 1)
Author: Andi Kleen <ak@xxxxxxx>
Date: Fri, 23 May 2003 17:02:43 +0200
AFAIK samba does it already internally, but the algorithms they use for this (which are more accurate than your hack) are relatively costly, so they prefer to get file system support. -Andi
/archives/xfs/2003-05/msg00851.html (8,101 bytes)

16. RE: Mixed case support in XFS (score: 1)
Author: "Bones" <bones10@xxxxxxx>
Date: Fri, 23 May 2003 11:31:30 -0600
Samba already does handle the conversion to case insensitivity. However, it is not a very fast solution. The idea of having case insensitivity in XFS is to bypass that complexity in samba and let XFS
/archives/xfs/2003-05/msg00857.html (8,320 bytes)

17. Re: Mixed case support in XFS (score: 1)
Author: Axel Thimm <Axel.Thimm@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 May 2003 21:09:13 +0200
Quite OT, but what do I have to sacrifice today to get those 15-20% speedup (seems too good to be true)? Simply drop case conversion in Samba? Any pointers? -- Axel.Thimm@xxxxxxxxxxxxxxxxxxx Attachme
/archives/xfs/2003-05/msg00859.html (8,666 bytes)

18. RE: Mixed case support in XFS (score: 1)
Author: "Bones" <bones10@xxxxxxx>
Date: Mon, 26 May 2003 22:33:05 -0600
The option to skip case conversion is smaba is not quite ready yet - AFAIK. But, yes, skipping the case conversion code would give you 15-20% - bones --Original Message-- From: linux-xfs-bounce@xxxxx
/archives/xfs/2003-05/msg00881.html (8,154 bytes)


This search system is powered by Namazu