summaryrefslogtreecommitdiff
path: root/buildstream/_fuse
Commit message (Expand)AuthorAgeFilesLines
* _fuse/mount.py: Deal with abstract method lint issueDaniel Silverstone2018-10-251-1/+1
* _fuse/{hardlinks,mount}.py: Remove dangerous use of {} in defaultsDaniel Silverstone2018-10-252-3/+5
* Fix spelling of it's and itsRichard Dale2018-10-161-3/+3
* FUSE: Mount with -odev in chroot sandboxRichard Maw2018-09-182-2/+7
* fuse: Report the correct device number for devicesRichard Maw2018-09-181-1/+1
* Keep original flags for create in SafeHardlinks.Valentin David2018-08-092-3/+7
* Remove shebangs from python filesGökçen Nurlu2018-06-193-3/+0
* mount: Wrap yields in context managers with try-finallyRichard Maw2018-04-121-6/+5
* pylint - dealt with import warningsJames Ennis2018-03-141-2/+3
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-1/+1
* fuse.py: skip file for lintingTristan Maat2018-03-141-0/+2
* _fuse/mount.py: Fix missing import of ImplErrorGökçen Nurlu2017-12-111-0/+1
* Remove unused importsGökçen Nurlu2017-12-071-5/+2
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-3/+3
* fuse.py: Add support for Linux on ppc64Sam Thursfield2017-09-271-0/+16
* Fork and embed fusepySam Thursfield2017-09-273-2/+986
* _fuse/mount.py: Check exit status of fuse mount processTristan Van Berkom2017-06-301-7/+17
* _fuse/mount.py: Adjust to new 'ignore' keyword argument of _signals.blocked()Tristan Van Berkom2017-06-251-1/+1
* _fuse/mount.py: Attempt to synchronize unmounts of fuse layers.Tristan Van Berkom2017-06-251-0/+8
* Adding _fuse submodule for fuse layer implementations.Tristan Van Berkom2017-06-123-0/+414