summaryrefslogtreecommitdiff
path: root/fs/exfat/namei.c
AgeCommit message (Expand)AuthorFilesLines
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-06exfat: add inode operationsNamjae Jeon1-0/+1448