summaryrefslogtreecommitdiffstats
path: root/fs/exfat/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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