1. 03 10月, 2006 2 次提交
  2. 27 6月, 2006 1 次提交
    • A
      [PATCH] dm: prevent removal if open · 5c6bd75d
      Alasdair G Kergon 提交于
      If you misuse the device-mapper interface (or there's a bug in your userspace
      tools) it's possible to end up with 'unlinked' mapped devices that cannot be
      removed until you reboot (along with uninterruptible processes).
      
      This patch prevents you from removing a device that is still open.
      
      It introduces dm_lock_for_deletion() which is called when a device is about to
      be removed to ensure that nothing has it open and nothing further can open it.
       It uses a private open_count for this which also lets us remove one of the
      problematic bdget_disk() calls elsewhere.
      Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      5c6bd75d
  3. 28 3月, 2006 1 次提交
  4. 07 1月, 2006 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