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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 4 Aug 2007 09:51:55 -0400
From:	Theodore Tso <tytso@....edu>
To:	Girish Shilamkar <girish@...sterfs.com>
Cc:	Ext4 Mailing List <linux-ext4@...r.kernel.org>,
	Andreas Dilger <adilger@...sterfs.com>
Subject: Re: [Patch 6/13]  Allow more than 32000 subdirectories

On Tue, Jul 24, 2007 at 04:34:56PM +0530, Girish Shilamkar wrote:
> This patch includes the changes required to e2fsck to understand the 
> nlink count changes made in the kernel. In pass2, while counting the 
> links for a directory, if the link count exceeds 65000, its permanently 
> set to EXT2_NLINK_MAXED (EXT2_LINK_MAX + 100). In pass4, when the 
> counted and actual nlink counts are compared, e2fsck does not flag 
> an error if counted links = EXT2_NLINK_MAXED and existing link count is 1. 

Has this actually been implemented in the kernel?  I don't think I've
seen a patch which implements the a large number file links.  The
65000 subdir patch does *not* define EXT2_NLINK_MAXED, nor does this
patch.   And this patch seems to use EXT2_LINK_MAX + 10, not +100.

	     	  	      	     		   - Ted
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ