summaryrefslogtreecommitdiffstats
path: root/fs/exfat/namei.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove duplicate update parent dirYuezhang Mo2024-03-191-1/+2
* exfat: do not sync parent dir if just update timestampYuezhang Mo2024-03-191-11/+8
* exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo2024-03-191-84/+42
* exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo2024-03-191-49/+24
* exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo2024-03-191-2/+3
* exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo2024-03-191-102/+82
* exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo2024-03-191-2/+10
* exfat: change to get file size from DataLengthYuezhang Mo2024-01-081-0/+6
* exfat: support create zero-size directoryYuezhang Mo2023-10-311-2/+5
* exfat: support handle zero-size directoryYuezhang Mo2023-10-311-7/+22
* exfat: add ioctls for accessing attributesJan Cincera2023-10-311-8/+8
* exfat: convert to new timestamp accessorsJeff Layton2023-10-181-15/+16
* exfat: convert to ctime accessor functionsJeff Layton2023-07-131-12/+9
* exfat: convert to simple_rename_timestampJeff Layton2023-07-101-3/+2
* exfat: ensure that ctime is updated whenever the mtime isJeff Layton2023-07-101-4/+4
* Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-011-1/+1
|\
| * exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo2023-02-271-1/+1
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo2022-12-121-8/+2
* exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo2022-12-121-8/+1
* exfat: replace magic numbers with MacrosYuezhang Mo2022-12-121-2/+2
* exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo2022-12-121-1/+1
* exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo2022-12-121-6/+5
* exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2022-12-121-12/+21
* exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai2022-08-011-1/+1
* exfat: remove duplicate write inode for extending dir/fileYuezhang Mo2022-08-011-4/+0
* exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo2022-08-011-20/+4
* exfat: use updated exfat_chain directly during renamingSungjong Seo2022-06-091-1/+3
* exfat: fix referencing wrong parent directory information after renamingYuezhang Mo2022-05-231-26/+1
* exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-011-5/+0
* exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-011-14/+36
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-26/+16
* exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier2022-01-101-3/+3
* exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim2021-04-271-1/+8
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-6/+8
* exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada2020-10-221-5/+0
* exfat: replace memcpy with structure assignmentTetsuhiro Kohada2020-10-221-8/+7
* exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada2020-10-221-10/+1
* exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2020-10-221-73/+47
* exfat: fix misspellings using codespell toolNamjae Jeon2020-10-221-1/+1
* exfat: fix pointer error checkingTetsuhiro Kohada2020-10-071-7/+6
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-10/+10
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-6/+6
* exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon2020-06-291-1/+1
* exfat: add missing brelse() calls on error pathsDan Carpenter2020-06-291-2/+10
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-6/+8
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-2/+2