similar to: [PATCH] Btrfs: fix orphan cleanup regression

Displaying 20 results from an estimated 600 matches similar to: "[PATCH] Btrfs: fix orphan cleanup regression"

2012 Apr 20
44
Ceph on btrfs 3.4rc
After running ceph on XFS for some time, I decided to try btrfs again. Performance with the current "for-linux-min" branch and big metadata is much better. The only problem (?) I''m still seeing is a warning that seems to occur from time to time: [87703.784552] ------------[ cut here ]------------ [87703.789759] WARNING: at fs/btrfs/inode.c:2103
2011 Nov 09
12
WARNING: at fs/btrfs/inode.c:2198 btrfs_orphan_commit_root+0xa8/0xc0
Hello, I''m seeing a lot of warnings in dmesg with a BTRFS filesystem. I''m using the 3.1 kernel, I found a patch for these warnings ( http://marc.info/?l=linux-btrfs&m=131547325515336&w=2) <http://marc.info/?l=linux-btrfs&m=131547325515336&w=2>, but that patch has already been included in 3.1. Are there any other patches I can try? I''m using
2011 Sep 05
1
Error on creating snapshots (btrfs: could not do orphan cleanup -116)
This happens on a freshly created btrfs filesystem in a raid10 (4x1TB) configuration with three subvolumes and 1.5 TB data. When I try to snapshot one of the subvolumes (with 100 GB of data), it says that the snapshot creation failed and I get the following error message: btrfs: could not do orphan cleanup -116 After the failure: - The snapshot exists in `btrfs subvolume list'' - The
2011 Dec 02
3
[PATCH] Btrfs: protect orphan block rsv with spin_lock
We''ve been seeing warnings coming out of the orphan commit stuff forever from ceph. Turns out it''s because we''re racing with checking if the orphan block reserve is set, because we clear it outside of the spin_lock. So leave the normal fastpath checks where they are, but take the spin_lock and _recheck_ to make sure we haven''t had an orphan block rsv added in
2008 Jun 24
1
[RFC][PATCH] btrfs orphan code
Hello, I want to throw this out here now that I''ve got most of the heavy lifting done for this code to make sure what I''m doing is ok for now. I''ve added an ORPHAN_DIR item key to have a hidden dir per root. Right now it just does it for whatever the default root is on mount, but I''m going to fix that to do the orphan dir check/creation on lookup of a
2013 Aug 19
11
[RFC PATCH] Btrfs: fix memory leak of orphan block rsv
When adding orphans to an inode''s root, we start a transaction for that root that when ended in several places such as for example extent-tree.c:btrfs_remove_block_group(), inode.c:btrfs_unlink() and inode.c:btrfs_evict_node(), doesn''t result in a commit, that is, inode.c:btrfs_orphan_commit_root() doesn''t get called (via transaction.c:commit_fs_roots()). The respective
2011 Oct 04
3
[PATCH] Btrfs: break out of orphan cleanup if we can't make progress V2
I noticed while running xfstests 83 that if we didn''t have enough space to delete our inode the orphan cleanup would just loop. This is because it keeps finding the same orphan item and keeps trying to kill it but can''t because we don''t get an error back from iput for deleting the inode. So keep track of the last guy we tried to kill, if it''s the same as the
2004 Nov 23
1
File Creation Error on an SMB Volume
> Hi folks, > My SMB server is a Helios Ethershare 3.1 on a Tru64 Alpha machine. > We are now integrating more and more gentoo-Linux Servers. These are the > SMB Clients. > > On Obelix (one of our gentoo-Servers) I can mount the SMB Volume from the > Ethershare Server. > obelix nc4smb # whoami > root > obelix # mount -t smbfs -o username=m.heckmann
2012 Jan 05
4
[RFC][PATCH 3/3] Btrfs: improve truncation of btrfs
The original truncation of btrfs has a bug, that is the orphan item will not be dropped when the truncation fails. This bug will trigger BUG() when unlink that truncated file. And besides that, if the user does pre-allocation for the file which is truncated unsuccessfully, after re-mount(umount-mount, not -o remount), the pre-allocated extent will be dropped. This patch modified the relative
2004 May 21
4
Some problems with download Asterisk-addons
Hi! I have some problems with the download of Asterisk-addons. I try to follow instructions that I found in http://www.voip-info.org/tiki-index.php?page=Asterisk%20cdr%20mysql , but nothing to do. This is my shell: [root@obelix root]# cd /usr/src [root@obelix src]# export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot [root@obelix src]# cvs login Logging in to
2006 Mar 11
1
how to connect 3 or more servers via IAX ?
Hi, I successfully connected 2 servers via IAX but I'm pulling my hair to connect 2 extra servers , Anyone connected 3 or 4 servers together ? is it possible ? I d like to share the dialplan so _2XXXX goes to server A _3xxxx goes to serverB _4xxxxx goes to server C etc from the 4 servers any example of which one is peer, which one is user or friend would help me :-) thanks jl
2013 Aug 02
2
[PATCH] Btrfs: allow compressed extents to be merged during defragment
The rule originally comes from nocow writing, but snapshot-aware defrag is a different case, the extent has been writen and we''re not going to change the extent but add a reference on the data. So we''re able to allow such compressed extents to be merged into one bigger extent if they''re pointing to the same data. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> ---
2006 Apr 12
2
How to terminate ringing call before it is answered
Is there a way to terminate a ringing call before it is answered? I am speaking of prepaid card application in which you want to make another call, because you current number it is not being answered, and you don't want to hangup before dialling again. /Obelix
2011 Jul 21
10
[PATCH v5 0/8] Btrfs scrub: print path to corrupted files and trigger nodatasum fixup
While testing raid-auto-repair patches I''m going to send out later, I just found the very last bug in my current scrub patch series: Changelog v4->v5: - fixed a deadlock when fixup is taking longer while scrub is about to end Original message follows: ------------------------ This patch set introduces two new features for scrub. They share the backref iteration code which is the
2006 Aug 02
2
Samba 3.0.14 and w2k3 terminal server / strange logon problem / is this in general possible
Hi. My Situation: - One Machine with samba 3.0.14 acting as DC, DHCP3SERVER, BIND9 and dynamic DNS - One Machine with w2k3 server standard edition acting as DOMAIN MEMBER, TS and Citrix Access Essentials. - Domain Logons are working perfect. - Name resolving works fine. Reverse, Forward, NB, FQDN, IP ... - RDP Connection to the TS with local useraccount on the TS works fine - ICA Connection to
2006 Apr 13
2
How to terminate ringing call before it is answered?
Is there a way to terminate a ringing call before it is answered? I am speaking of prepaid card application in which you want to make another call, because the current number it is not being answered, and you don't want to hangup before dialling another number. /Obelix
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
Hello, This patch series adds an initial implementation of restriper (it''s a clever name for relocation framework that allows to do selective profile changing and selective balancing with some goodies like pausing/resuming and reporting progress to the user. Profile changing is global (per-FS) so far, per-subvolume profiles require some discussion and can be implemented in future.
2001 Apr 06
1
Wine 'out of memory'
I run wine on tow almost identical computers. One is a Dell xps 300 and the other on a new one, with amd 900 MHZ processor, 512 MB internal memory. nVidia Geforce grafical interface. Both run Suse 7.1, kernel 2.2.18, wine 200103026. If I run a win 311 programm on the Dell computer it runs fine. If I run the same program on the new (Obelix) computer it runs out of memory. The Del has 96 MB
2005 Jun 10
1
Request OPTION and 404 Sjphone Xlite
Hi, I have install asterisk and it works fine. But when I use Sjphone and I use Ethereal a Client send "Request:OPTIONS sip:obelix.foo" and Server answer "Status: 404 Not found". But i can talk with two client and asterisk. When I use Xlite i don't have this request it's clean. I don't understand??????????????
2005 Oct 15
1
Looking for Info on OH323
I have compiled the OH323 module for my system. When can I find some info on how to properly configure it? I haven't read any info for its configuration, and I need some starting info. Were do I start? Obelix ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.