1. 26 6月, 2006 1 次提交
  2. 01 6月, 2006 1 次提交
  3. 26 4月, 2006 1 次提交
    • A
      [PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable) · de0bb97a
      Al Viro 提交于
      sbi->s_group_desc is an array of pointers to buffer_head.  memcpy() of
      buffer size from address of buffer_head is a bad idea - it will generate
      junk in any case, may oops if buffer_head is close to the end of slab
      page and next page is not mapped and isn't what was intended there.
      IOW, ->b_data is missing in that call.  Fortunately, result doesn't go
      into the primary on-disk data structures, so only backup ones get crap
      written to them; that had allowed this bug to remain unnoticed until
      now.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      de0bb97a
  4. 18 4月, 2006 1 次提交
  5. 11 4月, 2006 1 次提交
  6. 09 1月, 2006 2 次提交
  7. 29 11月, 2005 1 次提交
  8. 31 10月, 2005 1 次提交
  9. 23 9月, 2005 1 次提交
  10. 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