summaryrefslogtreecommitdiff
path: root/fs/exfat/dir.c
AgeCommit message (Expand)Author
2026-06-15exfat: bound uniname advance in exfat_find_dir_entry()Bryam Vargas
2026-06-15exfat: preserve benign secondary entries during rename and moveRochan Avlur
2026-06-15exfat: add support for multi-cluster allocationNamjae Jeon
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon
2026-06-15exfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling
2026-03-05exfat: use readahead helper in exfat_get_dentryChi Zhiling
2026-03-04exfat: Fix bitwise operation having different sizePhilipp Hahn
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-12exfat: add setlease file operationJeff Layton
2025-12-03exfat: validate the cluster bitmap bits of directoryNamjae Jeon
2025-09-30exfat: Add support for FS_IOC_{GET,SET}FSLABELEthan Ferguson
2025-08-01exfat: add cluster chain loop check for dirYuezhang Mo
2024-12-31exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo
2024-11-25exfat: code cleanup for exfat_readdir()Yuezhang Mo
2024-07-15exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo
2024-04-25exfat: zero the reserved fields of file and stream extension dentriesYuezhang Mo
2024-03-19exfat: remove unused functionsYuezhang Mo
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo
2023-10-31exfat: support create zero-size directoryYuezhang Mo
2023-10-31exfat: add ioctls for accessing attributesJan Cincera
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-07-15exfat: release s_lock before calling dir_emit()Sungjong Seo
2023-07-13exfat: check if filename entries exceeds max filename lengthNamjae Jeon
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon
2023-02-27exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo
2023-02-27exfat: fix unexpected EOF while reading dirYuezhang Mo
2022-12-13exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo
2022-12-12exfat: replace magic numbers with MacrosYuezhang Mo
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo
2022-12-12exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo
2022-12-12exfat: hint the empty entry which at the end of cluster chainYuezhang Mo
2022-12-12exfat: simplify empty entry hintYuezhang Mo
2022-09-01exfat_iterate(): don't open-code file_inode(file)Al Viro
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo
2022-01-10exfat: make exfat_find_location() staticChristophe Vu-Brugier
2022-01-10exfat: fix typos in commentsChristophe Vu-Brugier
2021-07-04exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim