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