aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat/balloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08exfat: using ffs instead of internal logicJohn Sanpe1-26/+15
2024-01-08exfat: using hweight instead of internal logicJohn Sanpe1-27/+21
2023-07-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming1-3/+3
2022-05-23exfat: check if cluster num is validTadeusz Struk1-2/+6
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo1-1/+1
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