From: Andreas Dilger <adilger@dilger.ca> To: Eric Biggers <ebiggers@kernel.org> Cc: linux-fscrypt@vger.kernel.org, Linux FS-devel Mailing List <linux-fsdevel@vger.kernel.org>, Ext4 Developers List <linux-ext4@vger.kernel.org>, linux-f2fs-devel@lists.sourceforge.net, linux-api@vger.kernel.org, David Howells <dhowells@redhat.com>, Theodore Ts'o <tytso@mit.edu>, Jaegeuk Kim <jaegeuk@kernel.org>, Victor Hsieh <victorhsieh@google.com> Subject: Re: [PATCH 2/4] ext4: support STATX_ATTR_VERITY Date: Wed, 30 Oct 2019 12:27:19 -0600 Message-ID: <DC633400-06B3-4235-9AC6-0B9C5B373F86@dilger.ca> (raw) In-Reply-To: <20191029204141.145309-3-ebiggers@kernel.org> [-- Attachment #1: Type: text/plain, Size: 1236 bytes --] > On Oct 29, 2019, at 2:41 PM, Eric Biggers <ebiggers@kernel.org> wrote: > > From: Eric Biggers <ebiggers@google.com> > > Set the STATX_ATTR_VERITY bit when the statx() system call is used on a > verity file on ext4. > > Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Andreas Dilger <adilger@dilger.ca> > --- > fs/ext4/inode.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c > index 516faa280ceda8..a7ca6517798008 100644 > --- a/fs/ext4/inode.c > +++ b/fs/ext4/inode.c > @@ -5717,12 +5717,15 @@ int ext4_getattr(const struct path *path, struct kstat *stat, > stat->attributes |= STATX_ATTR_IMMUTABLE; > if (flags & EXT4_NODUMP_FL) > stat->attributes |= STATX_ATTR_NODUMP; > + if (flags & EXT4_VERITY_FL) > + stat->attributes |= STATX_ATTR_VERITY; > > stat->attributes_mask |= (STATX_ATTR_APPEND | > STATX_ATTR_COMPRESSED | > STATX_ATTR_ENCRYPTED | > STATX_ATTR_IMMUTABLE | > - STATX_ATTR_NODUMP); > + STATX_ATTR_NODUMP | > + STATX_ATTR_VERITY); > > generic_fillattr(inode, stat); > return 0; > -- > 2.24.0.rc1.363.gb1bccd3e3d-goog > Cheers, Andreas [-- Attachment #2: Message signed with OpenPGP --] [-- Type: application/pgp-signature, Size: 873 bytes --]
next prev parent reply index Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-10-29 20:41 [PATCH 0/4] statx: expose the fs-verity bit Eric Biggers 2019-10-29 20:41 ` [PATCH 1/4] statx: define STATX_ATTR_VERITY Eric Biggers 2019-10-30 18:26 ` Andreas Dilger 2019-11-07 1:44 ` Darrick J. Wong 2019-11-07 2:05 ` Andreas Dilger 2019-11-07 22:02 ` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY Eric Biggers 2019-11-08 0:47 ` Darrick J. Wong 2019-11-08 8:23 ` walter harms 2019-11-08 19:35 ` Eric Biggers 2019-11-09 19:34 ` walter harms 2019-11-13 20:31 ` Eric Biggers 2019-11-07 22:12 ` [PATCH 1/4] statx: define STATX_ATTR_VERITY Eric Biggers 2019-10-29 20:41 ` [PATCH 2/4] ext4: support STATX_ATTR_VERITY Eric Biggers 2019-10-30 18:27 ` Andreas Dilger [this message] 2019-10-29 20:41 ` [PATCH 3/4] f2fs: " Eric Biggers 2019-10-29 20:41 ` [PATCH 4/4] docs: fs-verity: mention statx() support Eric Biggers 2019-11-06 21:57 ` [PATCH 0/4] statx: expose the fs-verity bit Eric Biggers 2019-11-13 20:20 ` Eric Biggers
Reply instructions: You may reply publically to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=DC633400-06B3-4235-9AC6-0B9C5B373F86@dilger.ca \ --to=adilger@dilger.ca \ --cc=dhowells@redhat.com \ --cc=ebiggers@kernel.org \ --cc=jaegeuk@kernel.org \ --cc=linux-api@vger.kernel.org \ --cc=linux-ext4@vger.kernel.org \ --cc=linux-f2fs-devel@lists.sourceforge.net \ --cc=linux-fscrypt@vger.kernel.org \ --cc=linux-fsdevel@vger.kernel.org \ --cc=tytso@mit.edu \ --cc=victorhsieh@google.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Linux-ext4 Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-ext4/0 linux-ext4/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-ext4 linux-ext4/ https://lore.kernel.org/linux-ext4 \ linux-ext4@vger.kernel.org public-inbox-index linux-ext4 Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-ext4 AGPL code for this site: git clone https://public-inbox.org/public-inbox.git