summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-23exfat: resolve memory leak from exfat_create_upcase_table()Daniel Yang
2024-09-23exfat: move extend valid_size into ->page_mkwrite()Yuezhang Mo
2024-09-18exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo
2024-09-18exfat: Implement sops->shutdown and ioctlDongliang Cui
2024-09-17exfat: do not fallback to buffered writeYuezhang Mo
2024-09-17exfat: drop ->i_size_ondiskYuezhang Mo
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-17Merge tag 'exfat-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-15exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo
2024-07-15exfat: handle idmapped mountsMichael Jeanson
2024-07-02exfat: Convert to new uid/gid option parsing helpersEric Sandeen
2024-04-25exfat: zero the reserved fields of file and stream extension dentriesYuezhang Mo
2024-03-31exfat: fix timing of synchronizing bitmap and inodeYuezhang Mo
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-19exfat: remove duplicate update parent dirYuezhang Mo
2024-03-19exfat: do not sync parent dir if just update timestampYuezhang Mo
2024-03-19exfat: remove unused functionsYuezhang Mo
2024-03-19exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro
2024-02-18exfat: fix appending discontinuous clusters to empty fileYuezhang Mo
2024-01-18exfat: fix zero the unwritten part for dio readYuezhang Mo
2024-01-08exfat: do not zero the extended partYuezhang Mo
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo
2024-01-08exfat: using ffs instead of internal logicJohn Sanpe
2024-01-08exfat: using hweight instead of internal logicJohn Sanpe
2023-11-03exfat: fix ctime is not updatedYuezhang Mo
2023-11-03exfat: fix setting uninitialized time to ctime/atimeYuezhang Mo
2023-10-31exfat: support create zero-size directoryYuezhang Mo
2023-10-31exfat: support handle zero-size directoryYuezhang Mo
2023-10-31exfat: add ioctls for accessing attributesJan Cincera
2023-10-18exfat: convert to new timestamp accessorsJeff Layton
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-10exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig