summaryrefslogtreecommitdiffstats
path: root/fs/exfat/namei.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim2021-04-271-1/+8
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-6/+8
* exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada2020-10-221-5/+0
* exfat: replace memcpy with structure assignmentTetsuhiro Kohada2020-10-221-8/+7
* exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada2020-10-221-10/+1
* exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2020-10-221-73/+47
* exfat: fix misspellings using codespell toolNamjae Jeon2020-10-221-1/+1
* exfat: fix pointer error checkingTetsuhiro Kohada2020-10-071-7/+6
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-10/+10
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-6/+6
* exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon2020-06-291-1/+1
* exfat: add missing brelse() calls on error pathsDan Carpenter2020-06-291-2/+10
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-6/+8
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-2/+2
* exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár2020-06-091-8/+2
* exfat: Use a more common logging styleJoe Perches2020-06-091-16/+10
* exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár2020-06-091-7/+2
* exfat: fix possible memory leak in exfat_find()Wei Yongjun2020-05-181-0/+1
* exfat: truncate atimes to 2s granularityEric Sandeen2020-04-221-0/+7
* exfat: add inode operationsNamjae Jeon2020-03-051-0/+1448