summaryrefslogtreecommitdiffstats
path: root/fs/exfat/misc.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-121-0/+19
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-2/+1
* exfat: standardize checksum calculationTetsuhiro Kohada2020-06-091-6/+4
* exfat: add boot region verificationTetsuhiro Kohada2020-06-091-0/+14
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-9/+9
* exfat: Use a more common logging styleJoe Perches2020-06-091-2/+2
* exfat: truncate atimes to 2s granularityEric Sandeen2020-04-221-1/+13
* exfat: add misc operationsNamjae Jeon2020-03-051-0/+163