linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error.
@ 2025-10-25 18:40 craftfever
  2025-10-28  2:08 ` Namjae Jeon
  0 siblings, 1 reply; 3+ messages in thread
From: craftfever @ 2025-10-25 18:40 UTC (permalink / raw)
  To: Linkinjeon
  Cc: Linux Fsdevel, Linux Kernel, Iamjoonsoo Kim, Cheol Lee, Jay Sim,
	Gunho Lee



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error.
  2025-10-25 18:40 [FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error craftfever
@ 2025-10-28  2:08 ` Namjae Jeon
  2025-11-20  6:20   ` Namjae Jeon
  0 siblings, 1 reply; 3+ messages in thread
From: Namjae Jeon @ 2025-10-28  2:08 UTC (permalink / raw)
  To: craftfever
  Cc: Linux Fsdevel, Linux Kernel, Iamjoonsoo Kim, Cheol Lee, Jay Sim,
	Gunho Lee

On Sun, Oct 26, 2025 at 3:40 AM <craftfever@tutamail.com> wrote:
>
>
>
> 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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error.
  2025-10-28  2:08 ` Namjae Jeon
@ 2025-11-20  6:20   ` Namjae Jeon
  0 siblings, 0 replies; 3+ messages in thread
From: Namjae Jeon @ 2025-11-20  6:20 UTC (permalink / raw)
  To: craftfever
  Cc: Linux Fsdevel, Linux Kernel, Iamjoonsoo Kim, Cheol Lee, Jay Sim,
	Gunho Lee

On Tue, Oct 28, 2025 at 11:08 AM Namjae Jeon <linkinjeon@kernel.org> wrote:
>
> On Sun, Oct 26, 2025 at 3:40 AM <craftfever@tutamail.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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-20  6:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-25 18:40 [FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error craftfever
2025-10-28  2:08 ` Namjae Jeon
2025-11-20  6:20   ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).