summary refs log tree commit diff
path: root/pkgs/tools/filesystems
Commit message (Collapse)AuthorAge
...
* add btrfs-progs bash-completion, fix #25793wisut hantanong2017-07-09
|
* Merge pull request #27147 from jfrankenau/update-mergerfsJörg Thalheim2017-07-07
|\ | | | | mergerfs: 2.22.1 -> 2.23.0
| * mergerfs: 2.22.1 -> 2.23.0Johannes Frankenau2017-07-05
| |
* | ntfs3g: change package nameVladimír Čunát2017-07-04
|/ | | | | | | It was being parsed incorrectly, as noted on https://github.com/NixOS/nix/issues/1440 nix-repl> builtins.parseDrvName ntfs3g.name { name = "ntfs"; version = "3g-2017.3.23"; }
* Merge pull request #26939 from dtzWill/fix/perms-fallout-misc-2Joachim F2017-06-30
|\ | | | | Fixup various setuid/setgid permission problems, part 2
| * irods: Don't ask cmake to grant setuid permissionsWill Dietz2017-06-28
| |
* | Merge pull request #26929 from jfrankenau/mergerfs-2.22.1Jörg Thalheim2017-06-29
|\ \ | | | | | | mergerfs: 2.16.1 -> 2.22.1
| * | mergerfs: 2.16.1 -> 2.22.1Johannes Frankenau2017-06-29
| |/
* / mtdutils: Rely on cc-wrapper to export this env varhsloan2017-06-28
|/
* glusterfs: do not set setuid in installJörg Thalheim2017-06-18
| | | | related to #26600
* nixos/bcache: /bin/sh -> ${bash}/bin/shBjørn Forsman2017-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Or else `services.udev.packages = [ bcache-tools ]` cannot be used. To not break bcache in the initrd I'm modifying this in stage-1.nix: - --replace /bin/sh ${extraUtils}/bin/sh + --replace ${bash}/bin/sh ${extraUtils}/bin/sh Reasoning behind that change: * If not modifying the /bin/sh pattern in any way, it will also match ${bash}/bin/sh, creating a broken path like /nix/store/HASH-bash/nix/store/HASH-bash/bin/sh in the udev rule file. * The addition of /bin/sh was done in 775f381a9e34 ("stage-1: add bcache support"). It seems somewhat plausible that no new users have appeared since then and we can take this opportunity to back out of this change without much fear of regressions. If there _are_ regressions, they should be in the form of build time errors, not runtime (boot), due to how the udev rule output is checked for invalid path references. So low risk, IMHO. * An alternative approach could be to copy the /bin/sh substitute rule over to the non-initrd udev rules implementation in NixOS, but I think this way is better: - The rules file comes with a working path out of the box. - We can use more precise pattern matching when modifying the udev rules for the initrd.
* bcache-tools: add name to the source store pathBjørn Forsman2017-06-10
| | | | | | | | | | | | | | So that $ nix-build -A bcache-tools.src gives /nix/store/HASH-bcache-tools-1.0.7.tar.gz instead of /nix/store/HASH-v1.0.7.tar.gz
* Merge pull request #25709 from nh2/25620-glusterfs-fix-python-import-errorsFrederik Rietdijk2017-06-01
|\ | | | | Fix: GlusterFS python tools all have import errors
| * glusterfs: Upgrade to 3.10.2Niklas Hambüchen2017-05-19
| |
| * glusterfs: Enable parallel building.Niklas Hambüchen2017-05-19
| | | | | | | | I checked for determinism with `nix-build --option build-repeat 10`.
| * glusterfs: Make commands that gluster calls work. Fixes #25620.Niklas Hambüchen2017-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done by setting PATH and PYTHONPATH appropriately. Adds the following patches: * One that removes hardcodes to /sbin, /usr/bin, etc. from gluster, so that programs like `lvm` and `xfs_info` can be called at runtime; see https://bugzilla.redhat.com/show_bug.cgi?id=1450546. * One that fixes unsubstituted autoconf macros in paths (a problem in the 3.10 release); see https://bugzilla.redhat.com/show_bug.cgi?id=1450588. * One that removes uses of the `find_library()` Python function that does not behave as expected in Python < 3.6 (and would not behave correctly even on 3.6 in nixpkgs due to #25763); see https://bugzilla.redhat.com/show_bug.cgi?id=1450593. I think that all of these patches should be upstreamed. Also adds tests to check that none of the Python based utilities throw import errors, calling `--help` or equivalent on them.
| * glusterfs: Use github instead of download.gluster.org to obtain source.Niklas Hambüchen2017-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is because the source tarball available on https://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.1/glusterfs-3.10.1.tar.gz has different contents than the v3.10.1 tag; for example, it lacks the file `xlators/features/ganesha/src/Makefile.am`, which the tag has. This is because GluserFS's release process removes some unused files. This made impossible to apply patches written by or for upstream, as those are written against what's in upstream's git. As a nice side effect, we no longer have to hardcode the "3.10" in the `3.10/${version}` part of the URL.
| * glusterfs: Remove no longer needed subsitutions of DESTDIR.Niklas Hambüchen2017-05-19
| | | | | | | | | | They were made unnecessary in commit d07154b3bc8, which added `makeFlags = "DESTDIR=$(out)";`.
* | bcachefs-tools: 2017-05-08 -> 2017-05-12Jörg Thalheim2017-05-19
| |
* | Merge pull request #25580 from davidak/bcachefs-toolsJörg Thalheim2017-05-19
|\ \ | | | | | | bcachefs-tools: init at a588eb0
| * | bcachefs-tools: init at a588eb0davidak2017-05-10
| |/
* | sshfs-fuse: 2.7 -> 2.9Tuomas Tynkkynen2017-05-14
| |
* | fix dosfstools build on darwinGeorge Whewell2017-05-13
|/
* Merge pull request #19898 from bzizou/irods4.2Joachim F2017-05-06
|\ | | | | irods: init at 4.2.0
| * irods: init at 4.2.0Bruno Bzeznik2016-12-15
| |
* | Merge pull request #24974 from Ericson2314/mapNullableJohn Ericson2017-04-17
|\ \ | | | | | | Introduce `mapNullable` into lib and use it in a few places
| * | Introduce `mapNullable` into lib and use it in a few placesJohn Ericson2017-04-17
| | | | | | | | | | | | Also simply some configure flag logic my grep also alerted me too.
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2017-04-11
|\ \ \
| * | | Revert "btrfs-progs: 4.8.2 -> 4.10.2"Tuomas Tynkkynen2017-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c0cef0425eff1db8ddc07e78ea5aa16eb4a9666b. The output of the command-line tool has changed somewhat and at least nixos-generate-config.pl needs modifications to match. I'm leaving that to someone who knows a bit more about btrfs. Issue #24810.
| * | | dosfstools: Use --enable-compat-symlinksTuomas Tynkkynen2017-04-11
| | | | | | | | | | | | | | | | http://hydra.nixos.org/build/51461475
| * | | btrfs-progs: 4.8.2 -> 4.10.2Tuomas Tynkkynen2017-04-10
| | | |
| * | | dosfstools: 3.0.28 -> 4.1Tuomas Tynkkynen2017-04-10
| | | |
| * | | f2fs-tools: 1.7.0 -> 1.8.0Tuomas Tynkkynen2017-04-10
| | | |
| * | | f2fs-tools: Cleanup a bitTuomas Tynkkynen2017-04-10
| |/ /
* / / bonnie: fix on DarwinDan Peebles2017-04-10
|/ /
* | bonnie: 1.97 -> 1.97.3Tuomas Tynkkynen2017-04-10
| |
* | ntfs3g: 2016.2.22 -> 2017.3.23Tuomas Tynkkynen2017-04-09
| |
* | Merge pull request #24760 from matthewbauer/linux-only-pkgsPeter Simons2017-04-09
|\ \ | | | | | | Mark linux-only pkgs
| * | gcsfuse: make linux-onlyMatthew Bauer2017-04-08
| | |
* | | glusterfs: 3.10.0 -> 3.10.1Michael Raskin2017-04-08
| | |
* | | Merge pull request #24559 from georgewhewell/mtools-darwinDaiderd Jordan2017-04-05
|\ \ \ | | | | | | | | mtools: fix build on darwin
| * | | mtools: fix build on darwinGeorge Whewell2017-04-04
| |/ /
* / / snapraid: 11.0 -> 11.1makefu2017-04-03
|/ / | | | | | | build from source, not the release configure scripts already generated
* | treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | | | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* | glusterfs: 3.9.1 -> 3.10.0Michael Raskin2017-03-09
| |
* | unionfs-fuse: Use fetchFromGitHubTuomas Tynkkynen2017-03-04
| |
* | Merge pull request #23398 from rnhmjoj/gitfsJörg Thalheim2017-03-02
|\ \ | | | | | | gitfs: 0.2.5 -> 0.4.5.1
| * | gitfs: 0.2.5 -> 0.4.5.1rnhmjoj2017-03-02
| | |
* | | btrfs-dedupe: dependency is broken on i686Robin Gloster2017-03-02
|/ /
* | mhddfs: fix-format-security (#23276)Felix Richter2017-02-28
| | | | | | | | | | | | * mhddfs: fix-format-security * mhddfs: use fputs instead of fprintf