diff options
| author | Namjae Jeon <linkinjeon@kernel.org> | 2026-05-07 03:05:08 +0300 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-06-15 13:55:42 +0300 |
| commit | 286ae368871d2a93b68148c7684b8cff63c9ba80 (patch) | |
| tree | 13911073bfd05530391f55ab41d824a291e900fe /include/linux/platform_data | |
| parent | a095c12ef13156cc86de858c8d127f24895e2d6e (diff) | |
| download | linux-286ae368871d2a93b68148c7684b8cff63c9ba80.tar.xz | |
exfat: add support for multi-cluster allocation
Currently exfat_map_cluster() allocates and returns only one cluster
at a time even when more clusters are needed. This causes multiple
FAT walks and repeated allocation calls during large sequential writes
or when using iomap for writes. This change exfat_map_cluster() and
exfat_alloc_cluster() to be able to allocate multiple contiguous
clusters.
Acked-by: Christoph Hellwig <hch@lst.de>
Acked-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions
