summaryrefslogtreecommitdiffstats
path: root/fs/exfat/inode.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-1/+2
* exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-3/+0
* exfat: replace memcpy with structure assignmentTetsuhiro Kohada2020-10-221-1/+1
* exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-071-2/+0
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-2/+2
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-4/+5
* Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-091-33/+24
|\
| * exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-31/+22
| * exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-2/+2
* | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
|/
* exfat: add inode operationsNamjae Jeon2020-03-051-0/+671