Please merge or sync new btrfs-tools from Debian testing or unstable - lots of bugs present in Ubuntu now :(
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Baltix |
New
|
Undecided
|
Unassigned | ||
btrfs-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Curernt version of btrfs-tools in ubuntu 0.19+20100601 is very old and have lots of bugs comparing with the latest available from Debian testing or unstable:
btrfs-tools (0.19+20111105-2) unstable; urgency=low
* Using btrfs instead of btrfsctl in initramfs (Closes: #650614).
-- Daniel Baumann <email address hidden> Sat, 10 Dec 2011 10:33:06 +0100
btrfs-tools (0.19+20111105-1) unstable; urgency=low
* Switching architecture fields to linux-any.
* Adding patch to call gzip with full path when creating manpages to
fix FTBFS on squeeze.
* Using compression level 9 also for binary packages.
* Merging upstream version 0.19+20111105.
* Updating year in copyright file.
* Sorting overrides in rules alphabetically.
* Prefixing variables in rules to avoid clashes.
* Rediffing labels.patch.
* Rediffing ftbfs.patch.
* Rediffing linker.patch.
* Removing gcc-4.6.patch, not required anymore.
* Renumbering patches.
* Avoid polluting namespace by prefixing some tools with btrfs.
* Updating list of additional tools to be built.
-- Daniel Baumann <email address hidden> Sat, 19 Nov 2011 03:15:21 +0100
btrfs-tools (0.19+20101101-2) unstable; urgency=low
* Updating maintainer and uploaders fields.
* Removing vcs fields.
* Removing references to my old email address.
* Updating year in copyright file.
* Updating to standards version 3.9.2.
* Compacting copyright file.
* Dropping btrfs.modules, went into initramfs-tools (Closes: #612642).
* Adding patch from Luk Claes <email address hidden> to fix FTBFS with --no-
add-needed (Closes: #554059).
* Adding patch from Jonathan Nieder <email address hidden> to fix FTBFS
with gcc-4.6 (Closes: #616296).
* Simplfying build and install overrides in rules.
* Applying slightly modified patch from Jonathan Nieder
<email address hidden> to fix CFLAGS handling in rules, see #616296.
-- Daniel Baumann <email address hidden> Sun, 28 Aug 2011 09:31:25 +0200
2010
btrfs-tools (0.19+20101101-1) experimental; urgency=low
* Merging upstream version 0.19+20101101.
* Switching to source format 3.0 (quilt).
-- Daniel Baumann <email address hidden> Sat, 20 Nov 2010 14:27:29 +0100
btrfs-tools (0.19+20100909-2) experimental; urgency=low
* Update references to btrfs-tools instead of btrfs-progs (upstream name)
in manpages (Closes: #599111).
* Removing warnings about experimental status.
* Updating package to debhelper 8.
-- Daniel Baumann <email address hidden> Mon, 04 Oct 2010 21:28:58 +0200
btrfs-tools (0.19+20100909-1) experimental; urgency=low
* Correcting credits for glibc.patch in patch file and changelog entry
to David Sugar <email address hidden>.
* Updating standards version to 3.9.0.
* Merging upstream version 0.19+20100909.
* Removing glibc.patch, merged upstream.
* Updating standards version to 3.9.1.
-- Daniel Baumann <email address hidden> Sat, 25 Sep 2010 18:59:07 +0200
Debian version is almost the latest from Chris Masson on git://git.
Please merge or sync new btrfs-tools from Debian testing or unstable
Doing so might fix btrfsck reporting errors when dealing with a btrfs partition using compress=lzo.
couldn't open because of unsupported option features (8).
btrfsck: disk-io.c:679: open_ctree_fd: Assertion `!(1)' failed
This is on Precise but also true for older Ubuntu versions
Related branches
- Dave Walker (community): Needs Fixing
- Steve Langasek: Pending requested
- Ubuntu branches: Pending requested
-
Diff: 28755 lines (+21659/-3327)102 files modified.hgignore (+0/-1)
.hgtags (+0/-15)
.pc/.version (+1/-0)
.pc/01-labels.patch/mkfs.c (+1463/-0)
.pc/02-ftbfs.patch/convert.c (+2812/-0)
.pc/03-manpage.patch/man/btrfs-image.8.in (+34/-0)
.pc/03-manpage.patch/man/btrfs-show.8.in (+22/-0)
.pc/03-manpage.patch/man/btrfs.8.in (+322/-0)
.pc/03-manpage.patch/man/btrfsck.8.in (+17/-0)
.pc/03-manpage.patch/man/btrfsctl.8.in (+48/-0)
.pc/03-manpage.patch/man/mkfs.btrfs.8.in (+70/-0)
.pc/04-linker.patch/Makefile (+118/-0)
.pc/05-gzip.patch/man/Makefile (+37/-0)
.pc/06-armel.patch/cmds-scrub.c (+1721/-0)
.pc/07-allow-fsck-options.patch/btrfsck.c (+3547/-0)
.pc/applied-patches (+7/-0)
INSTALL (+23/-12)
Makefile (+51/-31)
bcp (+2/-4)
btrfs-corrupt-block.c (+396/-0)
btrfs-list.c (+147/-36)
btrfs-map-logical.c (+4/-5)
btrfs-select-super.c (+99/-0)
btrfs-show.c (+5/-0)
btrfs-vol.c (+24/-3)
btrfs-zero-log.c (+72/-0)
btrfs.c (+247/-358)
btrfs_cmds.c (+0/-924)
btrfs_cmds.h (+0/-34)
btrfsck.c (+840/-148)
btrfsctl.c (+20/-4)
btrfslabel.c (+121/-0)
btrfslabel.h (+5/-0)
calc-size.c (+268/-0)
cmds-balance.c (+713/-0)
cmds-device.c (+261/-0)
cmds-filesystem.c (+538/-0)
cmds-inspect.c (+243/-0)
cmds-scrub.c (+1721/-0)
cmds-subvolume.c (+533/-0)
commands.h (+97/-0)
common.c (+46/-0)
convert.c (+4/-64)
ctree.c (+153/-153)
ctree.h (+178/-14)
debian/README.source (+0/-37)
debian/btrfs-tools-udeb.install (+1/-1)
debian/btrfs-tools.README.Debian (+0/-7)
debian/btrfs-tools.install (+0/-2)
debian/btrfs-tools.links (+0/-1)
debian/changelog (+148/-35)
debian/compat (+1/-1)
debian/control (+6/-13)
debian/copyright (+16/-64)
debian/local/btrfs.hook (+2/-2)
debian/local/btrfs.local-premount (+2/-2)
debian/local/btrfs.modules (+0/-4)
debian/patches/01-labels.patch (+0/-27)
debian/patches/02-ftbfs.patch (+1/-105)
debian/patches/03-glibc.patch (+0/-14)
debian/patches/03-manpage.patch (+77/-0)
debian/patches/04-linker.patch (+15/-0)
debian/patches/04-werror.patch (+0/-20)
debian/patches/05-fix-ld.patch (+0/-16)
debian/patches/05-gzip.patch (+13/-0)
debian/patches/06-armel.patch (+15/-0)
debian/patches/07-allow-fsck-options.patch (+49/-0)
debian/patches/08-allow-fsck-options.patch (+0/-27)
debian/patches/09-unused-warnings.patch (+0/-481)
debian/patches/series (+5/-5)
debian/rules (+22/-10)
debian/source/format (+1/-1)
debian/source/options (+2/-0)
debug-tree.c (+125/-75)
dir-item.c (+1/-1)
disk-io.c (+211/-73)
disk-io.h (+6/-0)
extent-cache.c (+2/-4)
extent-tree.c (+223/-55)
extent_io.c (+10/-9)
file-item.c (+2/-1)
find-root.c (+458/-0)
help.c (+214/-0)
ioctl-test.c (+1/-0)
ioctl.h (+164/-2)
kerncompat.h (+4/-0)
man/Makefile (+0/-37)
man/btrfs-image.8.in (+0/-34)
man/btrfs-show.8.in (+0/-19)
man/btrfs.8.in (+196/-44)
man/btrfsck.8.in (+0/-17)
man/btrfsctl.8.in (+0/-45)
man/mkfs.btrfs.8.in (+0/-63)
mkfs.c (+998/-79)
print-tree.c (+16/-9)
repair.c (+50/-0)
repair.h (+32/-0)
restore.c (+872/-0)
utils.c (+435/-49)
utils.h (+8/-2)
volumes.c (+173/-28)
volumes.h (+52/-0)
tags: | added: upgrade-software-version |
summary: |
- Old version of btrfs-tools in ubuntu + Please merge or sync new btrfs-tools from Debian testing or unstable - + lots of bugs present in Ubuntu now :( |
description: | updated |
tags: | added: natty oneiric precise |
tags: | added: fs.oneplanning |
Changed in btrfs-tools (Ubuntu Precise): | |
milestone: | none → ubuntu-12.04.1 |
Changed in btrfs-tools (Ubuntu Precise): | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
assignee: | nobody → Dmitrijs Ledkovs (dmitrij.ledkov) |
Status changed to 'Confirmed' because the bug affects multiple users.