Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*XFS\s+filesystem\s+corruption\s+on\s+the\s+arm\(el\)\s+architecture\s*$/: 63 ]

Total 63 documents matching your query.

41. use proper mnt_want_write calls for handle ioctls (score: 1)
Author: szcz@xxxxxxxxxxxxxxx>
Date: Sun, 19 Oct 2008 05:07:02 -0400
Shouldn't the cachepolicy switch take care of that? But yes, there are various problems with I/O on vmap regions with virtually indexed caches, see: http://www.spinics.net/lists/linux-arch/msg04301.h
/archives/xfs/2008-10/msg01189.html (11,474 bytes)

42. architecture (score: 1)
Author: szcz@xxxxxxxxxxxxxxx>
Date: Sun, 19 Oct 2008 18:22:44 +0200
Setting cachepolicy=uncached should make aliasing issues disappear. If you're still seeing issues with cachepolicy=uncached, it's likely some other issue.
/archives/xfs/2008-10/msg01192.html (10,975 bytes)

43. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Thu, 2 Oct 2008 10:45:56 +1000
Adding xfs@xxxxxxxxxxx to the cc list so all the XFS folk see this. -- Dave Chinner david@xxxxxxxxxxxxx
/archives/xfs/2008-10/msg01649.html (27,254 bytes)

44. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Wed, 01 Oct 2008 19:56:13 -0500
At one point there were other patches floating around to "fix" arm which were not correct. Are these problems seen on a pristine 2.6.27-rc4 kernel, or with other special arm patches applied? -Eric
/archives/xfs/2008-10/msg01650.html (10,873 bytes)

45. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Wed, 01 Oct 2008 20:17:50 -0500
You could try undoing this: /* ARM old ABI has some weird alignment/padding */ and just define __arch_pack to nothing unconditionally, to see if that's what broke... Or if someone can provide an xfs.
/archives/xfs/2008-10/msg01651.html (11,610 bytes)

46. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Wed, 01 Oct 2008 20:42:53 -0500
Ok, actually: first - sorry for the scattershot replies. I thought userspace was updated earlier, but: xfsprogs-2.10.1 (5 September 2008)... - Add packed on-disk shortform directory for ARM's old ABI
/archives/xfs/2008-10/msg01652.html (11,263 bytes)

47. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Martin Michlmayr <tbm@xxxxxxxxxx>
Date: Thu, 16 Oct 2008 23:25:01 +0200
Hi Eric, I tried to reproduce this problem on my ARM machine and it's really easy to trigger. See the transcript below. I tried with 2.6.26.6 (without the ARM old ABI fix) and 2.6.27 (with the fix),
/archives/xfs/2008-10/msg01957.html (13,108 bytes)

48. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Thu, 16 Oct 2008 17:13:51 -0500
Thanks; a quick look at the disk structure sizes & offsets shows no differences (as I'd hope/expect for ARM EABI). So is this a regression? did it used to work? If so, when? :) (just for the record;
/archives/xfs/2008-10/msg01958.html (14,984 bytes)

49. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Martin Michlmayr <tbm@xxxxxxxxxx>
Date: Fri, 17 Oct 2008 09:01:09 +0200
* Eric Sandeen <sandeen@xxxxxxxxxxx> [2008-10-16 17:13]: The original report was with 2.6.18 but that was with the old ABI: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423562 I just installed a
/archives/xfs/2008-10/msg01975.html (11,171 bytes)

50. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Gaudenz Steinlin <gaudenz@xxxxxxxxxx>
Date: Fri, 17 Oct 2008 11:46:15 +0200
As far as I can remember (I only used old ABI arm) this is not a regression. XFS never worked on arm for me. If you need tests on old ABI just tell me. -- Ever tried. Ever failed. No matter. Try agai
/archives/xfs/2008-10/msg01976.html (11,879 bytes)

51. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Fri, 17 Oct 2008 08:49:33 -0500
Ok; I think there are probably a few problems, so trying to keep them straight. I at least had xfs working properly in a qemu arm emulator a few weeks ago... :) ok, thanks! -Eric
/archives/xfs/2008-10/msg01980.html (11,766 bytes)

52. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Fri, 17 Oct 2008 09:15:43 -0500
Ok, that's a little odd. (correlates with the "bad" magic that was seen, because block 0 is the superblock, but doesn't make sense because we were trying to read a directory leaf block, in theory) If
/archives/xfs/2008-10/msg01981.html (13,081 bytes)

53. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Martin Michlmayr <tbm@xxxxxxxxxx>
Date: Sat, 18 Oct 2008 10:57:56 +0200
* Eric Sandeen <sandeen@xxxxxxxxxxx> [2008-10-17 09:15]: I cannot even mount it: debian:~# mkfs.xfs -f /dev/sda5 meta-data=/dev/sda5 isize=256 agcount=4, agsize=94380 blks = sectsz=512 attr=2 data =
/archives/xfs/2008-10/msg01990.html (12,500 bytes)

54. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Tobias Frost <tobi@xxxxxxxxxxx>
Date: Sat, 18 Oct 2008 15:11:14 +0200
I tried xfs both on the old and new ABI. (my first try was Jan 2008, old ABI) ASAIR at kernel version 2.6.18
/archives/xfs/2008-10/msg01991.html (11,795 bytes)

55. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sat, 18 Oct 2008 09:48:57 -0500
Oh, wow. This sounds like a new problem then; not a cache problem, and not an alignment problem... hrm. I'll try to think of something else to try. Thanks, -Eric
/archives/xfs/2008-10/msg01996.html (11,502 bytes)

56. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
Date: Sat, 18 Oct 2008 22:48:53 +0300
You are wrong. Our team have experience with XFS on ARM OABI on NAS. It worked fine on 2.6.12, but got broken on 2.6.17. http://oss.sgi.com/bugzilla/show_bug.cgi?id=712 -- Regards, Kirill A. Shutemov
/archives/xfs/2008-10/msg01997.html (12,559 bytes)

57. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Sat, 18 Oct 2008 16:09:39 -0400
So any chance to bisect it down to at least a kernel release where it stopped working?
/archives/xfs/2008-10/msg01998.html (11,764 bytes)

58. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
Date: Sat, 18 Oct 2008 23:17:50 +0300
I'll try to do it. -- Regards, Kirill A. Shutemov + Belarus, Minsk + ALT Linux Team, http://www.altlinux.com/ Attachment: signature.asc Description: Digital signature
/archives/xfs/2008-10/msg01999.html (12,482 bytes)

59. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Sun, 19 Oct 2008 12:48:30 +1100
That's the log replay indicating that there's a bad transaction header in the log. Very strange - it shoul dbe a clean log. What does xfs_logprint -t /dev/sda5 tell you about the transactions in the
/archives/xfs/2008-10/msg02003.html (13,127 bytes)

60. Re: XFS filesystem corruption on the arm(el) architecture (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sat, 18 Oct 2008 22:06:45 -0500
This is probably the vmap cache aliasing problem that we paid a bit of attention to a few months ago, no? -Eric
/archives/xfs/2008-10/msg02004.html (12,796 bytes)


This search system is powered by Namazu