Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754195AbYFHEb0 (ORCPT ); Sun, 8 Jun 2008 00:31:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750903AbYFHEbQ (ORCPT ); Sun, 8 Jun 2008 00:31:16 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:37962 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750783AbYFHEbP (ORCPT ); Sun, 8 Jun 2008 00:31:15 -0400 Date: Sat, 7 Jun 2008 21:27:54 -0700 From: Greg KH To: "Martin K. Petersen" Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH 5 of 7] block: Block/request layer data integrity support Message-ID: <20080608042754.GA21251@kroah.com> References: <5be7c534c9542dc4bab1.1212814538@sermon.lab.mkp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5be7c534c9542dc4bab1.1212814538@sermon.lab.mkp.net> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 32 On Sat, Jun 07, 2008 at 12:55:38AM -0400, Martin K. Petersen wrote: > +5.1 NORMAL FILESYSTEM > + > + The normal filesystem is unaware that the underlying block device > + is capable of sending/receiving integrity metadata. The IMD will > + be automatically generated by the block layer at submit_bio() time > + in case of a WRITE. A READ request will cause the I/O integrity > + to be verified upon completion. > + > + IMD generation and verification can be toggled using the > + > + /sys/class/block//integrity/write_generate > + > + and > + > + /sys/class/block//integrity/read_verify > + > + flags. > + All of the sysfs interfaces should be documented in Documentation/ABI/ not here, otherwise they will be tough to find and figure out how to use :) thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/