[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKYAXd-jmAnSGfM1LxfPD+s9=WcSDQmoXHSGmc6v1Sj-FF+W9A@mail.gmail.com>
Date: Thu, 20 Nov 2025 15:20:45 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: craftfever@...amail.com
Cc: Linux Fsdevel <linux-fsdevel@...r.kernel.org>,
Linux Kernel <linux-kernel@...r.kernel.org>, Iamjoonsoo Kim <iamjoonsoo.kim@....com>,
Cheol Lee <cheol.lee@....com>, Jay Sim <jay.sim@....com>, Gunho Lee <gunho.lee@....com>
Subject: Re: [FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error.
On Tue, Oct 28, 2025 at 11:08 AM Namjae Jeon <linkinjeon@...nel.org> wrote:
>
> On Sun, Oct 26, 2025 at 3:40 AM <craftfever@...amail.com> wrote:
> >
> >
> >
Hi,
> > Hi, I' decided to test your new driver, as I found ntfs3 driver buggy and causing system crush under huge amount of files writing ti disk ("I'm reported this bug already on lore.kernel maillists). The thing is ntfsplus demonstrated buggy behavior in somewhat similar situation, but without system crushing or partition corruption. When I try, for example, download many small files through download manager, download can interrupt, and cosole version writes about memory allocation error. Similar error was in ntfs3 driver, but in this case with ntfsplus there is no program/system crash, just soft-erroring and interrupting, but files cannot be wrote in this case. In dmesg this errors follow up with this messages:
> >
> > [16952.870880] ntfsplus: (device sdc1): ntfs_mft_record_alloc(): Failed to extend mft data allocation.
> > [16954.299230] ntfsplus: (device sdc1): ntfs_mft_data_extend_allocation_nolock(): Not enough space in this mft record to accommodate extended mft data attribute extent. Cannot handle this yet.
> >
> > I know. that driver in development now, so I'm reporting this bug in time when development is still in process. Thank you
> I will take a look and fix the next version.
> Thanks for your report!
Could you check if your problem has been improved in the branch below?
git clone --branch=ntfs-next
https://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs.git
Thanks!
Powered by blists - more mailing lists