summaryrefslogtreecommitdiffstats
path: root/fs/exfat/misc.c
AgeCommit message (Expand)AuthorLines
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada-0/+19
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada-2/+1
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada-6/+4
2020-06-09exfat: add boot region verificationTetsuhiro Kohada-0/+14
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada-9/+9
2020-06-09exfat: Use a more common logging styleJoe Perches-2/+2
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen-1/+13
2020-03-05exfat: add misc operationsNamjae Jeon-0/+163