summaryrefslogtreecommitdiffstats
path: root/fs/exfat/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-1/+1
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-2/+2
* exfat: add support ioctl and FITRIM functionHyeongseok Kim2021-04-271-0/+80
* exfat: fix erroneous discard when clear cluster bitHyeongseok Kim2021-04-271-10/+1
* exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim2021-02-221-2/+2
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-2/+2
* exfat: Use a more common logging styleJoe Perches2020-06-091-5/+3
* exfat: Unify access to the boot sectorTetsuhiro Kohada2020-04-221-3/+0
* exfat: add bitmap operationsNamjae Jeon2020-03-051-0/+280