summaryrefslogtreecommitdiffstats
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-214-376/+293
|\
| * 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: remove unused functionsYuezhang Mo2024-03-193-64/+4
| * 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-193-77/+33
| * exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo2024-03-192-5/+3
| * exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo2024-03-193-115/+90
| * exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo2024-03-193-33/+22
| * exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo2024-03-192-0/+82
| * exfat: add __exfat_get_dentry_set() helperYuezhang Mo2024-03-192-22/+43
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-122-2/+2
|/
* Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-011-15/+22
|\
| * exfat: fix appending discontinuous clusters to empty fileYuezhang Mo2024-02-181-15/+22
* | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-253-19/+16
|\ \ | |/ |/|
| * exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro2024-02-253-19/+16
* | exfat: fix zero the unwritten part for dio readYuezhang Mo2024-01-181-4/+3
|/
* exfat: do not zero the extended partYuezhang Mo2024-01-082-21/+70
* exfat: change to get file size from DataLengthYuezhang Mo2024-01-084-19/+231
* exfat: using ffs instead of internal logicJohn Sanpe2024-01-082-28/+16
* exfat: using hweight instead of internal logicJohn Sanpe2024-01-081-27/+21
* exfat: fix ctime is not updatedYuezhang Mo2023-11-031-0/+1
* exfat: fix setting uninitialized time to ctime/atimeYuezhang Mo2023-11-031-2/+2
* exfat: support create zero-size directoryYuezhang Mo2023-10-314-8/+20
* exfat: support handle zero-size directoryYuezhang Mo2023-10-311-7/+22
* exfat: add ioctls for accessing attributesJan Cincera2023-10-317-33/+129
* exfat: convert to new timestamp accessorsJeff Layton2023-10-186-35/+47
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-21/+20
|\ \
| * | exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig2023-08-101-10/+18
| * | exfat: don't RCU-free the sbiChristoph Hellwig2023-08-102-13/+4
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-23/+18
|\ \
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | exfat: convert to ctime accessor functionsJeff Layton2023-07-134-19/+15
| * | 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
| |/
* | 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: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming2023-07-111-3/+3
|/
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-018-60/+101
|\
| * exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo2023-02-281-10/+8
| * exfat: don't print error log in normal caseYuezhang Mo2023-02-281-2/+3
| * exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo2023-02-281-8/+1
| * exfat: handle unreconized benign secondary entriesNamjae Jeon2023-02-273-25/+81
| * exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo2023-02-274-9/+5
| * exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo2023-02-271-1/+1
| * exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo2023-02-271-1/+1