From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relayfre-01.paragon-software.com (relayfre-01.paragon-software.com [176.12.100.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C71CC2C9F for ; Tue, 26 Oct 2021 16:40:19 +0000 (UTC) Received: from dlg2.mail.paragon-software.com (vdlg-exch-02.paragon-software.com [172.30.1.105]) by relayfre-01.paragon-software.com (Postfix) with ESMTPS id E38F21D0D; Tue, 26 Oct 2021 19:40:16 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragon-software.com; s=mail; t=1635266416; bh=sHnbaQw4Aja8R3gW9j+PJGpzrn5GboghqoJ4gVn1PSs=; h=Date:To:CC:From:Subject; b=bj2KAkQgteXcMJAyEdM5mizZAFFjjo307T21h7y/NH3mNvbJDN09nf3Mu3CZAapvF Em5LKLw+OHHsdaFFs7kXK4mwCa2Hrmwd6S9T1FiAzq3rIk+oC87jKyU9t4sQjrN9Oq TiOtbk4WiFR0t5VHkdWWeNNc5N7JE2Sm9YYRQ8UM= Received: from [192.168.211.149] (192.168.211.149) by vdlg-exch-02.paragon-software.com (172.30.1.105) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Tue, 26 Oct 2021 19:40:16 +0300 Message-ID: Date: Tue, 26 Oct 2021 19:40:15 +0300 Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Content-Language: en-US To: CC: , , From: Konstantin Komarov Subject: [PATCH v2 0/4] fs/ntfs3: Various fixes for xattr and files Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.211.149] X-ClientProxiedBy: vobn-exch-01.paragon-software.com (172.30.72.13) To vdlg-exch-02.paragon-software.com (172.30.1.105) Various problems were detected by xfstests. This series aims to fix them. v2: - swap patch 3 and 4; - fixed commit message for patch 1; - fixed compile error in patch 2. Konstantin Komarov (4): fs/ntfs3: Keep preallocated only if option prealloc enabled fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions fs/ntfs3: Update i_ctime when xattr is added fs/ntfs3: Optimize locking in ntfs_save_wsl_perm fs/ntfs3/file.c | 2 +- fs/ntfs3/xattr.c | 123 ++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 113 insertions(+), 12 deletions(-) -- 2.33.0