27 Jun, 2006

3 commits

  • Tidy device-mapper error messages to include context information
    automatically.

    Signed-off-by: Alasdair G Kergon
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alasdair G Kergon
     
  • Add a library function dm_create_error_table() to create a table that rejects
    any I/O sent to a device with EIO.

    Signed-off-by: Alasdair G Kergon
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Teigland
     
  • Move definitions of core device-mapper functions for manipulating mapped
    devices and their tables to advertising their
    availability for use elsewhere in the kernel.

    Protect the contents of device-mapper.h with ifdef __KERNEL__. And throw
    in a few formatting clean-ups and extra comments.

    Signed-off-by: Alasdair G Kergon
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alasdair G Kergon
     

28 Mar, 2006

1 commit


02 Feb, 2006

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds