summaryrefslogtreecommitdiff
path: root/scripts/dummy-tools/python3
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-05-07 09:05:08 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-06-15 19:55:42 +0900
commit286ae368871d2a93b68148c7684b8cff63c9ba80 (patch)
tree13911073bfd05530391f55ab41d824a291e900fe /scripts/dummy-tools/python3
parenta095c12ef13156cc86de858c8d127f24895e2d6e (diff)
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 'scripts/dummy-tools/python3')
0 files changed, 0 insertions, 0 deletions