summaryrefslogtreecommitdiff
path: root/fs/exfat/cache.c
AgeCommit message (Expand)Author
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling
2026-02-12exfat: return the start of next cache in exfat_cache_lookupChi Zhiling
2026-02-12exfat: tweak cluster cache to support zero offsetChi Zhiling
2026-02-12exfat: reuse cache to improve exfat_get_clusterChi Zhiling
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling
2026-02-12exfat: remove the unreachable warning for cache miss casesChi Zhiling
2026-02-12exfat: remove the check for infinite cluster chain loopChi Zhiling
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-03-05exfat: add exfat cacheNamjae Jeon