1. 24 Apr, 2016 2 commits
  2. 13 Apr, 2016 1 commit
    • Han-Wen Nienhuys's avatar
      fuse/nodefs: Add TreeWatcher interface. · 259481ac
      Han-Wen Nienhuys authored
      Use the TreeWatcher interface in pathfs to synchronize the parent
      mapping in pathfs with the tree management in nodefs.
      
      Tested:
        loopback -l $mount $orig
        fsstress -p 1 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10 \
          -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m 8 -n 1000 \
          -d $mount -s 1456162204 ; sleep 1; echo ok ; rm -Rf $mount
      
      Fixes #99.
      
      Change-Id: I8668571c7dabf6da6ec708eec53de1887864b9ea
      259481ac
  3. 04 Apr, 2016 1 commit
  4. 30 Mar, 2016 2 commits
  5. 19 Feb, 2016 2 commits
  6. 18 Feb, 2016 1 commit
  7. 17 Feb, 2016 3 commits
  8. 16 Feb, 2016 2 commits
  9. 12 Feb, 2016 1 commit
  10. 09 Feb, 2016 2 commits
  11. 06 Feb, 2016 2 commits
  12. 03 Feb, 2016 1 commit
  13. 02 Feb, 2016 6 commits
  14. 21 Jan, 2016 2 commits
  15. 14 Jan, 2016 8 commits
  16. 10 Jan, 2016 2 commits
  17. 09 Jan, 2016 1 commit
    • Jakob Unterwurzacher's avatar
      Fix several Utimens-related build problems on OSX · 07d43e8a
      Jakob Unterwurzacher authored
      Properly implementing Utimens caused the OSX build to break because
      the utimensat system call is not available there.
      
      This patch reverts the OSX implementation of Utimens to using
      syscall.Utimes(). This is not actually correct but the best we can do.
      
      Thanks to @spaghetti2514 who reported the issue and tested the patches.
      07d43e8a
  18. 17 Dec, 2015 1 commit