lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 18 Nov 2008 02:06:11 +0530
From:	Kalpak Shah <Kalpak.Shah@....COM>
To:	linux-ext4 <linux-ext4@...r.kernel.org>
Cc:	TheodoreTso <tytso@....edu>, Mingming Cao <cmm@...ibm.com>,
	Andreas Dilger <adilger@....COM>
Subject: [PATCH 0/2] Large EAs for ext4

Hi,

These are the updated patches for adding large EA support to ext4.
Changes suggested by Mingming and Andreas for earlier patches have been
incorporated in this version.

Large EAs with values greater than half the filesystem blocksize are
stored in an external inode.

Patch 1/2 - EA inodes are not connected to any directory and hence
ext4_new_inode() cannot make a decision about where to allocate the EA
inode. So we add a new goal argument to ext4_new_inode() so that the EA
inode can be allocated close to the parent inode.

Patch 2/2 - Adds actual support for large EAs.

Thanks,
Kalpak

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists