aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat/balloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim1-2/+2
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim1-0/+80
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim1-10/+1
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim1-2/+2
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada1-2/+2
2020-06-09exfat: Use a more common logging styleJoe Perches1-5/+3
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada1-3/+0
2020-03-05exfat: add bitmap operationsNamjae Jeon1-0/+280