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
| ||
|
Message-ID: <trinity-232bc979-0b76-4776-a65c-b6697428d0a4-1423846162245@3capp-webde-bs16> Date: Fri, 13 Feb 2015 17:49:22 +0100 From: suntrop@....de To: "Andreas Dilger" <adilger@...ger.ca> Cc: "Eric Sandeen" <sandeen@...hat.com>, "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org> Subject: Re: Re: File limit inside a single directory Thanks guys. I was afraid of having a couple 100K (at most). The server support team told me not to have more than 10 to 20K. There seems to be a misconception (for me and people from the CMS) about the 32K subdirectory limit, but this ins't for files/folders within a single directory but rather nested directories like /1/2/3.../32000 Again, many thanks! Gesendet: Freitag, 13. Februar 2015 um 01:55 Uhr Von: "Andreas Dilger" <adilger@...ger.ca> An: "Eric Sandeen" <sandeen@...hat.com> Cc: "suntrop@....de" <suntrop@....de>, "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org> Betreff: Re: File limit inside a single directory We started to have problems in our testing around 15M entries in one directory (depends on hashing, add/remove cycles), but 10-12M entries is probably safe unless the filenames are long (e.g. above 32 chars). Cheers, Andreas > On Feb 12, 2015, at 12:35, Eric Sandeen <sandeen@...hat.com> wrote: > >> On 2/12/15 1:16 PM, suntrop@....de wrote: >> Hello, i’m using a CMS which puts many files inside a single >> directory. I’m wondering what the maximum number of files is which >> can reside inside said directory. Is there a number which should not >> be exceeded on account of performance reasons e.g. Is there a >> difference between ext3 and ext4? >> >> Thanks! > > for htree directories, you will be limited by the max size of the tree, which currently is of limited depth. That limit then depends on block size and filename lengths. > > for 4k blocks, and 40 char names, you max out at around 20 million directory entries, if my old spreadsheet is still correct. > > That limit is the same for ext3 and ext4. > > performance-wise, to be honest, I'm not sure. how many inodes are you talking about? > > -Eric > > -- > 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 -- 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