Prev: [PATCH] hwmon: Add support for JEDEC JC 42.4 compliant temperature sensors
Next: selinux: use generic_file_llseek
From: Johannes Hirte on 22 Jul 2010 14:10 Am Montag 19 Juli 2010, 10:01:46 schrieb Miao Xie: > On Thu, 15 Jul 2010 20:14:51 +0200, Johannes Hirte wrote: > > Am Donnerstag 15 Juli 2010, 02:11:04 schrieb Dave Chinner: > >> On Wed, Jul 14, 2010 at 05:25:23PM +0200, Johannes Hirte wrote: > >>> Am Donnerstag 08 Juli 2010, 16:31:09 schrieb Chris Mason: > >>> I'm not sure if btrfs is to blame for this error. After the errors I > >>> switched to XFS on this system and got now this error: > >>> > >>> ls -l .kde4/share/apps/akregator/data/ > >>> ls: cannot access .kde4/share/apps/akregator/data/feeds.opml: Structure > >>> needs cleaning > >>> total 4 > >>> ?????????? ? ? ? ? ? feeds.opml > >> > >> What is the error reported in dmesg when the XFS filesytem shuts down? > > > > Nothing. I double checked the logs. There are only the messages when > > mounting the filesystem. No other errors are reported than the > > inaccessible file and the output from xfs_check. > > Is there anything wrong with your disks or memory? > Sometimes the bad memory can break the filesystem. I have met this kind of > problem some time ago. I don't think that's the case. I've checked the RAM with memtest86+ and got no errors. I got the errors with two different disks, the first one with btrfs the second one now with XFS. Before changing to the second disk, I've run badblocks on it to be sure it has no errors. > > If there is no problem with your disk and memory, Could you tell us the > parameter of mkfs.btrfs and mount? I'm not sure what parameters I've used for mkbtrfs. It was either none ore '-m single'. mount parameters are only noatime. Some time ago I've played a little with max_inline. On the actual disk with XFS I got now some more errors on my root-fs. Similar error on one file: ls: cannot access /var/tmp/portage/app- office/krita-2.2.1/work/krita-2.2.1/krita/image/tiles3/tests/dm_consistancy_test/dm_consistancy_test.pr: Invalid argument xfs_check shows on this fs: localhost ~ # xfs_check /dev/sda1 agi unlinked bucket 10 is 7279754 in ag 0 (inode=7279754) agi unlinked bucket 11 is 7279755 in ag 0 (inode=7279755) dir 91466358 entry dm_consistancy_test.pr bad inode number 1862628266 dir 91466358 size is 36, should be 35 agi unlinked bucket 48 is 11677104 in ag 2 (inode=78785968) agi unlinked bucket 49 is 11677105 in ag 2 (inode=78785969) agi unlinked bucket 50 is 11677106 in ag 2 (inode=78785970) agi unlinked bucket 51 is 11677107 in ag 2 (inode=78785971) agi unlinked bucket 52 is 11677108 in ag 2 (inode=78785972) agi unlinked bucket 53 is 11677109 in ag 2 (inode=78785973) agi unlinked bucket 54 is 11677110 in ag 2 (inode=78785974) agi unlinked bucket 55 is 11677111 in ag 2 (inode=78785975) agi unlinked bucket 58 is 11677114 in ag 2 (inode=78785978) agi unlinked bucket 59 is 11677115 in ag 2 (inode=78785979) agi unlinked bucket 60 is 11677116 in ag 2 (inode=78785980) agi unlinked bucket 61 is 11677117 in ag 2 (inode=78785981) allocated inode 7279754 has 0 link count allocated inode 7279755 has 0 link count disconnected inode 91466360, nlink 1 allocated inode 78785968 has 0 link count allocated inode 78785969 has 0 link count allocated inode 78785970 has 0 link count allocated inode 78785971 has 0 link count allocated inode 78785972 has 0 link count allocated inode 78785973 has 0 link count allocated inode 78785974 has 0 link count allocated inode 78785975 has 0 link count allocated inode 78785978 has 0 link count allocated inode 78785979 has 0 link count allocated inode 78785980 has 0 link count allocated inode 78785981 has 0 link count And again I don't find any related message in dmesg. regards, Johannes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Daniel J Blueman on 23 Jul 2010 07:10 On 22 July 2010 19:07, Johannes Hirte <johannes.hirte(a)fem.tu-ilmenau.de> wrote: > Am Montag 19 Juli 2010, 10:01:46 schrieb Miao Xie: >> On Thu, 15 Jul 2010 20:14:51 +0200, Johannes Hirte wrote: >> > Am Donnerstag 15 Juli 2010, 02:11:04 schrieb Dave Chinner: >> >> On Wed, Jul 14, 2010 at 05:25:23PM +0200, Johannes Hirte wrote: >> >>> Am Donnerstag 08 Juli 2010, 16:31:09 schrieb Chris Mason: >> >>> I'm not sure if btrfs is to blame for this error. After the errors I >> >>> switched to XFS on this system and got now this error: >> >>> >> >>> ls -l .kde4/share/apps/akregator/data/ >> >>> ls: cannot access .kde4/share/apps/akregator/data/feeds.opml: Structure >> >>> needs cleaning >> >>> total 4 >> >>> ?????????? ? ? � �? � � � �? � � � � � �? feeds.opml >> >> >> >> What is the error reported in dmesg when the XFS filesytem shuts down? >> > >> > Nothing. I double checked the logs. There are only the messages when >> > mounting the filesystem. No other errors are reported than the >> > inaccessible file and the output from xfs_check. >> >> Is there anything wrong with your disks or memory? >> Sometimes the bad memory can break the filesystem. I have met this kind of >> problem some time ago. > > I don't think that's the case. I've checked the RAM with memtest86+ and got no > errors. I got the errors with two different disks, the first one with btrfs the > second one now with XFS. Before changing to the second disk, I've run > badblocks on it to be sure it has no errors. There are some known-buggy chipsets also. One still around is the Nvidia CK804/MCP55, under certain patterns of spatially-local pending reads and writes to the memory controller, a 64-byte request would occasionally be returned with the wrong offset. I was hitting it with some 27-Gbit adapters and managed to capture it on a PCI-e protocol analyser. Rsync between network and local disk would hit sometimes too. -- Daniel J Blueman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Bob Copeland on 23 Jul 2010 07:20 On Thu, Jul 22, 2010 at 2:07 PM, Johannes Hirte <johannes.hirte(a)fem.tu-ilmenau.de> wrote: >> Is there anything wrong with your disks or memory? >> Sometimes the bad memory can break the filesystem. I have met this kind of >> problem some time ago. > > I don't think that's the case. I've checked the RAM with memtest86+ and got no > errors. I got the errors with two different disks, the first one with btrfs the > second one now with XFS. Before changing to the second disk, I've run > badblocks on it to be sure it has no errors. You might also try kmemcheck. There's a good chance that a bug that scribbles random memory shows up as FS corruption. I have had ext4 corruption due to an inotify bug, which kmemcheck found on the first try. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Johannes Hirte on 29 Jul 2010 13:10 Am Donnerstag 22 Juli 2010, 20:07:23 schrieb Johannes Hirte: > Am Montag 19 Juli 2010, 10:01:46 schrieb Miao Xie: > > On Thu, 15 Jul 2010 20:14:51 +0200, Johannes Hirte wrote: > > > Am Donnerstag 15 Juli 2010, 02:11:04 schrieb Dave Chinner: > > >> On Wed, Jul 14, 2010 at 05:25:23PM +0200, Johannes Hirte wrote: > > >>> Am Donnerstag 08 Juli 2010, 16:31:09 schrieb Chris Mason: > > >>> I'm not sure if btrfs is to blame for this error. After the errors I > > >>> switched to XFS on this system and got now this error: > > >>> > > >>> ls -l .kde4/share/apps/akregator/data/ > > >>> ls: cannot access .kde4/share/apps/akregator/data/feeds.opml: > > >>> Structure needs cleaning > > >>> total 4 > > >>> ?????????? ? ? ? ? ? feeds.opml > > >> > > >> What is the error reported in dmesg when the XFS filesytem shuts down? > > > > > > Nothing. I double checked the logs. There are only the messages when > > > mounting the filesystem. No other errors are reported than the > > > inaccessible file and the output from xfs_check. > > > > Is there anything wrong with your disks or memory? > > Sometimes the bad memory can break the filesystem. I have met this kind > > of problem some time ago. > > I don't think that's the case. I've checked the RAM with memtest86+ and got > no errors. I got the errors with two different disks, the first one with > btrfs the second one now with XFS. Before changing to the second disk, > I've run badblocks on it to be sure it has no errors. I think I've found it. The bug was introduced by commit 7f0e7bed936a0c422641a046551829a01341dd80 Author: Christoph Hellwig <hch(a)lst.de> Date: Tue Jun 8 18:14:34 2010 +0200 writeback: fix writeback completion notifications The code dealing with bdi_work->state and completion of a bdi_work is a major mess currently. This patch makes sure we directly use one set of flags to deal with it, and use it consistently, which means: - always notify about completion from the rcu callback. We only ever wait for it from on-stack callers, so this simplification does not even cause a theoretical slowdown currently. It also makes sure we don't miss out on the notification if we ever add other callers to wait for it. - make earlier completion notification depending on the on-stack allocation, not the sync mode. If we introduce new callers that want to do WB_SYNC_NONE writeback from on-stack callers this will be nessecary. Also rename bdi_wait_on_work_clear to bdi_wait_on_work_done and inline a few small functions into their only caller to make the code understandable. Signed-off-by: Christoph Hellwig <hch(a)lst.de> Signed-off-by: Jens Axboe <jaxboe(a)fusionio.com> and seems to be fixed by commit 83ba7b071f30f7c01f72518ad72d5cd203c27502 Author: Christoph Hellwig <hch(a)lst.de> Date: Tue Jul 6 08:59:53 2010 +0200 writeback: simplify the write back thread queue First remove items from work_list as soon as we start working on them.This means we don't have to track any pending or visited state and can get rid of all the RCU magic freeing the work items - we can simply free them once the operation has finished. Second use a real completion for tracking synchronous requests - if the caller sets the completion pointer we complete it, otherwise use it as a boolean indicator that we can free the work item directly. Third unify struct wb_writeback_args and struct bdi_work into a single data structure, wb_writeback_work. Previous we set all parameters into a struct wb_writeback_args, copied it into struct bdi_work, copied it again on the stack to use it there. Instead of just allocate one structure dynamically or on the stack and use it all the way through the stack. Signed-off-by: Christoph Hellwig <hch(a)lst.de> Signed-off-by: Jens Axboe <jaxboe(a)fusionio.com> I was able to reproduce the bug by unpacking a big tar-file and deleting this files multiple times. Normally with btrfs the kernel crashed within 20 runs. After commit 83ba7b071f30f7c01f72518ad72d5cd203c27502 it survived more than 500 runs. regards, Johannes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jens Axboe on 29 Jul 2010 15:00 On 07/29/2010 07:09 PM, Johannes Hirte wrote: > Am Donnerstag 22 Juli 2010, 20:07:23 schrieb Johannes Hirte: >> Am Montag 19 Juli 2010, 10:01:46 schrieb Miao Xie: >>> On Thu, 15 Jul 2010 20:14:51 +0200, Johannes Hirte wrote: >>>> Am Donnerstag 15 Juli 2010, 02:11:04 schrieb Dave Chinner: >>>>> On Wed, Jul 14, 2010 at 05:25:23PM +0200, Johannes Hirte wrote: >>>>>> Am Donnerstag 08 Juli 2010, 16:31:09 schrieb Chris Mason: >>>>>> I'm not sure if btrfs is to blame for this error. After the errors I >>>>>> switched to XFS on this system and got now this error: >>>>>> >>>>>> ls -l .kde4/share/apps/akregator/data/ >>>>>> ls: cannot access .kde4/share/apps/akregator/data/feeds.opml: >>>>>> Structure needs cleaning >>>>>> total 4 >>>>>> ?????????? ? ? ? ? ? feeds.opml >>>>> >>>>> What is the error reported in dmesg when the XFS filesytem shuts down? >>>> >>>> Nothing. I double checked the logs. There are only the messages when >>>> mounting the filesystem. No other errors are reported than the >>>> inaccessible file and the output from xfs_check. >>> >>> Is there anything wrong with your disks or memory? >>> Sometimes the bad memory can break the filesystem. I have met this kind >>> of problem some time ago. >> >> I don't think that's the case. I've checked the RAM with memtest86+ and got >> no errors. I got the errors with two different disks, the first one with >> btrfs the second one now with XFS. Before changing to the second disk, >> I've run badblocks on it to be sure it has no errors. > > I think I've found it. The bug was introduced by > > commit 7f0e7bed936a0c422641a046551829a01341dd80 > Author: Christoph Hellwig <hch(a)lst.de> > Date: Tue Jun 8 18:14:34 2010 +0200 > > writeback: fix writeback completion notifications > > The code dealing with bdi_work->state and completion of a bdi_work is a > major mess currently. This patch makes sure we directly use one set of > flags to deal with it, and use it consistently, which means: > > - always notify about completion from the rcu callback. We only ever > wait for it from on-stack callers, so this simplification does not > even cause a theoretical slowdown currently. It also makes sure we > don't miss out on the notification if we ever add other callers to > wait for it. > - make earlier completion notification depending on the on-stack > allocation, not the sync mode. If we introduce new callers that > want to do WB_SYNC_NONE writeback from on-stack callers this will > be nessecary. > > Also rename bdi_wait_on_work_clear to bdi_wait_on_work_done and inline > a few small functions into their only caller to make the code > understandable. > > Signed-off-by: Christoph Hellwig <hch(a)lst.de> > Signed-off-by: Jens Axboe <jaxboe(a)fusionio.com> > > and seems to be fixed by > > commit 83ba7b071f30f7c01f72518ad72d5cd203c27502 > Author: Christoph Hellwig <hch(a)lst.de> > Date: Tue Jul 6 08:59:53 2010 +0200 > > writeback: simplify the write back thread queue > > First remove items from work_list as soon as we start working on them.This > means we don't have to track any pending or visited state and can get > rid of all the RCU magic freeing the work items - we can simply free > them once the operation has finished. Second use a real completion for > tracking synchronous requests - if the caller sets the completion pointer > we complete it, otherwise use it as a boolean indicator that we can free > the work item directly. Third unify struct wb_writeback_args and struct > bdi_work into a single data structure, wb_writeback_work. Previous we > set all parameters into a struct wb_writeback_args, copied it into > struct bdi_work, copied it again on the stack to use it there. Instead > of just allocate one structure dynamically or on the stack and use it > all the way through the stack. > > Signed-off-by: Christoph Hellwig <hch(a)lst.de> > Signed-off-by: Jens Axboe <jaxboe(a)fusionio.com> > > I was able to reproduce the bug by unpacking a big tar-file and > deleting this files multiple times. Normally with btrfs the kernel > crashed within 20 runs. After commit > 83ba7b071f30f7c01f72518ad72d5cd203c27502 it survived more than 500 > runs. Makes sense, that first commit would potentially pass in stack cruft as the wbc arg. So I think we can safely consider it fixed now. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: [PATCH] hwmon: Add support for JEDEC JC 42.4 compliant temperature sensors Next: selinux: use generic_file_llseek |