summaryrefslogtreecommitdiff
path: root/fs/exfat/namei.c
AgeCommit message (Expand)Author
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-05exfat: add a check for invalid data sizeYuezhang Mo
2025-03-05exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27exfat_d_revalidate(): use stable parent inode passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-12-17exfat: fix exfat_find_empty_entry() not returning error on failureYuezhang Mo
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo
2024-11-25exfat: remove argument 'p_dir' from exfat_add_entry()Yuezhang Mo
2024-11-25exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo
2024-11-25exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo
2024-11-25exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo
2024-11-25exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon
2024-11-25exfat: fix out-of-bounds access of directory entriesYuezhang Mo
2024-09-18exfat: Implement sops->shutdown and ioctlDongliang Cui
2024-09-17exfat: do not fallback to buffered writeYuezhang Mo
2024-09-17exfat: drop ->i_size_ondiskYuezhang Mo
2024-03-19exfat: remove duplicate update parent dirYuezhang Mo
2024-03-19exfat: do not sync parent dir if just update timestampYuezhang Mo
2024-03-19exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang 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-01-08exfat: change to get file size from DataLengthYuezhang Mo
2023-10-31exfat: support create zero-size directoryYuezhang Mo
2023-10-31exfat: support handle zero-size directoryYuezhang Mo
2023-10-31exfat: add ioctls for accessing attributesJan Cincera
2023-10-18exfat: convert to new timestamp accessorsJeff Layton
2023-07-13exfat: convert to ctime accessor functionsJeff Layton
2023-07-10exfat: convert to simple_rename_timestampJeff Layton
2023-07-10exfat: ensure that ctime is updated whenever the mtime isJeff Layton
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo
2022-12-12exfat: remove unneeded codes from __exfat_rename()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: hint the empty entry which at the end of cluster chainYuezhang Mo
2022-08-01exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai
2022-08-01exfat: remove duplicate write inode for extending dir/fileYuezhang Mo
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo
2022-06-09exfat: use updated exfat_chain directly during renamingSungjong Seo
2022-05-23exfat: fix referencing wrong parent directory information after renamingYuezhang Mo