1. 26 Dec, 2007 10 commits
  2. 03 Dec, 2007 7 commits
  3. 29 Nov, 2007 1 commit
  4. 28 Nov, 2007 4 commits
  5. 26 Nov, 2007 2 commits
  6. 23 Nov, 2007 1 commit
  7. 21 Nov, 2007 1 commit
  8. 09 Nov, 2007 1 commit
  9. 06 Nov, 2007 3 commits
  10. 01 Nov, 2007 2 commits
    • David Woodhouse's avatar
      [JFFS2] Don't strip sgid bit from inode permissions · 857013b8
      David Woodhouse authored
      <viro> dwmw2: anyway, removing sgid from directories or from
             files without S_IXGRP is a plain and simple bug
      <viro> these days you don't need that logics at all - simply remove it
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      857013b8
    • David Woodhouse's avatar
      [JFFS2] Improve getdents vs. f_pos handling on NOR flash. · 15953580
      David Woodhouse authored
      Commit a491486a started obliterating
      dirents directly on the medium, when jffs2_can_mark_obsolete(). Removing
      them immediately from the f->dents list, however, screws up handling of
      f_pos within a directory -- because the offset is equivalent to the
      number of entries through the list we are, and the existence of
      deletion dirents served to provide 'placeholders' for unlinked
      entries. Now, 'rm -r' doesn't even manage to unlink everything in the
      directory.
      
      Revert to keeping 'deletion' dirents in the list, at least in memory
      even though we no longer write anything to the medium.
      
      Spotted, debugged and mostly fixed by Joakim Tjernlund
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      15953580
  11. 30 Oct, 2007 3 commits
  12. 29 Oct, 2007 2 commits
  13. 28 Oct, 2007 3 commits