aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada1-3/+0
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada1-1/+1
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon1-2/+0
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada1-2/+2
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada1-4/+5
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds1-33/+24
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada1-31/+22
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada1-2/+2
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-03-05exfat: add inode operationsNamjae Jeon1-0/+671