1. 17 Dec, 2003 1 commit
  2. 15 Dec, 2003 3 commits
    • David S. Miller's avatar
      Merge nuts.ninka.net:/disk1/davem/BK/sparcwork-2.5 · 3296c872
      David S. Miller authored
      into nuts.ninka.net:/disk1/davem/BK/sparc-2.5
      3296c872
    • Linus Torvalds's avatar
      Merge bk://linuxusb.bkbits.net/gregkh-2.6 · 3f69168f
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      3f69168f
    • Neil Brown's avatar
      [PATCH] Fix possible bio corruption with RAID5 · e1f936a9
      Neil Brown authored
       1/ make sure raid5 doesn't try to handle multiple overlaping
          requests at the same time as this would confuse things badly.
          Currently it justs BUGs if this is attempted.
       2/ Fix a possible data-loss-on-write problem.  If two or
          more bio's that write to the same page are processed at the
          same time, only the first was actually commited to storage.
       3/ Fix a use-after-free bug.  raid5 keeps the bio's it is given
          in linked lists when more than one bio touch a single page.
          In some cases the tail of this list can be freed, and
          the current test for 'are we at the end' isn't reliable.
          This patch strengths the test to make it reliable.
      e1f936a9
  3. 14 Dec, 2003 2 commits
  4. 13 Dec, 2003 4 commits
  5. 12 Dec, 2003 1 commit
  6. 11 Dec, 2003 2 commits
  7. 10 Dec, 2003 3 commits
  8. 09 Dec, 2003 8 commits
  9. 08 Dec, 2003 4 commits
  10. 07 Dec, 2003 5 commits
  11. 06 Dec, 2003 1 commit
  12. 05 Dec, 2003 6 commits