1. 02 5月, 2008 1 次提交
  2. 23 4月, 2008 1 次提交
    • D
      [JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure. · 422b1202
      David Woodhouse 提交于
      When _all_ the blocks were on the erase_pending_list, we could't find a
      block to GC from but there was no _actually_ free space, and
      jffs2_reserve_space() would get a little unhappy.
      
      Handle this case by returning -EAGAIN from jffs2_garbage_collect_pass().
      There are two callers of that function -- jffs2_flush_wbuf_gc(), which
      will interpret it as an error and flush the writebuffer by other means,
      and jffs2_reserve_space(), which we modify to respond to -EAGAIN with an
      immediate call to jffs2_erase_pending_blocks() and another run round the
      loop.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      422b1202
  3. 22 4月, 2008 2 次提交
  4. 13 10月, 2007 1 次提交
  5. 07 10月, 2007 1 次提交
  6. 10 7月, 2007 1 次提交
  7. 29 6月, 2007 1 次提交
  8. 25 4月, 2007 1 次提交
    • D
      [JFFS2] Tidy up licensing/copyright boilerplate. · c00c310e
      David Woodhouse 提交于
      In particular, remove the bit in the LICENCE file about contacting
      Red Hat for alternative arrangements. Their errant IS department broke
      that arrangement a long time ago -- the policy of collecting copyright
      assignments from contributors came to an end when the plug was pulled on
      the servers hosting the project, without notice or reason.
      
      We do still dual-license it for use with eCos, with the GPL+exception
      licence approved by the FSF as being GPL-compatible. It's just that nobody
      has the right to license it differently.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      c00c310e
  9. 18 4月, 2007 1 次提交
  10. 27 6月, 2006 2 次提交
  11. 19 6月, 2006 1 次提交
  12. 27 5月, 2006 1 次提交
  13. 25 5月, 2006 2 次提交
  14. 24 5月, 2006 3 次提交
  15. 23 5月, 2006 1 次提交
  16. 22 5月, 2006 2 次提交
  17. 21 5月, 2006 3 次提交
  18. 20 5月, 2006 1 次提交
  19. 07 11月, 2005 5 次提交
  20. 06 11月, 2005 1 次提交
  21. 23 5月, 2005 7 次提交
  22. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4