aboutsummaryrefslogtreecommitdiff
path: root/fs/exfat/balloc.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23exfat: check if cluster num is validGravatar Tadeusz Struk 1-2/+6
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Gravatar Yuezhang.Mo 1-1/+1
2021-04-27exfat: improve write performance when dirsync enabledGravatar Hyeongseok Kim 1-2/+2
2021-04-27exfat: add support ioctl and FITRIM functionGravatar Hyeongseok Kim 1-0/+80
2021-04-27exfat: fix erroneous discard when clear cluster bitGravatar Hyeongseok Kim 1-10/+1
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionGravatar Hyeongseok Kim 1-2/+2
2020-08-12exfat: remove EXFAT_SB_DIRTY flagGravatar Tetsuhiro Kohada 1-2/+2
2020-06-09exfat: Use a more common logging styleGravatar Joe Perches 1-5/+3
2020-04-22exfat: Unify access to the boot sectorGravatar Tetsuhiro Kohada 1-3/+0
2020-03-05exfat: add bitmap operationsGravatar Namjae Jeon 1-0/+280