summaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
AgeCommit message (Expand)Author
2021-07-09gnu: mergerfs: Clean up arguments....* gnu/packages/file-systems.scm (mergerfs)[arguments]: Remove some incorrect comments & rewrite code accordingly. Pass the PREFIX as a make flag. Tobias Geerinckx-Rice
2021-07-09gnu: mergerfs: Do not refer to the native bash....* gnu/packages/linux.scm (mergerfs)[inputs]: Add bash-minimal. [arguments]: Refer to it rather than to the native build bash. Tobias Geerinckx-Rice
2021-07-09gnu: mergerfs: Cross-compile....* gnu/packages/file-systems.scm (mergerfs)[arguments]: Use CC-FOR-TARGET and CXX-FOR-TARGET. Don't let the Makefile strip binaries. Tobias Geerinckx-Rice
2021-07-09gnu: mergerfs: Update to 2.32.6....* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.6. Tobias Geerinckx-Rice
2021-07-07gnu: Add rewritefs....* gnu/packages/file-systems.scm (rewritefs): New public variable. Tobias Geerinckx-Rice
2021-06-25gnu: exfat-utils: Move to (gnu packages file-systems)....* gnu/packages/mtools.scm (exfat-utils): Move from here… * gnu/packages/file-systems.scm (exfat-utils): …to here. Tobias Geerinckx-Rice
2021-06-25gnu: zfs: Update to 2.0.5....* gnu/packages/file-systems.scm (zfs): Update to 2.0.5. Tobias Geerinckx-Rice
2021-06-24gnu: Add cachefilesd-inotify....* gnu/packages/file-systems.scm (cachefilesd-inotify): New public variable. Tobias Geerinckx-Rice
2021-06-19gnu: jfsutils: Adjust for GCC 10....* gnu/packages/patches/jfsutils-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/file-systems.scm (jfsutils)[source](patches): Add it. Marius Bakke
2021-06-17gnu: bcachefs-tools: Update to 0.1-8.fe1bb39....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-8.fe1bb39. Tobias Geerinckx-Rice
2021-06-13gnu: libnfs: Update to 4.0.0....* gnu/packages/file-systems.scm (libnfs): Update to 4.0.0. Brice Waegeneire
2021-06-02gnu: Add udftools....* gnu/packages/file-systems.scm (udftools): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Ron Nazarov via Guix-patches via
2021-05-23gnu: exfatprogs: Update to 1.1.2....* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.2. Tobias Geerinckx-Rice
2021-05-18gnu: Add libeatmydata....* gnu/packages/file-systems.scm (libeatmydata): New public variable. Tobias Geerinckx-Rice
2021-05-13gnu: zfs-auto-snapshot: Fix indentation....* gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation. Mathieu Othacehe
2021-05-13gnu: zfs-auto-snapshot: Use git-fetch....Do not use an autogenerated tarball. This is notified by "guix lint". * gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch method. Mathieu Othacehe
2021-05-13gnu: zfs-auto-snapshot: Wrap long lines....* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]: Wrap long lines. Mathieu Othacehe
2021-05-13gnu: Add zfs-auto-snapshot....* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> raid5atemyhomework
2021-05-13gnu: xfstests: Fix typo....Syntax-highlighted monospace is overrated. Nothing like glancing at Webmail to spot obvious bugs. * gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time. Tobias Geerinckx-Rice
2021-05-13gnu: Add xfstests....* gnu/packages/file-systems.scm (xfstests): New public variable. Tobias Geerinckx-Rice
2021-05-07gnu: bcachefs-tools: Update to 0.1-7.7942d5c....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c. Tobias Geerinckx-Rice
2021-05-04gnu: bcachefs-tools: Prepare for cross-compilation....* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Use CC-FOR-TARGET and PKG-CONFIG-FOR-TARGET. Tobias Geerinckx-Rice
2021-05-04gnu: bcachefs-tools: Update to 0.1-6.a14d39d....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-6.a14d39d. Tobias Geerinckx-Rice
2021-04-22gnu: exfatprogs: Update to 1.1.1....* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.1. Tobias Geerinckx-Rice
2021-04-21gnu: bcachefs-tools: Update to 0.1-5.ce906d6....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6. Tobias Geerinckx-Rice
2021-04-10gnu: bindfs: Fix typo in description....* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: tmsu: Fix typo in synopsis & description....* gnu/packages/file-systems.scm (tmsu)[synopsis, description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: davfs2: Fix typo in description....* gnu/packages/file-systems.scm (davfs2)[description]: Fix typo. Tobias Geerinckx-Rice
2021-03-29gnu: python-dropbox: Update to 11.5.0....* gnu/packages/file-systems.scm (python-dropbox): Update to 11.5.0. Efraim Flashner
2021-03-29gnu: bcachefs-tools: Update to 0.1-4.bb6eccc....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-4.bb6eccc. Tobias Geerinckx-Rice
2021-03-28gnu: autofs: Update to 5.1.7....* gnu/packages/file-systems.scm (autofs): Update to 5.1.7. [arguments]: Add a new 'fix-rpath phase. Tobias Geerinckx-Rice
2021-03-16gnu: tmsu: Improve installation....* gnu/packages/file-systems.scm (tmsu)[arguments]: Don't install go source files. Install binary as tmsu instead of TMSU. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Stefan Reichör
2021-03-13gnu: mergerfs: Update to 2.32.4....* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.4. Lars-Dominik Braun
2021-03-11gnu: Update zfs to 2.0.4....Mostly FreeBSD fixes, some documentation changes and corrections, and a few small bugfixes. Tested with `guix build` only, no in-depth testing done. From 6037ac6f797f37abb579278a0d30cd16e6876ec6 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework <raid5atemyhomework@protonmail.com> Date: Thu, 11 Mar 2021 12:43:58 +0000 Subject: [PATCH] gnu: Update zfs to 2.0.4. * gnu/packages/file-systems.scm (zfs): Update to 2.0.4, rename to OpenZFS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> raid5atemyhomework via Guix-patches via
2021-03-11gnu: bindfs: Update to 1.15.1....* gnu/packages/file-systems.scm (bindfs): Update to 1.15.1. Tobias Geerinckx-Rice
2021-03-06gnu: fsarchiver: Update to 0.8.6....* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.6. Tobias Geerinckx-Rice
2021-02-24gnu: Add tmsu....* gnu/packages/file-systems.scm (tmsu): New variable. Ricardo Wurmus
2021-02-24gnu: Add go-github-com-hanwen-fuse....* gnu/packages/file-systems.scm (go-github-com-hanwen-fuse): New variable. Ricardo Wurmus
2021-02-15gnu: exfatprogs: Update to 1.1.0....* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.0. Tobias Geerinckx-Rice
2021-02-15gnu: Fix copyright notice....* gnu/packages/file-systems.scm: Fix copyright notice for raid5atemyhomework. Tobias Geerinckx-Rice
2021-02-12gnu: zfs: Update to 2.0.3....* gnu/packages/file-systems.scm (zfs): Update to 2.0.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> raid5atemyhomework
2021-02-11gnu: python-dropbox: Update to 11.2.0....* gnu/packages/file-systems.scm (python-dropbox): Update to 11.2.0. Efraim Flashner
2021-02-11gnu: dbxfs: Update to 1.0.51....* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.51. Efraim Flashner
2021-02-07gnu: disorderfs: Update to 0.5.11....* gnu/packages/file-systems (disorderfs): Update to 0.5.11. Vagrant Cascadian
2021-02-08gnu: zfs: Update to 2.0.2....* gnu/packages/file-systems.scm (zfs): Update to 2.0.2. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> raid5atemyhomework
2021-02-04gnu: bcachefs-tools: Update to 0.1-3.612f6b9....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-3.612f6b9. Tobias Geerinckx-Rice
2021-01-20gnu: zfs: update to 2.0.1....* gnu/packages/file-systems.scm (zfs): Update version to 2.0.1. [arguments]: Adjust 'patch-source phase for changes in tarball. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> raid5atemyhomework
2021-01-20gnu: zfs: Correct ZFS udev rules....* gnu/packages/file-systems.scm (zfs): Add substitutions for /sbin/modprobe in udev rules. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> raid5atemyhomework
2021-01-12gnu: dbxfs: Update to 1.0.50....* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.50. Efraim Flashner
2021-01-07gnu: zfs: Fix build....* gnu/packages/file-systems.scm (zfs)[inputs]: Correct "util-linux" input; add "util-linux:lib" input. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> raid5atemyhomework