summaryrefslogtreecommitdiffstats
path: root/fs/exfat/dir.c
AgeCommit message (Expand)AuthorLines
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo-22/+14
2022-01-10exfat: make exfat_find_location() staticChristophe Vu-Brugier-2/+2
2022-01-10exfat: fix typos in commentsChristophe Vu-Brugier-1/+1
2021-07-04exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon-3/+5
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim-6/+13
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim-1/+1
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim-0/+5
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada-12/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada-5/+2
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada-1/+0
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada-1/+2
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada-6/+9
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada-8/+8
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon-1/+1
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo-1/+1
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim-4/+6
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada-6/+6
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada-122/+75
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada-4/+4
2020-06-09exfat: Use a more common logging styleJoe Perches-5/+4
2020-03-05exfat: add directory operationsNamjae Jeon-0/+1238