On Tue, Jan 24, 2017 at 07:34:13PM +0300, Artem Blagodarenko wrote: > The INCOMPAT_LARGEDIR feature allows larger directories to > be created, both with directory sizes over 2GB and and a > maximum htree depth of 3 instead of the current limit of 2. > These features are needed in order to exceed the currently > limit of approximately 10M entries in a single directory. > > debugfs, e2fsck, ext2fs, mke2fs and tune2fs support is > added. > > Signed-off-by: Alexey Lyashkov <alexey.lyashkov@xxxxxxxxxxx> > Signed-off-by: Artem Blagodarenko <artem.blagodarenko@xxxxxxxxxxx> Where are the kernel-side changes for this feature? And could you *please* use git send-email's --chain-reply-to option, or set the sendemail.chainReplyTo in your git config. (Or if you're not using git send-email, send the e-mail using that format). It makes it much easier to figure out which patch goes with which other patch in a patch series, especially when you start sending revised versions of the patches. - Ted