similar to: Kernel BUG on corrupted space cache under 3.7 and 3.8

Displaying 20 results from an estimated 2000 matches similar to: "Kernel BUG on corrupted space cache under 3.7 and 3.8"

2013 Mar 26
15
Kernel bug on mismatching generation_v2 in inode.c:835
Dear list members, In my previous thread at http://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg23333.html there was a space_cache kernel bug/panic on kernel 3.8. I could successfully "fix" that with rebuilding the cache. But some files were missing/corrupted. So I booted a rescue CD with kernel 3.7 and ran btrfsck --repair, which repaired quite a few things. After a reboot I
2013 May 05
2
Kernel bug at extent-tree.c:5446
Dear list members, When I tried to recover my partition from the space cache bug (see http://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg24360.html ), I issued the command `mount -o clear_cache -t btrfs /dev/sda7 /aaa/aaa`. After 10 minutes the mount command segfaulted. I cloned the latest btrfs-progs from Josef''s Github account and ran the `btrfsck --repair` twice on the
2011 Nov 25
3
[LLVMdev] LLVM 3.0rc4 Testing
Thanks! Ákos On 11/24/11 11:18 PM, "Bill Wendling" <wendling at apple.com> wrote: >Sorry for the delay. Tanya uploaded the binaries we have. > >-bw > >On Nov 23, 2011, at 1:12 AM, Somorjai, Akos wrote: > >> Hello Bill, >> >> Could you please upload the rc4 binaries? >> >> Thanks in advance, >> >> Ákos >>
2011 Nov 27
2
[LLVMdev] LLVM 3.0rc4 Testing
Rather, use this URL for the darwin binaries: http://llvm.org/pre-releases/3.0/ -bw On Nov 25, 2011, at 1:32 AM, Somorjai, Akos wrote: > May I have the darwin binaries as well? > > Best, Akos > > > > On 11/25/11 10:31 AM, "Ákos Somorjai" <asomorjai at graphisoft.com> wrote: > >> Thanks! >> >> Ákos >> >> >>
2011 Nov 25
0
[LLVMdev] LLVM 3.0rc4 Testing
May I have the darwin binaries as well? Best, Akos On 11/25/11 10:31 AM, "Ákos Somorjai" <asomorjai at graphisoft.com> wrote: >Thanks! > >Ákos > > > >On 11/24/11 11:18 PM, "Bill Wendling" <wendling at apple.com> wrote: > >>Sorry for the delay. Tanya uploaded the binaries we have. >> >>-bw >> >>On Nov 23,
2011 Nov 28
0
[LLVMdev] LLVM 3.0rc4 Testing
Thanks, downloading at the moment. Best, Ákos On 11/27/11 3:35 AM, "Bill Wendling" <wendling at apple.com> wrote: >Rather, use this URL for the darwin binaries: > > http://llvm.org/pre-releases/3.0/ > >-bw > >On Nov 25, 2011, at 1:32 AM, Somorjai, Akos wrote: > >> May I have the darwin binaries as well? >> >> Best, Akos >>
2011 Nov 29
1
[LLVMdev] [cfe-dev] LLVM 3.0rc4 Testing
Hello, Is there a chance to get Darwin 32 bit binaries? On Mon, Nov 28, 2011 at 11:04 AM, Somorjai, Akos <ASomorjai at graphisoft.com> wrote: > Thanks, downloading at the moment. > > Best, > > Ákos > > > On 11/27/11 3:35 AM, "Bill Wendling" <wendling at apple.com> wrote: > >>Rather, use this URL for the darwin binaries: >> >>  
2010 Nov 19
0
[PATCH] Btrfs: handle the space_cache option properly
So when I added the clear_cache option I screwed up and took the break out of the space_cache case statement, so whenever you mount with space_cache you also get clear_cache, which does you no good if you say set space_cache in fstab so it always gets set. This patch adds the break back in properly. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/super.c | 1 + 1
2011 Nov 11
1
[PATCH] btrfs: rename the option to nospace_cache
Rename no_space_cache option to nospace_cache to be more consistent with the rest, where the simple prefix ''no'' is used to negate an option. The option has been introduced during the -rc1 cycle and there are has not been widely used, so it''s safe. Signed-off-by: David Sterba <dsterba@suse.cz> --- fs/btrfs/super.c | 4 ++-- 1 files changed, 2 insertions(+), 2
2011 Nov 01
4
[LLVMdev] LLVM 3.0rc2 Testing
Hello! We are now in Phase 2 of testing for the LLVM 3.0 release! Please consider getting a copy of the sources and testing them out on your projects. The sources can be found here: http://llvm.org/pre-releases/3.0/rc2 What This Means for You: We are no longer taking non-critical patches. The only patches which we'll take are those for critical regressions from the 2.9 release. Any other
2018 May 14
2
multiple domain served by Samba
Dear All, I have a working Samba AD for my company (company.intranet) under Debian/GNU. Now I'm requested to create a domain for another company. Can I use the same server with the same Samba for multiple domain? Can same samba serve parallel the company.intranet (with company\user) and the othercompany.intranet (othercompany\user) domains? May I just run the samba-tool provision to
2011 Nov 23
1
[LLVMdev] LLVM 3.0rc4 Testing
Hello Bill, Could you please upload the rc4 binaries? Thanks in advance, Ákos
2011 Nov 07
1
[LLVMdev] [cfe-dev] LLVM 3.0rc2 Testing
Binaries (at least darwin), anyone? Thanks, Ákos On 11/1/11 6:38 AM, "Bill Wendling" <wendling at apple.com> wrote: >Hello! > >We are now in Phase 2 of testing for the LLVM 3.0 release! Please >consider getting a copy of the sources and testing them out on your >projects. The sources can be found here: > > http://llvm.org/pre-releases/3.0/rc2 > >What
2013 Nov 10
2
BTRFS error after clearing cache
Hello, I wanted to make sure that my boot slowdown was related to space_cache so I rebooted the PC several times and it did become slower again. What is more, it doesn''t seem like I even need to generate any actual IO traffic to trigger this. I thought I might give clear_cache a shot again and to test the boot speed with nospace_cache as well. After first booting with
2011 Oct 03
2
[LLVMdev] RTTI handling
On Oct 3, 2011, at 4:42 AM, Somorjai, Akos wrote: > I'm trying to use this warning to check the vtable problem. Here's an example > > In mem.hpp > > class > AA { > // Construction / destruction: > protected: > AA (); > AA (const AA&); // Disabled > public: > virtual ~AA (); > }; > > In mem.cpp > > #include "mem.hpp" >
2011 Nov 07
0
[LLVMdev] [cfe-dev] LLVM 3.0rc2 Testing
I'll make them available tonight. Sorry for the delay. -bw On Nov 7, 2011, at 4:57 AM, Somorjai, Akos wrote: > Binaries (at least darwin), anyone? > > Thanks, > > Ákos > > > On 11/1/11 6:38 AM, "Bill Wendling" <wendling at apple.com> wrote: > >> Hello! >> >> We are now in Phase 2 of testing for the LLVM 3.0 release! Please
2011 Nov 24
0
[LLVMdev] LLVM 3.0rc4 Testing
Sorry for the delay. Tanya uploaded the binaries we have. -bw On Nov 23, 2011, at 1:12 AM, Somorjai, Akos wrote: > Hello Bill, > > Could you please upload the rc4 binaries? > > Thanks in advance, > > Ákos >
2012 May 02
2
[LLVMdev] RTTI handling
John, Is there any progress regarding RTTI handling in the newer builds? Thanks, Akos From: John McCall <rjmccall at apple.com<mailto:rjmccall at apple.com>> Date: Wednesday, October 5, 2011 7:14 PM To: Ákos Somorjai <asomorjai at graphisoft.com<mailto:asomorjai at graphisoft.com>> Cc: "llvmdev at cs.uiuc.edu<mailto:llvmdev at cs.uiuc.edu>" <llvmdev
2014 Jan 07
2
[LLVMdev] How to check Apple's LLVM build number?
Happy New Year to everyone! I'm trying to track whether this bug: http://llvm.org/viewvc/llvm-project?revision=163923&view=revision has been fixed in the Apple LLVM version we use: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Any ideas how I can check that? Thanks, Ákos Somorjai Developer Support Manager GRAPHISOFT | Graphisoft Park 1. Budapest 1031 Hungary | +36 1
2011 Oct 03
0
[LLVMdev] RTTI handling
Apple clang version 3.0 (tags/Apple/clang-211.9) (based on LLVM 3.0svn) Target: x86_64-apple-darwin10.8.0 It's part of the Xcode 4.2b7 package. Shall I try to compile it on my own? Thanks, Akos From: John McCall <rjmccall at apple.com<mailto:rjmccall at apple.com>> Date: Mon, 3 Oct 2011 10:19:04 -0700 To: Ákos Somorjai <asomorjai at graphisoft.com<mailto:asomorjai at