summaryrefslogtreecommitdiffstats
path: root/fs/exfat/dir.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-22/+14
* exfat: make exfat_find_location() staticChristophe Vu-Brugier2022-01-101-2/+2
* exfat: fix typos in commentsChristophe Vu-Brugier2022-01-101-1/+1
* exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon2021-07-041-3/+5
* exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim2021-04-271-6/+13
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-1/+1
* exfat: add support ioctl and FITRIM functionHyeongseok Kim2021-04-271-0/+5
* exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-12/+9
* exfat: replace memcpy with structure assignmentTetsuhiro Kohada2020-10-221-5/+2
* exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2020-10-221-1/+0
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-1/+2
* exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-121-6/+9
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-8/+8
* exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon2020-07-211-1/+1
* exfat: flush dirty metadata in fsyncSungjong Seo2020-06-291-1/+1
* exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim2020-06-291-4/+6
* exfat: standardize checksum calculationTetsuhiro Kohada2020-06-091-6/+6
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-122/+75
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-4/+4
* exfat: Use a more common logging styleJoe Perches2020-06-091-5/+4
* exfat: add directory operationsNamjae Jeon2020-03-051-0/+1238