Displaying 7 results from an estimated 7 matches for "newformat".
2009 Jun 08
1
New new format branch ready for testing
...ay, and it
slightly changed the disk format for backrefs used when balancing space
across drives. We decided against supporting an intermediate format
that was only a week old, and his update makes a few important features
much much easier (snapshot deletion for one).
If you''ve tried the newformat branch and run btrfs-vol -b or run
btrfs-vol -r, you''ll have to backup your data and reformat before
switching to the newest code.
If this is a problem for any testers of the newformat branch, please
don''t hesitate to send me an email. We''ll find a way to help you
trans...
2001 Oct 23
1
FTP-Access from R
I want to access a file on a ftp-server with R. But it doesn't work. I
suppose the reason is the username and password. Here the non working
file path
ftp://woudc:woudc*@ftp.tor.ec.gc.ca/Archive-NewFormat/totalozone_1.0_1/stn035/dobson/1929/19290301.dobson.beck.002.smi.csv
I tested other files on this server, same result: a crash of R. I tested
it with other 'normal' sites (on other servers): that works
gruess
joerg
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2009 Jun 16
2
Btrfs rescue images
...lesystem
and do other assorted tasks. So, I''m making live boot usb images for
both x86 and x86-64.
They should have enough to get your filesystems mounted and they also
include git, gcc, make and enough to compile the kernel. These are
based on the Arch 2.6.30 distro with just the btrfs newformat code
added.
I''ve got the 32 bit image uploaded, and I''ll queue up 64 bit overnight.
If anyone is feeling brave, just dd the image onto a usb stick and
rescue boot away.
They work on both of my test boxes, but a little extra testing would be
nice.
-chris
--
To unsubscribe from...
2019 Jun 05
2
llvm-ir: TBAA and struct copies
...nBase == SubobjectTag.getOffset(); // **** HERE
if (GenericTag) {
*GenericTag = SameMemberAccess ? SubobjectTag.getNode() :
createAccessTag(CommonType);
}
MayAlias = SameMemberAccess;
return true;
}
For the 'NewFormat', The 'MayAlias' should be based on overlap of {OffsetInBase, BaseTag.getSize} and {SubobjecTag.getOffset(), SubobjectTag.getSize()}
I am not sure if the same holds for the 'GenericTag'.
Do you think that would cause other problems ?
Thanks,
Jeroen Dobbelaere
> -----Or...
2009 Jun 11
6
cleanup after a small data loss on incorrect shutdown.
Hello.
I am continuing my tests of BtrFS under a practical workload. Recently
an incorrect poweroff (or maybe a small bug in BtrFS) caused a small
data loss. The actual damage was non-existent.
I used old branch, so maybe the relevant code is already improved.
1. Why btrfsck says "bad block" on that partition? What does it mean?
My fist reaction was to use badblocks. It found no
2019 Jun 04
2
llvm-ir: TBAA and struct copies
Hi,
I have a question about the current definition of TBAA (See [1]).
In the LLVM-IR code that we produce, we generate load/stores of struct types. (See [2] and [3] for a godbolt example showing the issue)
For following c-alike code:
struct S { int dummy; short e, f; } x,y;
struct S* p = &x;
int foobar() {
x.f=42;
*p=y; //**** struct copy
return x.f;
}
We produce:
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):