Re: [PATCH v1 0/9] ntfs: assorted error path fixes
From: Namjae Jeon
Date: Wed Aug 26 2026 - 07:21:35 EST
On Fri, Aug 21, 2026 at 2:32 PM Baolin Liu <liubaolin12138@xxxxxxx> wrote:
>
> From: Baolin Liu <liubaolin@xxxxxxxxxx>
>
> This series fixes a number of problems on error paths in the ntfs
> driver: errors that are swallowed or collapsed so operations report
> success or a wrong errno (patches 1-6), a kmap_local leak (patch 7),
> and free cluster miscounting on failed frees (patches 8-9).
>
> Baolin Liu (9):
> ntfs: return DT_UNKNOWN on inode lookup failure in readdir
> ntfs: fail EA update when reading $EA_INFORMATION fails
> ntfs: propagate reparse index insertion failure
> ntfs: return -ERANGE for undersized xattr buffer
> ntfs: preserve error code in ntfs_resident_attr_record_add()
> ntfs: return real error from ntfs_non_resident_attr_record_add()
> ntfs: fix kmap_local leak in write_mft_record_nolock() error paths
> ntfs: only count successfully cleared runs when freeing clusters
> ntfs: skip free cluster decrement when rollback fails
Applied them except 0002 patch to #ntfs-next.
Could you please recreate 0002 patch based on the #ntfs-next branch?
Thanks.