1. 09 10月, 2005 1 次提交
  2. 10 9月, 2005 1 次提交
    • J
      [PATCH] dm: fix rh_dec()/rh_inc() race in dm-raid1.c · 844e8d90
      Jun'ichi Nomura 提交于
      Fix another bug in dm-raid1.c that the dirty region may stay in or be moved
      to clean list and freed while in use.
      
      It happens as follows:
      
         CPU0                                   CPU1
         ------------------------------------------------------------------------------
         rh_dec()
           if (atomic_dec_and_test(pending))
              <the region is still marked dirty>
                                                rh_inc()
                                                  if the region is clean
                                                     mark the region dirty
                                                     and remove from clean list
              mark the region clean
              and move to clean list
                                                        atomic_inc(pending)
      
      At this stage, the region is in clean list and will be mistakenly reclaimed
      by rh_update_states() later.
      Signed-off-by: NJun'ichi Nomura <j-nomura@ce.jp.nec.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      844e8d90
  3. 05 8月, 2005 1 次提交
  4. 08 7月, 2005 1 次提交
  5. 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