X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Documentation%2FABI%2Ftesting%2Fsysfs-block;fp=Documentation%2FABI%2Ftesting%2Fsysfs-block;h=44f52a4f5903359eda2f2ffafff2d3341e437e62;hb=c1c72b59941e2f5aad4b02609d7ee7b121734b8d;hp=4bd9ea539129036264b80dd926f156167bd51d6e;hpb=7ba1ba12eeef0aa7113beb16410ef8b7c748e18b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Documentation/ABI/testing/sysfs-block b/Documentation/ABI/testing/sysfs-block index 4bd9ea5..44f52a4 100644 --- a/Documentation/ABI/testing/sysfs-block +++ b/Documentation/ABI/testing/sysfs-block @@ -26,3 +26,37 @@ Description: I/O statistics of partition . The format is the same as the above-written /sys/block//stat format. + + +What: /sys/block//integrity/format +Date: June 2008 +Contact: Martin K. Petersen +Description: + Metadata format for integrity capable block device. + E.g. T10-DIF-TYPE1-CRC. + + +What: /sys/block//integrity/read_verify +Date: June 2008 +Contact: Martin K. Petersen +Description: + Indicates whether the block layer should verify the + integrity of read requests serviced by devices that + support sending integrity metadata. + + +What: /sys/block//integrity/tag_size +Date: June 2008 +Contact: Martin K. Petersen +Description: + Number of bytes of integrity tag space available per + 512 bytes of data. + + +What: /sys/block//integrity/write_generate +Date: June 2008 +Contact: Martin K. Petersen +Description: + Indicates whether the block layer should automatically + generate checksums for write requests bound for + devices that support receiving integrity metadata.