aboutsummaryrefslogtreecommitdiff
path: root/utils/btrfs-progs
Commit message (Collapse)AuthorAge
* btrfs-progs: Update to 4.19Rosen Penev2018-11-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: Update to 4.17.1Rosen Penev2018-08-15
| | | | | Cosmetic adjustments Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: Update to 4.17Daniel Engberg2018-07-16
| | | | | | Update to 4.17 Add LTO and ffunction-sections -fdata-sections to reduce binary size Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* btrfs-progs: Update to 4.16.1Rosen Penev2018-05-20
| | | | | | Some programs were removed upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: Update to 4.15.1Rosen Penev2018-02-20
| | | | | | Compile tested on ar71xx. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: Update to 4.15Rosen Penev2018-02-04
| | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: Bump to 4.14.1 + add Build/InstallDevRosen Penev2018-01-20
| | | | | | | Supersedes #5173 and bumps the version to latest. Tested on ramips (mt7621). Signed-off-by: Eugene Chekanskiy <echekanskiy@gmail.com> Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* btrfs-progs: Update to 4.14Rosen Penev2017-11-29
| | | | | Disabled zstd as it needs a new package. zstd needs a more recent kernel than 4.9 to be used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: Update to 4.13.3Rosen Penev2017-11-22
| | | | | | Tested on ramips (mt7621) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: Update to 4.13.2Rosen Penev2017-10-10
| | | | | | Tested on mt7621 (ramips). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Revert "btrfs-progs: update to 4.12"Etienne Champetier2017-08-12
| | | | | | This reverts commit 8592566b7621601cd8960441857db516f5f32a23. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* btrfs-progs: update to 4.12Daniel Albers2017-08-12
| | | | | | | update to 4.12 remove PKG_MD5SUM Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* btrfs-progs: no longer maintained by meDaniel Golle2017-06-18
| | | | | | Remove myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: Fix build with external toolchainsFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | TARGET_CPPFLAGS were not propagated correctly leading to these kinds of build failure: btrfstune.c:26:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^ compilation terminated. btrfs-find-root.c:24:18: fatal error: zlib.h: No such file or directory #include <zlib.h> ^ compilation terminated. mkfs/common.c:18:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> Fix that by passing TARGET_CPPFLAGS via EXTRA_CFLAGS Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* btrfs-progs: update to 4.11Daniel Albers2017-05-25
| | | | Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* btrfs-progs: update to version 4.7.2Daniel Golle2016-09-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: update to version 4.5.1Daniel Golle2016-04-19
| | | | | | musl pthread patch imported from alpinelinux.org Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: remove no longer needed patchDaniel Golle2015-11-28
| | | | | | xattr.h header location no longer needs to be patched. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: use $(LN) macro, bump releaseDaniel Golle2015-04-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: btrfsck is a symlink to btrfsDaniel Golle2015-04-02
| | | | | | safe half a meg by not copying the btrfs binary twice. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: don't build btrfs-convertDaniel Golle2015-04-02
| | | | | | Get rid of libext2fs dependency. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: bump to 3.19.1Daniel Golle2015-03-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: improve init scriptDaniel Golle2014-12-22
| | | | | | check for btrfs in /proc/filesystems instead of /proc/modules Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #612 from the2masters/btrfs-progs-init-scriptDaniel Golle2014-12-11
|\ | | | | btrfs-progs: Fix init script
| * btrfs-progs: Fix init scriptStefan Hellermann2014-12-08
| | | | | | | | | | | | | | | | the init script calls the old btrfsctl util, which is not included in btrfs-progs anymore. Update the init script to call "btrfs device scan" which assembles multi device btrfs filesystems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | Merge pull request #611 from the2masters/btrfs-progs-compile-fixDaniel Golle2014-12-10
|\ \ | | | | | | btrfs-progs: add libacl as compile time dependency
| * | btrfs-progs: add libacl as compile time dependencyStefan Hellermann2014-12-08
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I got following error while compiling btrfs-progs for ar71xx: make[4]: Entering directory `/home/stefan/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/btrfs-progs-v3.17.3' [LN] libbtrfs.so.0 [LN] libbtrfs.so [CC] btrfs-convert.o [LD] libbtrfs.so.0.1 /home/stefan/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/libblkid.so: warning: This version of __fpending returns bytes remaining in buffer for both narrow and wide streams. glibc's version returns wide chars in buffer for the wide stream case. [LD] mkfs.btrfs [LD] btrfs [LD] btrfs-debug-tree [LD] btrfs-image [LD] btrfs-map-logical [LD] btrfs-zero-log [LD] btrfs-find-root btrfs-convert.c:30:21: fatal error: sys/acl.h: No such file or directory #include <sys/acl.h> ^ compilation terminated. make[4]: *** [btrfs-convert.o] Error 1 fix it by adding libacl as compile time dependency, as btrfs-convert is not linked to libacl. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* / btrfs-progs: fix libattr linking and dependencyDaniel Golle2014-12-08
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: import from oldpackgesDaniel Golle2014-12-05
bump to 3.17.3, add LICENSE and MAINTAINER info, bump license header, add missing dependencies, ... Signed-off-by: Daniel Golle <daniel@makrotopia.org>