1. 16 May, 2017 1 commit
  2. 08 May, 2017 2 commits
  3. 06 Apr, 2017 1 commit
    • Max Kellermann's avatar
      storage/FileInfo, db/simple/Directory: use 64 bit for device/inode · 504f5f7b
      Max Kellermann authored
      An ino_t is usually a 64 bit integer, and some file systems (such as
      Linux's kernel NFS client) really uses the upper 32 bit.  This can
      lead to false positives in the directory loop detection in
      FindAncestorLoop().  Increasing these two attributes (in
      StorageFileInfo and Directory) to 64 bit adds little overhead, but
      makes the check a lot safer.
      504f5f7b
  4. 11 Feb, 2017 3 commits
  5. 10 Feb, 2017 1 commit
  6. 06 Feb, 2017 1 commit
  7. 25 Jan, 2017 1 commit
  8. 08 Jan, 2017 1 commit
  9. 03 Jan, 2017 3 commits
  10. 28 Dec, 2016 1 commit
  11. 02 Nov, 2016 1 commit
  12. 27 Oct, 2016 6 commits
  13. 16 Sep, 2016 1 commit
  14. 05 Sep, 2016 1 commit
  15. 23 Aug, 2016 1 commit
  16. 12 Apr, 2016 1 commit
  17. 01 Mar, 2016 1 commit
  18. 26 Feb, 2016 1 commit
  19. 29 Dec, 2015 1 commit
  20. 06 Nov, 2015 1 commit
  21. 26 Jun, 2015 1 commit
  22. 29 May, 2015 1 commit
    • Thomas Guillem's avatar
      storage/nfs: fix deadlock when connecting · 3436a646
      Thomas Guillem authored
      The Connect method can be called between Schedule and lock. In that case, when
      locked, the state is already set to CONNECTING of READY and the condition won't
      be signaled anymore.
      3436a646
  23. 03 Mar, 2015 1 commit
  24. 28 Feb, 2015 2 commits
  25. 21 Jan, 2015 1 commit
  26. 01 Jan, 2015 1 commit
  27. 26 Dec, 2014 1 commit
  28. 14 Dec, 2014 1 commit
  29. 28 Nov, 2014 1 commit