[SCSI] st: expand ability to write immediate filemarks
authorLee Duncan <lduncan@suse.com>
Thu, 1 Mar 2012 20:41:01 +0000 (12:41 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 27 Mar 2012 07:26:34 +0000 (08:26 +0100)
commitc743e44fbb1f8668941e83de07662b1ecd33d083
treec0a5eacf103f566942b8e8e7c222b3fa588657a4
parent3194eef325c126d1f3bfa28317e2acd78292250d
[SCSI] st: expand ability to write immediate filemarks

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: Lee Duncan <lduncan@suse.com>
Acked-by: Kai Makisara <kai.makisara@kolumbus.fi>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Documentation/scsi/st.txt
drivers/scsi/st.c
drivers/scsi/st.h
include/linux/mtio.h