summaryrefslogtreecommitdiffstats
path: root/fs/exfat/dir.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: support create zero-size directoryYuezhang Mo2023-10-311-6/+6
* exfat: add ioctls for accessing attributesJan Cincera2023-10-311-4/+4
* vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
* exfat: release s_lock before calling dir_emit()Sungjong Seo2023-07-151-15/+12
* exfat: check if filename entries exceeds max filename lengthNamjae Jeon2023-07-131-2/+7
* exfat: handle unreconized benign secondary entriesNamjae Jeon2023-02-271-25/+58
* exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo2023-02-271-1/+1
* exfat: fix unexpected EOF while reading dirYuezhang Mo2023-02-271-4/+1
* exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo2022-12-131-13/+4
* exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo2022-12-121-5/+7
* exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2022-12-121-5/+4
* exfat: replace magic numbers with MacrosYuezhang Mo2022-12-121-6/+6
* exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo2022-12-121-8/+8
* exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo2022-12-121-20/+15
* exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2022-12-121-0/+15
* exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2022-12-121-4/+22
* exfat: simplify empty entry hintYuezhang Mo2022-12-121-27/+31
* exfat_iterate(): don't open-code file_inode(file)Al Viro2022-09-011-3/+3
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-22/+14
* exfat: make exfat_find_location() staticChristophe Vu-Brugier2022-01-101-2/+2
* exfat: fix typos in commentsChristophe Vu-Brugier2022-01-101-1/+1
* exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon2021-07-041-3/+5
* exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim2021-04-271-6/+13
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-1/+1
* exfat: add support ioctl and FITRIM functionHyeongseok Kim2021-04-271-0/+5
* exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-12/+9
* exfat: replace memcpy with structure assignmentTetsuhiro Kohada2020-10-221-5/+2
* exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2020-10-221-1/+0
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-1/+2
* exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-121-6/+9
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-8/+8
* exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon2020-07-211-1/+1
* exfat: flush dirty metadata in fsyncSungjong Seo2020-06-291-1/+1
* exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim2020-06-291-4/+6
* exfat: standardize checksum calculationTetsuhiro Kohada2020-06-091-6/+6
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-122/+75
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-4/+4
* exfat: Use a more common logging styleJoe Perches2020-06-091-5/+4
* exfat: add directory operationsNamjae Jeon2020-03-051-0/+1238