summaryrefslogtreecommitdiffstats
path: root/fs/exfat/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: using ffs instead of internal logicJohn Sanpe2024-01-081-26/+15
* exfat: using hweight instead of internal logicJohn Sanpe2024-01-081-27/+21
* exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming2023-07-111-3/+3
* exfat: check if cluster num is validTadeusz Struk2022-05-231-2/+6
* 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