aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai1-1/+1
2022-08-01exfat: remove duplicate write inode for extending dir/fileYuezhang Mo1-4/+0
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo1-20/+4
2022-06-09exfat: use updated exfat_chain directly during renamingSungjong Seo1-1/+3
2022-05-23exfat: fix referencing wrong parent directory information after renamingYuezhang Mo1-26/+1
2022-04-01exfat: do not clear VolumeDirty in writebackYuezhang Mo1-5/+0
2022-04-01exfat: allow access to paths with trailing dotsVasant Karasulli1-14/+36
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo1-26/+16
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier1-3/+3
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim1-1/+8
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-6/+8
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada1-5/+0
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada1-8/+7
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada1-73/+47
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon1-1/+1
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada1-7/+6
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada1-10/+10
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada1-6/+6
2020-06-29exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon1-1/+1
2020-06-29exfat: add missing brelse() calls on error pathsDan Carpenter1-2/+10
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada1-6/+8
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada1-2/+2
2020-06-09exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár1-8/+2
2020-06-09exfat: Use a more common logging styleJoe Perches1-16/+10
2020-06-09exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár1-7/+2
2020-05-18exfat: fix possible memory leak in exfat_find()Wei Yongjun1-0/+1
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen1-0/+7
2020-03-05exfat: add inode operationsNamjae Jeon1-0/+1448