summaryrefslogtreecommitdiffstats
path: root/fs/exfat/misc.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: convert to new timestamp accessorsJeff Layton2023-10-181-0/+8
* exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai2022-08-011-17/+0
* exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng2022-05-231-2/+8
* exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo2022-01-101-1/+2
* 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