fault (see `U')
For libtrfs.a performance benefit of the u option can be neglected,
so drop the u option and silence the warning.
In the future one might want to explicitly add the D option anyway.
Signed-off-by: Arnd Hannemann
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 de
Am 29.07.2012 21:13, schrieb C Anthony Risinger:
> On Sun, Jul 29, 2012 at 2:02 PM, Konstantin Dmitriev
> wrote:
>> Dipl.-Ing. Michael Niederle gmx.at> writes:
>>
>>> I reinstalled over 700 packages - plt-scheme beeing the only one failing
>>> due to
>>> the btrfs link restriction.
>>>
>>
>> I h
Hi Goffredo,
Am 10.07.2012 20:42, schrieb Goffredo Baroncelli:
> Hi Arnd,
>
> I am trying to reproduce this bug. Which kernel version are you using ?
I'm using linus' vanilla tree from Sunday which is 3.5.0-rc6
plus some unsuspicious commits.
Best regards
Arnd
--
To unsubscribe from this list:
Am 10.07.2012 00:49, schrieb cwillu:
> On Mon, Jul 9, 2012 at 4:22 PM, Arnd Hannemann wrote:
>> Hi,
>>
>> using btrfs with LVM snapshots seems to be confusing /proc/mounts
>> After mounting a snapshot of an original filesystem, the devicename of the
>> original fi
Hi,
Am 10.07.2012 05:30, schrieb Christian Robert:
> I agree with you, but you should never mount a snapshot of a btrfs filesystem
> at the same time the original is,
> because both the original and the snapshot had same "device fsid
> 5c3e8ca2-da56-4ade-9fef-103a6a8a70c2"
>
> the kernel will t
Hi,
using btrfs with LVM snapshots seems to be confusing /proc/mounts
After mounting a snapshot of an original filesystem, the devicename of the
original filesystem is overwritten with that of the snapshot in /proc/mounts.
Steps to reproduce:
arnd@kallisto:/mnt$ sudo mount /dev/vg0/original /mnt
.c:494
494 BUG_ON(root->nodesize != root->leafsize);
at btrfs-image.c:494
Signed-off-by: Arnd Hannemann
---
btrfs-image.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/btrfs-image.c b/btrfs-image.c
index f2bbcc8..fec51d8 100644
--- a/btrfs-image.c
+++ b/btrfs-image.c
Hi Chris,
Am 16.04.2012 16:42, schrieb David Sterba:
> On Mon, Apr 16, 2012 at 03:27:51PM +0200, Arnd Hannemann wrote:
>> Btrfs allows to turn on compression on a mounted and used filesystem
>> by issuing mount -o remount,compress=lzo.
>> This patch allows to turn compressi
Hi,
still seeing this warning (well the line number changed) on 3.5.0 (rc4):
[ 11.909589] [ cut here ]
[ 11.909616] WARNING: at
/home/arnd/Projekte/kernel/linux-2.6/fs/btrfs/super.c:221
__btrfs_abort_transaction+0xae/0xc0 [btrfs]()
[ 11.909617] Hardware name: 4384G
Hi,
I just got the same warning on a fresh 3.4.0 final while booting.
This time on /usr/share (different filesystem from last time):
arnd@kallisto:~$ ls -l /dev/mapper/vg0-usr_share
lrwxrwxrwx 1 root root 7 Mai 22 17:59 /dev/mapper/vg0-usr_share -> ../dm-4
arnd@kallisto:~$ grep usr_share /proc/mo
Hello David,
Am 14.05.2012 17:05, schrieb David Sterba:
> On Mon, May 14, 2012 at 03:18:46PM +0200, Arnd Hannemann wrote:
>> I just got the following warning on a compressed btrfs filesystem, while
>> writing on it
>> until no remaining space was available.
>> Looks li
Hi,
I just got the following warning on a compressed btrfs filesystem, while
writing on it
until no remaining space was available.
Looks like a bit verbose "disk full" message, is it expected behavior?
[22403.015529] [ cut here ]
[22403.015572] WARNING: at
/home/arnd/Pro
is turned off.
Signed-off-by: Arnd Hannemann
---
fs/btrfs/super.c |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 8d5d380..79a2ca5 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -394,15 +394,22 @@ int
Hi Hugo,
Am 04.04.2012 21:53, schrieb Hugo Mills:
> On Wed, Apr 04, 2012 at 09:39:39PM +0200, Arnd Hannemann wrote:
>> Am 04.04.2012 21:33, schrieb Shyam Prasad N:
>>> On 04/04/2012 10:08 PM, Arnd Hannemann wrote:
>>>> Hi,
>>>>
>>>> today I
Btrfs allows to turn on compression on a mounted and used filesystem
by issuing mount -o remount,compress=lzo.
This patch allows to turn compression off again
while the filesystem is mounted.
Signed-off-by: Arnd Hannemann
---
fs/btrfs/super.c |7 ++-
1 files changed, 6 insertions(+), 1
Hi Shyam,
Am 04.04.2012 21:33, schrieb Shyam Prasad N:
> On 04/04/2012 10:08 PM, Arnd Hannemann wrote:
>> Hi,
>>
>> today I experimented with hard links on btrfs and by this used all available
>> inode space of a file.
>> Interestingly if this happens even a
Hi,
today I experimented with hard links on btrfs and by this used all available
inode space of a file.
Interestingly if this happens even a rename of such an filename to an _equal
length_ filename
fails:
arnd@kallisto:/mnt/btrfs/tmp$ mv a b
mv: cannot move `a' to `b': Too many links
Is this
This Patch fixes some minor typos in the btrfs man page.
Signed-off-by: Arnd Hannemann
---
man/btrfs.8.in |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index be478e0..bafca8d 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8
Am 14.11.2011 19:24, schrieb Arnd Hannemann:
> Am 14.11.2011 15:57, schrieb Arnd Hannemann:
>
>> I'm using btrfs for my /usr/share/ partition and keep getting the following
>> error
>> while installing a debian package which should take no more than 228 MB:
>&g
For the user it is confusing to find something like:
[10197.627710] new size for /dev/mapper/vg0-usr_share is 3221225472
in kernel log, because it doesn't point directly to btrfs.
This patch prefixes those messages with "btrfs:" like other btrfs
related printks.
Signed-off-by:
The location of the btrfs-progs repository has been changed.
This patch updates the documentation accordingly.
Signed-off-by: Arnd Hannemann
---
Documentation/filesystems/btrfs.txt |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation
Am 14.11.2011 15:57, schrieb Arnd Hannemann:
> I'm using btrfs for my /usr/share/ partition and keep getting the following
> error
> while installing a debian package which should take no more than 228 MB:
>
> Unpacking texlive-fonts-extra (from
> .../texlive-fonts-extra
Am 14.11.2011 16:30, schrieb Christian Parpart:
> On Mon, Nov 14, 2011 at 4:24 PM, Arnd Hannemann <mailto:a...@arndnet.de>> wrote:
>
> One-liner which fixes the gcc warning:
> warning: format '%u' expects argument of type 'unsigned int',
>
2: undefined reference to
`pthread_join'
collect2: ld returned 1 exit status
make: *** [btrfs] Error 1
The gcc man page says: "[...] the placement of the -l option is significant."
so lets include -lpthread together with the usual $(LIBS)
Signed-off-by: Arnd Hannemann
---
One-liner which fixes the gcc warning:
warning: format '%u' expects argument of type 'unsigned int',
but argument 3 has type 'long unsigned int' [-Wformat]
Signed-off-by: Arnd Hannemann
---
extent-tree.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Hi,
I'm using btrfs for my /usr/share/ partition and keep getting the following
error
while installing a debian package which should take no more than 228 MB:
Unpacking texlive-fonts-extra (from
.../texlive-fonts-extra_2009-10ubuntu1_all.deb) ...
dpkg: error processing
/var/cache/apt/archives
26 matches
Mail list logo