1. 30 Jun, 2016 1 commit
  2. 29 May, 2016 1 commit
    • Jakob Unterwurzacher's avatar
      nodefs: lock early on FORGET · bd746dd8
      Jakob Unterwurzacher authored
      Taking the treeLock after inodeMap.Forget() exposed a
      small window where the Inode that is about to be forgotten
      could be handed out to the kernel under a new node ID.
      
      Testing with fsstress for 1.000+ iterations showed that the
      race can actually be hit, and causes "No such file or directory"
      errors.
      
      With the lock taken earlier, loopbackfs passes 10.000+ fsstress
      iterations.
      
      Change-Id: Ic02ae757d9a726ece01e8f0b3f0ff877f8e2dbc3
      bd746dd8
  3. 23 May, 2016 1 commit
  4. 22 May, 2016 1 commit
  5. 18 May, 2016 1 commit
  6. 24 Apr, 2016 4 commits
  7. 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
  8. 04 Apr, 2016 1 commit
  9. 30 Mar, 2016 2 commits
  10. 19 Feb, 2016 2 commits
  11. 18 Feb, 2016 1 commit
  12. 17 Feb, 2016 3 commits
  13. 16 Feb, 2016 2 commits
  14. 12 Feb, 2016 1 commit
  15. 09 Feb, 2016 2 commits
  16. 06 Feb, 2016 2 commits
  17. 03 Feb, 2016 1 commit
  18. 02 Feb, 2016 6 commits
  19. 21 Jan, 2016 2 commits
  20. 14 Jan, 2016 5 commits