summaryrefslogtreecommitdiff
path: root/fs/exfat/misc.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng1-2/+8
2022-01-10exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo1-1/+2
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-06exfat: add misc operationsNamjae Jeon1-0/+163