summaryrefslogtreecommitdiffstats
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo14 days1-0/+10
* exfat: fix the new buffer was not zeroed before writingYuezhang Mo14 days1-0/+6
* exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo14 days1-1/+2
* exfat: fix exfat_find_empty_entry() not returning error on failureYuezhang Mo2024-12-171-2/+2
* exfat: reduce FAT chain traversalYuezhang Mo2024-11-253-9/+32
* exfat: code cleanup for exfat_readdir()Yuezhang Mo2024-11-251-22/+2
* exfat: remove argument 'p_dir' from exfat_add_entry()Yuezhang Mo2024-11-251-10/+4
* exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo2024-11-251-34/+26
* exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo2024-11-253-36/+21
* exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo2024-11-251-12/+12
* exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo2024-11-251-16/+4
* exfat: fix file being changed by unaligned direct writeYuezhang Mo2024-11-251-0/+10
* exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon2024-11-251-0/+1
* exfat: fix out-of-bounds access of directory entriesYuezhang Mo2024-11-251-4/+16
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
* exfat: resolve memory leak from exfat_create_upcase_table()Daniel Yang2024-09-231-1/+4
* exfat: move extend valid_size into ->page_mkwrite()Yuezhang Mo2024-09-231-25/+45
* exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo2024-09-181-5/+5
* exfat: Implement sops->shutdown and ioctlDongliang Cui2024-09-185-0/+96
* exfat: do not fallback to buffered writeYuezhang Mo2024-09-175-74/+15
* exfat: drop ->i_size_ondiskYuezhang Mo2024-09-175-25/+12
* fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-072-7/+6
* fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-072-3/+3
* Merge tag 'exfat-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-173-11/+15
|\
| * exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo2024-07-151-1/+1
| * exfat: handle idmapped mountsMichael Jeanson2024-07-152-10/+14
* | exfat: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-4/+4
|/
* exfat: zero the reserved fields of file and stream extension dentriesYuezhang Mo2024-04-251-0/+2
* exfat: fix timing of synchronizing bitmap and inodeYuezhang Mo2024-03-311-4/+3
* 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