Skip to content
  1. May 15, 2014
  2. May 14, 2014
  3. May 13, 2014
  4. May 12, 2014
  5. May 11, 2014
  6. May 10, 2014
  7. May 09, 2014
  8. May 08, 2014
  9. May 07, 2014
  10. May 06, 2014
    • Klaas Freitag's avatar
      Maintain the original inode value for renamed files. · a50c39cd
      Klaas Freitag authored
      In case two renames are done on the same file/folder very quickly we
      lost the information that the second operation was also a rename. That
      was because we tried to get the inode value from a stat on the file once
      the first rename was finished. But at that point, the file was already
      gone because of the second rename.
      
      Now the original inode is kept and written to db in case the file can
      not be stat'ed.
      
      This fixes bug #1737
      a50c39cd
    • Klaas Freitag's avatar
      Super useful source comment. · 370dd99e
      Klaas Freitag authored
      370dd99e