1. 27 3月, 2012 1 次提交
    • L
      [SCSI] st: expand ability to write immediate filemarks · c743e44f
      Lee Duncan 提交于
      The st tape driver recently added the MTWEOFI ioctl, which writes
      a tape filemark (EOF), like the MTWEOF ioctl, except that MTWEOFI
      returns immediately. This makes certain applications, like backup
      software, run much more quickly on buffered tape drives.
      
      Since legacy applications do not know about this new MTWEOFI ioctl,
      this patch adds a new ioctl option that tells the st driver to return
      immediately when writing an EOF (i.e. a filemark). This new flag
      is much like the existing flag that tells the st driver to perform
      writes (and certain other IOs) immediately, but this new flag only
      applies to writing EOFs.
      
      This new feature is controlled via the MTSETDRVBUFFER ioctl, using
      the newly-defined MT_ST_NOWAIT_EOF flag.
      
      Use of this new feature is displayed via the sysfs tape "options"
      attribute.
      
      The st documentation was updated to mention this new flag, as well
      as the problems that can occur from using it.
      Signed-off-by: NLee Duncan <lduncan@suse.com>
      Acked-by: NKai Makisara <kai.makisara@kolumbus.fi>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      c743e44f
  2. 09 10月, 2010 1 次提交
  3. 08 4月, 2008 1 次提交
  4. 23 1月, 2007 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