summaryrefslogtreecommitdiff
path: root/fs/exfat/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier1-2/+2
2022-03-08exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier1-5/+4
2021-11-18exfat: fix incorrect loading of i_blocks for large filesSungjong Seo1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim1-1/+2
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/gi...Linus 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-06exfat: add inode operationsNamjae Jeon1-0/+671