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