summaryrefslogtreecommitdiff
path: root/fs/exfat/namei.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo2022-12-121-8/+1
* exfat: replace magic numbers with MacrosYuezhang Mo2022-12-121-2/+2
* exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo2022-12-121-1/+1
* exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo2022-12-121-6/+5
* exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2022-12-121-12/+21
* exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai2022-08-011-1/+1
* exfat: remove duplicate write inode for extending dir/fileYuezhang Mo2022-08-011-4/+0
* exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo2022-08-011-20/+4
* exfat: use updated exfat_chain directly during renamingSungjong Seo2022-06-091-1/+3
* exfat: fix referencing wrong parent directory information after renamingYuezhang Mo2022-05-231-26/+1
* exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-011-5/+0
* exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-011-14/+36
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-26/+16
* exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier2022-01-101-3/+3
* 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