summaryrefslogtreecommitdiffstats
path: root/fs/exfat/dir.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-1/+2
* exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-121-6/+9
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-8/+8
* exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon2020-07-211-1/+1
* exfat: flush dirty metadata in fsyncSungjong Seo2020-06-291-1/+1
* exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim2020-06-291-4/+6
* exfat: standardize checksum calculationTetsuhiro Kohada2020-06-091-6/+6
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-122/+75
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-4/+4
* exfat: Use a more common logging styleJoe Perches2020-06-091-5/+4
* exfat: add directory operationsNamjae Jeon2020-03-051-0/+1238