Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp686268ybl; Wed, 29 Jan 2020 07:56:54 -0800 (PST) X-Google-Smtp-Source: APXvYqy0nrzvr5OFcvDCSNhtpBuD5eml4IEO9VFyKLBtlfF5xNmLQUrKiWRUaxG7X+XFxD9vXxiF X-Received: by 2002:a05:6808:48e:: with SMTP id z14mr1963562oid.26.1580313413911; Wed, 29 Jan 2020 07:56:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580313413; cv=none; d=google.com; s=arc-20160816; b=N1NhZKt9QSTlG5Hv32MQ3QU6XNnwqxrp7t5CjVnWl/2GNt7j/68LTrI9DFNHqXTQRc x0DW/ZhAU84cu+4X4p0oaQGNpRcHodIXrCI9w73iZyxn4l3jqlPI4ddc5Qu/U9DBkqok pQtabnlNwFd1SpBjUKX8yno7IieBNE/gt9ppzGRxldnYCJ7bYL2v5DlZwZf9bgHLNq9g ufgbGsqCp2LeynytuUlYtYe6l2M6cZFrw+X1n7BNCQI0+y9EJYwlu4KS8/OoKLSRpRxo eHT+np7t3Isbb1nz0YSVmXgblm7Pbr1nNBPC6WFvXGUHxa/5RDjey/e4h4PgZuvYEPjE eO/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:to:from:date; bh=a4rC8OSXvteAa1BxRvIsunvpyYxxmFlNTeom2o9Lb5w=; b=Zlnw2luBvZeF9uwBzg3xAtU902850dduKgrxatIvLYTR56Lo0ufEnwO+AZeEtBGrwd AyUi10ammvpISAU3GFb5yLzPD3d/ACXmij6/BdOS/c5aMMgBuEc11Gl4h20nD29dKG2E 77mjCRchJjnDq0Z6kaE5zbdsMXW9pDftbnfsMM6Kwzb3Zr3d2KT85Ze7JHopCYQ5Duhk YqIi6/yrAtMq5Clv9yI4YPDSAJjYj3JlxfXYvyOjunWJM1B5/aKWc+7zm+mvudGwom91 /wPGwVK0ezqB8k8RC1p6HPDnIxkYbjasygd2DcDptJe1gEyJOdwoxWtE4YhlohUbkGB3 hWTQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b8si1307796otf.32.2020.01.29.07.56.37; Wed, 29 Jan 2020 07:56:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726707AbgA2Pzh (ORCPT + 99 others); Wed, 29 Jan 2020 10:55:37 -0500 Received: from MAIL.13thfloor.at ([213.145.232.33]:48395 "EHLO MAIL.13thfloor.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726551AbgA2Pzh (ORCPT ); Wed, 29 Jan 2020 10:55:37 -0500 X-Greylist: delayed 1383 seconds by postgrey-1.27 at vger.kernel.org; Wed, 29 Jan 2020 10:55:36 EST Received: by mail.13thfloor.at (Postfix, from userid 1001) id 86DEB16311; Wed, 29 Jan 2020 16:32:29 +0100 (CET) Date: Wed, 29 Jan 2020 16:32:29 +0100 From: Herbert Poetzl To: linux-ext4@vger.kernel.org Subject: comm setfattr: corrupted xattr entries on 'clean' filesystem Message-ID: <20200129153229.GB29184@MAIL.13thfloor.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Not sure this is the best place for this, but it was suggest on #linuxfs to report the problem here ... I have an (older) ext3 filesystem where 'some' files are unable to accept any extended attributes (xattrs). # setfattr -n user.x -v y some-file ... results in ... setfattr: some-file: Structure needs cleaning ... and the kernel reports ... kernel: EXT4-fs error (device md2): ext4_xattr_set_entry:1607: inode #2084096: comm setfattr: corrupted xattr entries ... kernel is not the latest (4.19.84), but e2fsck is ... e2fsck 1.45.5 (07-Jan-2020) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/md2: 6594874/9538640 files (2.7% non-contiguous), 3887814750/3907018432 blocks Any suggestions how to 'clean my structures' would be appreciated! Thanks in advance, Herbert