original_kernel/fs/exfat
Yuezhang Mo f55c096f62 exfat: do not zero the extended part
Since the read operation beyond the ValidDataLength returns zero,
if we just extend the size of the file, we don't need to zero the
extended part, but only change the DataLength without changing
the ValidDataLength.

Signed-off-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Reviewed-by: Andy Wu <Andy.Wu@sony.com>
Reviewed-by: Aoyama Wataru <wataru.aoyama@sony.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
2024-01-08 21:57:22 +09:00
..
Kconfig
Makefile
balloc.c exfat: using ffs instead of internal logic 2024-01-08 21:57:21 +09:00
cache.c
dir.c exfat: support create zero-size directory 2023-10-31 10:01:45 +09:00
exfat_fs.h exfat: change to get file size from DataLength 2024-01-08 21:57:22 +09:00
exfat_raw.h exfat: add ioctls for accessing attributes 2023-10-31 10:00:51 +09:00
fatent.c
file.c exfat: do not zero the extended part 2024-01-08 21:57:22 +09:00
inode.c exfat: do not zero the extended part 2024-01-08 21:57:22 +09:00
misc.c
namei.c exfat: change to get file size from DataLength 2024-01-08 21:57:22 +09:00
nls.c
super.c exfat: support create zero-size directory 2023-10-31 10:01:45 +09:00