summaryrefslogtreecommitdiff
path: root/fs/exfat/namei.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15exfat: preserve benign secondary entries during rename and moveRochan Avlur1-20/+69
2026-06-15exfat: add support for multi-cluster allocationNamjae Jeon1-1/+1
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon1-12/+14
2026-06-15exfat: simplify exfat_lookup()Al Viro1-43/+13
2026-05-11exfat: Implement fileattr_get for case sensitivityChuck Lever1-0/+1
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling1-21/+7
2026-03-26exfat: fix passing zero to ERR_PTR() in exfat_mkdir()Yang Wen1-3/+4
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling1-1/+2
2026-02-12exfat: improve error code handling in exfat_find_empty_entry()Haotian Zhang1-2/+2
2025-12-03exfat: fix refcount leak in exfat_findShuhao Fu1-10/+10
2025-10-15exfat: fix out-of-bounds in exfat_nls_to_ucs2()Jeongjun Park1-1/+1
2025-10-15exfat: fix improper check of dentry.stream.valid_sizeJaehun Gou1-1/+5
2025-10-04Merge tag 'exfat-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-30exfat: Add support for FS_IOC_{GET,SET}FSLABELEthan Ferguson1-1/+1
2025-09-16exfat_find(): constify qstr argumentAl Viro1-1/+1
2025-08-01exfat: add cluster chain loop check for dirYuezhang Mo1-0/+5
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2025-03-05exfat: add a check for invalid data sizeYuezhang Mo1-0/+5
2025-03-05exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+3
2025-01-28exfat_d_revalidate(): use stable parent inode passed by callerAl Viro1-7/+1
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2024-12-17exfat: fix exfat_find_empty_entry() not returning error on failureYuezhang Mo1-2/+2
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo1-7/+25
2024-11-25exfat: remove argument 'p_dir' from exfat_add_entry()Yuezhang Mo1-10/+4
2024-11-25exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo1-34/+26
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo1-35/+18
2024-11-25exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo1-12/+12
2024-11-25exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo1-16/+4
2024-11-25exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1
2024-11-25exfat: fix out-of-bounds access of directory entriesYuezhang Mo1-4/+16
2024-09-18exfat: Implement sops->shutdown and ioctlDongliang Cui1-0/+15
2024-09-17exfat: do not fallback to buffered writeYuezhang Mo1-1/+0
2024-09-17exfat: drop ->i_size_ondiskYuezhang Mo1-1/+0
2024-03-19exfat: remove duplicate update parent dirYuezhang Mo1-1/+2
2024-03-19exfat: do not sync parent dir if just update timestampYuezhang Mo1-11/+8
2024-03-19exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo1-84/+42
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo1-49/+24
2024-03-19exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo1-2/+3
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo1-102/+82
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo1-2/+10
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo1-0/+6
2023-10-31exfat: support create zero-size directoryYuezhang Mo1-2/+5
2023-10-31exfat: support handle zero-size directoryYuezhang Mo1-7/+22
2023-10-31exfat: add ioctls for accessing attributesJan Cincera1-8/+8
2023-10-18exfat: convert to new timestamp accessorsJeff Layton1-15/+16
2023-07-13exfat: convert to ctime accessor functionsJeff Layton1-12/+9
2023-07-10exfat: convert to simple_rename_timestampJeff Layton1-3/+2
2023-07-10exfat: ensure that ctime is updated whenever the mtime isJeff Layton1-4/+4