Re: [[Missing subject]]

2018-11-23 Thread Qu Wenruo
On 2018/11/23 下午2:41, Andy Leadbetter wrote: > I have a failing 2TB disk that is part of a 4 disk RAID 6 system. I > have added a new 2TB disk to the computer, and started a BTRFS replace > for the old and new disk. The process starts correctly however some > hours into the job, there is an

[no subject]

2018-11-22 Thread Andy Leadbetter
I have a failing 2TB disk that is part of a 4 disk RAID 6 system. I have added a new 2TB disk to the computer, and started a BTRFS replace for the old and new disk. The process starts correctly however some hours into the job, there is an error and kernel oops. relevant log below. The disks are

[no subject]

2018-07-28 Thread Andrew Martinez
Brauchen Sie einen Kredit? Wenn ja, mailen Sie uns jetzt für weitere Informationen Do you need a loan of any kind? If Yes email us now for more info

[no subject]

2018-07-28 Thread Andrew Martinez
Brauchen Sie einen Kredit? Wenn ja, mailen Sie uns jetzt für weitere Informationen Do you need a loan of any kind? If Yes email us now for more info

[no subject]

2018-07-28 Thread Andrew Martinez
Brauchen Sie einen Kredit? Wenn ja, mailen Sie uns jetzt für weitere Informationen Do you need a loan of any kind? If Yes email us now for more info

[no subject]

2018-07-23 Thread Stefan Etzkorn
subscribe linux-btrfs

[no subject]

2018-04-17 Thread Timo Nentwig
unsubscribe linux-kernel -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2018-03-22 Thread Mason Fan
Hi all, I read from a SNIA's slide that btrfs will support host managed SMR device natively, and also saw it in "Features Currently in Development or Planned for Future Implementation" on the wiki. Does anyone know any further information? Like the schedule? Thanks. -- To unsubscribe from this

[no subject]

2018-02-18 Thread Tomasz Kłoczko
Hi, For some reasons btrfs pool each volume is not displayed in mount and df output, and I cannot find how to display volumes/snapshots usage using btrfs command. I'm looking for equivalent of the "zfs list -r -t [all|snapshot,filesystem]"

[no subject]

2017-11-13 Thread Friedrich Mayrhofer
This is the second time i am sending you this Email. I, Friedrich Mayrhofer Donate $ 1,000,000.00 to You, Email Me personally for more details. Regards. Friedrich Mayrhofer This message was sent using IMP, the Internet

Re: Fixed subject: updatedb does not index separately mounted btrfs subvolumes

2017-11-05 Thread Peter Grandi
>> The issue is that updatedb by default will not index bind >> mounts, but by default on Fedora and probably other distros, >> put /home on a subvolume and then mount that subvolume which >> is in effect a bind mount. > > So the issue isn't /home being btrfs

Re: Fixed subject: updatedb does not index separately mounted btrfs subvolumes

2017-11-05 Thread Chris Murphy
t updatedb by default will not index bind mounts, but by >> default on Fedora and probably other distros, put /home on a subvolume >> and then mount that subvolume which is in effect a bind mount. > > > > So the issue isn't /home being btrfs (as you said in the subject), bu

Fixed subject: updatedb does not index separately mounted btrfs subvolumes

2017-11-05 Thread Duncan
tros, put /home on a subvolume > and then mount that subvolume which is in effect a bind mount. So the issue isn't /home being btrfs (as you said in the subject), but rather, it's /home being an explicitly mounted subvolume, since btrfs uses bind-mounts internally for subvolume mounts.

[no subject]

2017-10-19 Thread Denis 'GNUtoo' Carikli
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2017-08-02 Thread Thomas Wurfbaum
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2017-07-27 Thread Su Yue
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2017-05-28 Thread Ilan Schwarts
unsubscribe linux-btrfs -- - Ilan Schwarts -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2017-05-08 Thread Gu, Jinxiang
subscribe linux-btrfs

[no subject]

2017-05-08 Thread Gu, Jinxiang
subscribe linux-btrfs

Subject: [PATCH 2/3 v2] Prevent attempt to insert extent record with max_size==0

2017-04-28 Thread Christophe de Dinechin
When this happens, we will trip a BUG_ON(end < start) in insert_state because in check_extent_refs, we use this max_size expecting it's not zero: set_extent_dirty(root->fs_info->excluded_extents, rec->start, rec->start + rec->max_size - 1); See

[no subject]

2017-03-19 Thread Ilan Schwarts
Hi, sorry if this is a newbie question. I am newbie. In my kernel driver, I get device id by converting struct inode struct to btrfs_inode, I use the code: struct btrfs_inode *btrfsInode; btrfsInode = BTRFS_I(inode); I usually download kernel-headers rpm package, this is not enough. it fails to

[no subject]

2017-03-15 Thread Alexandr Unger
Hi to everyone here! Firstly thank you all for this amasing project! I want to claim "virtual TAG file system" feature to be implemented in BTRFS. What is it? It is a feature to simplify use and search data (files) with common tags. Some tags may be defined as a file attribute, like year of

Re: Subject: [REVERT][v4.x.y] btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl

2017-02-02 Thread Greg KH
On Thu, Feb 02, 2017 at 12:38:33PM -0500, Joseph Salisbury wrote: > Hello, > > Please consider reverting commit > 4c63c2454eff996c5e27991221106eb511f7db38 in the next v4.x.y release. What release can I remove it from? It isn't in 4.4.y, and 4.9.y doesn't make much sense, unless it's reverted in

Subject: [REVERT][v4.x.y] btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl

2017-02-02 Thread Joseph Salisbury
Hello, Please consider reverting commit 4c63c2454eff996c5e27991221106eb511f7db38 in the next v4.x.y release. It was included upstream as of v4.7-rc1 This commit introduced a regression, described in the following bug: http://bugs.launchpad.net/bugs/1619918 This new regression was discussed in

[no subject]

2016-12-04 Thread Ed Nadolski
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2016-11-28 Thread foss
Hello, I have a multi-device btrfs (with problems, more on that later). I looked into btrfs-image and was surprised to find that "for i in 5 6 7 8 ; do sudo btrfs-image -t2 /dev/sda$i - | md5sum;done" returns a different hash for sda7. The other three hashes are the same, as I believe they

[no subject]

2016-11-09 Thread bepi
Hi. I'm making a script for managing btrfs. To perform the scrub, to create and send (even to a remote system) of the backup snapshot (or for one copy of the current state of the data). The script is designed to: - Be easy to use: - The preparation is carried out automatically. - Autodetect

[no subject]

2016-08-31 Thread Fennec Fox
Linux Titanium 4.7.2-1-MANJARO #1 SMP PREEMPT Sun Aug 21 15:04:37 UTC 2016 x86_64 GNU/Linux btrfs-progs v4.7 Data, single: total=30.01GiB, used=18.95GiB System, single: total=4.00MiB, used=16.00KiB Metadata, single: total=1.01GiB, used=422.17MiB GlobalReserve, single: total=144.00MiB, used=0.00B

[no subject]

2016-08-12 Thread Gulf Energy Electro-Mech.Works
Dear Sir/Madam I have a business proposal for you that will be of mutual benefit to both of us. It’s about the death of my late client and some money he left behind before his death. I want you to stand as his next of kin since you bear the same surname with him, so that the bank can

[no subject]

2016-08-12 Thread Alfred Marc
Dear Sir/Madam I have a business proposal for you that will be of mutual benefit to both of us. It’s about the death of my late client and some money he left behind before his death. I want you to stand as his next of kin since you bear the same surname with him, so that the bank can

[no subject]

2016-03-30 Thread Sanidhya Solanki
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2016-02-07 Thread Andreas Hild
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2015-09-29 Thread Paride Legovini
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2015-09-29 Thread Paride Legovini
subscribe linux-btrfs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2015-09-17 Thread Калинина Зинаида
Посмотреть цены и ассортимент rusrusrus.ru -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2015-07-22 Thread 조경민
subscribe linux-btrfs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2015-06-14 Thread Onkar N Mahajan
subscribe linux-btrfs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

(no subject)

2015-06-03 Thread Irena A.
Hello My name is Irena .A, I am sending this brief letter to solicit your partnership to transfer €22,500,000.00 Euros,if interested kindly write back for more information. irenageorgia...@qq.com Irena .A. -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body

[no subject]

2015-03-26 Thread Dunsmore, Alethia
Do you need any financial assistance? if yes, Contact us with this email: richardmalc...@foxmail.commailto:richardmalc...@foxmail.com In Spanish ¿Necesita alguna ayuda económica? en caso afirmativo, Póngase en contacto con nosotros con este correo electrónico:

[no subject]

2014-02-02 Thread Steffen Sindzinski
-- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2013-12-31 Thread Emirates
-- We sent you a mail and no reply. Please does the email exist. -- -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2013-12-17 Thread David Sterba
Subject: [PATCH 4/3] btrfs: check balance of send_in_progress Warn if the balance goes below zero, which appears to be unlikely though. Otherwise cleans up the code a bit. Signed-off-by: David Sterba dste...@suse.cz --- A followup to 3/3 that adds the check if send_in_progress is not going

[no subject]

2013-10-29 Thread Goffredo Baroncelli
help -- gpg @keyserver.linux.it: Goffredo Baroncelli (kreijackATinwind.it Key fingerprint BBF5 1610 0B64 DAC6 5F7D 17B2 0EDA 9B37 8B82 E0B5 -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at

[no subject]

2013-06-17 Thread AFG GTBANK LOAN
Loan Syndicacion Am AFG Guaranty Trust Bank, zu strukturieren wir Kreditlinien treffen Sie unsere Kunden spezifischen geschäftlichen Anforderungen und einen deutlichen Mehrwert für unsere Kunden Unternehmen. eine Division der AFG Finance und Private Bank plc. Wenn Sie erwägen, eine große

[no subject]

2013-05-28 Thread Alex Lyakas
Hello all, I have the following unresponsive btrfs: btrfs_end_transaction() is called and is stuck in btrfs_tree_lock(): May 27 16:13:55 vc kernel: [ 7130.421159] kworker/u:85D 0 19859 2 0x May 27 16:13:55 vc kernel: [ 7130.421159] 880095335568

[no subject]

2013-04-27 Thread Peter Würtz
Hi! I recently had some trouble with my root and home btrfs filesystems. My system (Ubuntu 13.04, Kernel 3.8) started freezing when copying larger numbers of files around (hard freeze, no logs about what happened). At some time booting up wasn't possible anymore due to a kernel bug while

[no subject]

2013-03-07 Thread David Sterba
Hi, I'm seeing messages like this [ 3194.928153] btrfs allocation failed flags 1, wanted 65536 [ 3194.934874] space_info 1 has 147456 free, is full [ 3194.941205] space_info total=1903427584, used=1903280128, pinned=0, reserved=0, may_use=65536, readonly=0 [ 3194.941209] block group 12582912

[no subject]

2013-02-03 Thread Michael Raskin
I have an btrfs-image of corrupted BtrFS partition After btrfsck --repair, mount failed with segfault both before and after No subvolumes http://dev.mccme.ru/~raskin/btrfs.corruption.img.gz [ 41.169414] device label home-corrupted devid 1 transid 398696 /dev/sda [ 41.170974] btrfs: disk

[no subject]

2013-02-01 Thread Kiran Patil
subscribe -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2012-12-07 Thread merc1984
We're using a backups server to back up all machines in a LAN. Four 2TB disks are assembled in a BTRFS RAID array and mounted as /media/backups. Under this are subvolumes droog, hex, etc, and snapshots droog_snap-{date1}, hex_snap-{date1}, etc. Goal is to encrypt backups, but the concern is

[no subject]

2012-12-03 Thread Ernest Wilson
REF No: L/200-26937 BATCH No: 2007MJL-01 Your e-mail address have won you 750,000 GBP in Microsoft end of year raffle draw award 2012, contact this email : (ernestwilson...@zhot.net)with your name,address,phone number and age. Regards, Ernest Wilson. -- To unsubscribe from this list:

[no subject]

2012-08-29 Thread Chris Mason
Hi Linus, I've split out the big send/receive update from my last pull request and now have just the fixes in my for-linus branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus For anyone who wants send/receive updates, they are maintained as well. But it is has

[no subject]

2012-08-17 Thread David Sterba
On Fri, Aug 17, 2012 at 09:45:20AM +0800, Liu Bo wrote: On 08/15/2012 06:12 PM, Lluís Batlle i Rossell wrote: some time ago we discussed on #btrfs that the nocow attribute for files wasn't working (around 3.3 or 3.4 kernels). That was evident by files fragmenting even with the

[no subject]

2012-05-02 Thread Henrik Kuhn
auth d55b8112 subscribe linux-btrfshenrik.k...@origenis.de attachment: henrik_kuhn.vcf

[no subject]

2011-10-29 Thread Kai Moonbourn
help -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2011-09-20 Thread Ken D'Ambrosio
Just wondering if/how one goes about getting the btrfs checksum of a given file. Is there a way? Thanks! -Ken -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at

[no subject]

2011-09-01 Thread Ivan Piazza
unscribe linux-btrfs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2011-07-01 Thread Edward Goggin
subscribe linux-btrfs-- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[RFC][PATCH 2/2] Subject: btrfs: Introduce btrfs_get_maps_dev()

2011-05-13 Thread Mark Fasheh
Use this to return the subvolume superblock in proc instead of the global superblock which is automatically taken today. This fixes a userspace breakage where discrepancies between the devices two would confuse software such as lsof. Signed-off-by: Mark Fasheh mfas...@suse.com ---

[PATCH 1/2] Subject: mutex: Separate out mutex_spin()

2011-03-24 Thread Tejun Heo
Separate out mutex_spin() out of __mutex_lock_common(). The fat comment is converted to docbook function description. While at it, drop the part of comment which explains that adaptive spinning considers whether there are pending waiters, which doesn't match the code. This patch is to prepare

Re: [PATCH 1/2] Subject: mutex: Separate out mutex_spin()

2011-03-24 Thread Tejun Heo
Ugh... Please drop the extra Subject: from subject before applying. Thanks. -- tejun -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2010-11-12 Thread hugo
From 2de353ddda78ef5cbc84e1d3267606bc44e48faa Mon Sep 17 00:00:00 2001 Message-Id: 2de353ddda78ef5cbc84e1d3267606bc44e48faa.1289589812.git.h...@carfax.org.uk From: Hugo Mills h...@carfax.org.uk Date: Sat, 6 Nov 2010 00:18:12 + Subject: [PATCH] Clean up typography in the man pages. To: linux

[no subject]

2010-11-12 Thread hugo
From 2de353ddda78ef5cbc84e1d3267606bc44e48faa Mon Sep 17 00:00:00 2001 Message-Id: 2de353ddda78ef5cbc84e1d3267606bc44e48faa.1289589812.git.h...@carfax.org.uk From: Hugo Mills h...@carfax.org.uk Date: Sat, 6 Nov 2010 00:18:12 + Subject: [PATCH] Clean up typography in the man pages. To: linux

[no subject]

2010-08-29 Thread Bret Palsson
subscribe linux-btrfs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2010-07-09 Thread jck
Hello, when i check diskspace usage of a btrfs partition using df i get the wrong free space, this is expected i think. However even when i use 'btrfs filesystem df' I get wrong freespace: Data: total=123.58GB, used=87.31GB Metadata: total=61.00GB, used=396.29MB System: total=32.00MB, used=16.00KB

[no subject]

2010-04-30 Thread Ilya Shestopalov
Bug message: Btrfs loaded device fsid 694983118c1865e7-ed2ca7537412e6ae devid 1 transid 73188 /dev/sda5 [ cut here ] kernel BUG at fs/btrfs/tree-log.c:809! invalid opcode: [#1] PREEMPT SMP last sysfs file:

[no subject]

2010-04-14 Thread Jay Sullivan
subscribe linux-btrfs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2010-03-17 Thread dm
-- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html