summaryrefslogtreecommitdiffstats
path: root/fs/exfat/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon2020-06-091-4/+4
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-8/+7
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-1/+1
* exfat: use iter_file_splice_writeEric Sandeen2020-05-181-6/+7
* exfat: truncate atimes to 2s granularityEric Sandeen2020-04-221-0/+2
* exfat: add file operationsNamjae Jeon2020-03-061-0/+360