summaryrefslogtreecommitdiff
path: root/fs/exfat/dir.c
AgeCommit message (Expand)Author
2021-07-04exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-03-05exfat: add directory operationsNamjae Jeon