summaryrefslogtreecommitdiffstats
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* 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
| * exfat: fix unexpected EOF while reading dirYuezhang Mo2023-02-271-4/+1
* | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\ \
| * | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+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
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
|/
* Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-155-145/+187
|\
| * exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo2022-12-131-13/+4
| * exfat: fix overflow in sector and cluster conversionYuezhang Mo2022-12-131-1/+1
| * exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo2022-12-123-7/+5
| * exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo2022-12-123-4/+4
| * exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo2022-12-123-15/+10
| * exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo2022-12-121-8/+1
| * exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2022-12-122-7/+12