summaryrefslogtreecommitdiffstats
path: root/fs/exfat/file.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-2/+0
* exfat: use i_blocksize() to get blocksizeXianting Tian2020-10-221-1/+1
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-2/+2
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-1/+4
* exfat: fix wrong size update of stream entry by typoHyeongseok Kim2020-07-211-1/+1
* exfat: flush dirty metadata in fsyncSungjong Seo2020-06-291-1/+18
* 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-051-0/+360