Displaying 3 results from an estimated 3 matches for "oopsen".
Did you mean:
oopses
2001 Aug 23
1
ext3 + autofs4 yields kernel oops
...s 2.4.9 kernel. I built both ext2 and ext3
in as modules, did the "tune2fs -j" incantation, and rebooted.
Mounting / as ext3 worked fine. But a few seconds later, my startup
scripts tried to launch a squad of automounter daemons, and that didn't
work so well. A stream of kernel oopsen follows, all apparently having
something to do with those automount processes. I've attached a copy of
those messages below.
When examining these messages, be aware that I am using autofs4, not
autofs3. That implies a different set of userspace tools as well as an
"autofs4" kern...
2010 Feb 01
0
[PATCH] btrfs: Fix oopsen when dropping empty tree.
When dropping a empty tree, walk_down_tree() skips checking
extent information for the tree root. This will triggers a
BUG_ON in walk_up_proc().
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
---
diff -urp 1/fs/btrfs/extent-tree.c 2/fs/btrfs/extent-tree.c
--- 1/fs/btrfs/extent-tree.c 2010-01-22 12:16:34.203525744 +0800
+++ 2/fs/btrfs/extent-tree.c 2010-02-01 10:26:19.865562007 +0800
@@
2008 Aug 20
0
Fixes pushed to the stable tree
Hello everyone,
I''ve pushed out all my fixes so far from btrfs-unstable to btrfs-stable.
I''ll update the hotfixes section of the wiki once Toei Rei confirms this
update fixes her oopsen.
These don''t include any disk format changes, but they do fix
checksumming errors and an ugly use after free memory corrupting bug.
They also improve performance over every workload I''ve tried so far.
-chris
--
To unsubscribe from this list: send the line "unsubscribe lin...