summaryrefslogtreecommitdiff
path: root/fs/exfat/balloc.c
AgeCommit message (Expand)Author
2024-01-08exfat: using ffs instead of internal logicJohn Sanpe
2024-01-08exfat: using hweight instead of internal logicJohn Sanpe
2023-07-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming
2022-05-23exfat: check if cluster num is validTadeusz Struk
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada
2020-03-05exfat: add bitmap operationsNamjae Jeon