1. 28 Apr, 2017 1 commit
  2. 27 Apr, 2017 1 commit
  3. 24 Apr, 2017 16 commits
  4. 22 Apr, 2017 2 commits
  5. 21 Apr, 2017 2 commits
  6. 18 Apr, 2017 3 commits
  7. 12 Apr, 2017 1 commit
  8. 11 Apr, 2017 2 commits
  9. 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
  10. 29 Mar, 2017 3 commits
  11. 16 Mar, 2017 1 commit
  12. 10 Mar, 2017 6 commits
  13. 07 Mar, 2017 1 commit