1. 03 Dec, 2020 1 commit
  2. 07 May, 2017 1 commit
  3. 26 Nov, 2016 1 commit
  4. 05 Nov, 2016 1 commit
    • Kevin Wolf's avatar
      ext2: Handle duplicate dir entries gracefully in unlink · 3b49db3a
      Kevin Wolf authored
      
      It shouldn't normally happen that there are two directory entries with
      the same name, but in order to avoid crashes on inconsistent file
      systems, let's make sure to free the right resource instead of just one
      with the same name.
      
      Also, remove only one directory entry so that another unlink() request
      can succeed and fully remove the second entry.
      Signed-off-by: Kevin Wolf's avatarKevin Wolf <kevin@tyndur.org>
      3b49db3a
  5. 16 Oct, 2016 5 commits
  6. 16 Jan, 2016 9 commits
  7. 30 Dec, 2015 7 commits
  8. 21 Dec, 2015 3 commits
  9. 12 Dec, 2015 6 commits
  10. 21 Oct, 2015 1 commit
  11. 19 Jul, 2015 5 commits