summary refs log tree commit diff
path: root/pkgs/tools/filesystems
Commit message (Collapse)AuthorAge
* Merge pull request #78243 from srhb/ceph-revert-lost-ceph-volumeFlorian Klink2020-01-22
|\ | | | | ceph: Bring back ceph-volume
| * ceph: Bring back ceph-volumeSarah Brofeldt2020-01-22
| |
* | Merge pull request #78165 from r-ryantm/auto-update/glusterfsMario Rodas2020-01-22
|\ \ | |/ |/| glusterfs: 7.1 -> 7.2
| * glusterfs: 7.1 -> 7.2R. RyanTM2020-01-21
| |
* | python2.pkgs.nixpart0: use correct libselinux bindingsJan Tojnar2020-01-18
| | | | | | | | Sine 56e557257df675bc6b2cbebf3ba5bc6d51b2321c libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
* | Merge pull request #77604 from srhb/ceph-14.2.6Niklas Hambüchen2020-01-18
|\ \ | | | | | | ceph: 14.2.5 -> 14.2.6
| * | ceph: 14.2.5 -> 14.2.6Sarah Brofeldt2020-01-13
| |/
* | fuse-overlayfs: 0.7.3 -> 0.7.4zowoq2020-01-17
| | | | | | | | https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.4
* | Merge pull request #77533 from zowoq/fuse-overlayfsMario Rodas2020-01-16
|\ \ | | | | | | fuse-overlayfs: 0.7.2 -> 0.7.3
| * | fuse-overlayfs: 0.7.2 -> 0.7.3zowoq2020-01-12
| | |
* | | Merge pull request #77723 from r-ryantm/auto-update/bindfsMario Rodas2020-01-15
|\ \ \ | | | | | | | | bindfs: 1.14.2 -> 1.14.3
| * | | bindfs: 1.14.2 -> 1.14.3R. RyanTM2020-01-15
| | |/ | |/|
* | | gcsfuse: use buildGoPackageMario Rodas2020-01-15
| | |
* | | gcsfuse: 0.28.1 -> 0.29.0R. RyanTM2020-01-15
|/ /
* / davfs2: substitute ps commandFlorian Klink2020-01-12
|/ | | | | | | | | | | | | | | | | | | | | | | umount.davfs2 uses ps to get a process list to terminate gracefully. On NixOS, this currently fails: ``` sh: ps: command not found /run/current-system/sw/bin/umount.davfs: can't find mount.davfs-process with pid 4085; trying to unmount anyway. you propably have to remove /var/run/mount.davfs/root-x.pid manually sh: umount: command not found ``` Fix this by patching ${procps}/bin/ps into the ps_command. Afterwards: ``` umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK ```
* Merge pull request #77167 from srhb/ceph-14_2_5Florian Klink2020-01-09
|\ | | | | ceph: 14.2.4 -> 14.2.5
| * ceph: 14.2.4 -> 14.2.5Sarah Brofeldt2020-01-09
| |
* | Merge pull request #77024 from r-ryantm/auto-update/davfs2Mario Rodas2020-01-09
|\ \ | | | | | | davfs2: 1.5.5 -> 1.5.6
| * | davfs2: 1.5.5 -> 1.5.6R. RyanTM2020-01-06
| |/
* / reiser4progs: 1.2.1 -> 2.0.0R. RyanTM2020-01-07
|/
* sshfs: 3.6.0 -> 3.7.0Michael Weiss2020-01-04
| | | | Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst
* Merge pull request #76341 from r-ryantm/auto-update/moosefsmarkuskowa2020-01-04
|\ | | | | moosefs: 3.0.107 -> 3.0.109
| * moosefs: 3.0.107 -> 3.0.109R. RyanTM2019-12-23
| |
* | Merge branch 'staging' into staging-nextJan Tojnar2019-12-31
|\ \
| * | treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
| | |
| * | treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| | |
* | | Merge branch 'master' of github.com:NixOS/nixpkgs into staging-nextJonathan Ringer2019-12-30
|\ \ \ | |/ / |/| |
| * | mtdutils: fix cross buildAndrew Childs2019-12-30
| | |
* | | Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\ \ \
| * | | bees: 0.6.1 -> 0.6.2Robin Gloster2019-12-27
| | | | | | | | | | | | | | | | fixes build with gcc9
* | | | treewide: installFlags is a listRobin Gloster2019-12-30
| | | |
* | | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
| |/ / |/| |
* | | treewide: fix *FlagsRobin Gloster2019-12-30
|/ /
* | Merge pull request #76261 from r-ryantm/auto-update/glusterfsMichael Raskin2019-12-23
|\ \ | | | | | | glusterfs: 7.0 -> 7.1
| * | glusterfs: 7.0 -> 7.1R. RyanTM2019-12-23
| |/
* / bindfs: 1.14.1 -> 1.14.2R. RyanTM2019-12-22
|/
* Merge master into staging-nextFrederik Rietdijk2019-12-13
|\
| * Merge pull request #75556 from peterhoeg/u/overlayfs_0_7_2Jaka Hudoklin2019-12-12
| |\ | | | | | | fuse-overlayfs: 0.7 -> 0.7.2
| | * fuse-overlayfs: 0.7 -> 0.7.2Peter Hoeg2019-12-12
| | |
| * | nixpart: ignore useNixUdev as it's now required by hetznerDomen Kožar2019-12-12
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2019-12-10
|\| |
| * | Merge pull request #74485 from malbarbo/e2fsprogs-sharedNiklas Hambüchen2019-12-06
| |\ \ | | |/ | |/| e2fsprogs: allow static build
| | * e2fsprogs: allow static buildMarco A L Barbosa2019-12-05
| | |
* | | btrfs-progs: 5.3.1 -> 5.4R. RyanTM2019-12-07
|/ /
* | grive2: 0.5.0 -> 0.5.1R. RyanTM2019-12-01
| |
* | moosefs: 3.0.105 -> 3.0.107 (#74481)R. RyanTM2019-11-30
| |
* | cryfs: 0.9.10 -> 0.10.2Renaud2019-11-29
| | | | | | (#74296)
* | samba3, fusesmb: removingDima2019-11-26
| | | | | | | | | | | | | | Samba 3 has been discontinued since Q1/2015. So I think it's time to just wipe it from the pkgs. FuseSMB is pretty much abandoned, upstream does not exist and it's also not as useful as it used to be anyways.
* | Merge pull request #74234 from r-ryantm/auto-update/fuse-overlayfsRyan Mulligan2019-11-26
|\ \ | | | | | | fuse-overlayfs: 0.6.2 -> 0.7
| * | fuse-overlayfs: 0.6.2 -> 0.7R. RyanTM2019-11-25
| | |