summaryrefslogtreecommitdiff
path: root/fs/exfat/cache.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-12exfat: support multi-cluster for exfat_get_clusterChi Zhiling1-5/+51
2026-02-12exfat: return the start of next cache in exfat_cache_lookupChi Zhiling1-12/+37
2026-02-12exfat: tweak cluster cache to support zero offsetChi Zhiling1-2/+2
2026-02-12exfat: reuse cache to improve exfat_get_clusterChi Zhiling1-1/+3
2026-02-12exfat: reduce the number of parameters for exfat_get_cluster()Chi Zhiling1-18/+9
2026-02-12exfat: remove the unreachable warning for cache miss casesChi Zhiling1-12/+1
2026-02-12exfat: remove the check for infinite cluster chain loopChi Zhiling1-10/+0
2026-02-12exfat: support reuse buffer head for exfat_ent_getChi Zhiling1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon1-11/+0
2020-03-06exfat: add exfat cacheNamjae Jeon1-0/+325