aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada1-1/+2
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada1-6/+9
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada1-8/+8
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon1-1/+1
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo1-1/+1
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim1-4/+6
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada1-6/+6
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada1-122/+75
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada1-4/+4
2020-06-09exfat: Use a more common logging styleJoe Perches1-5/+4
2020-03-05exfat: add directory operationsNamjae Jeon1-0/+1238