summaryrefslogtreecommitdiff
path: root/fs/exfat/inode.c
AgeCommit message (Expand)Author
2024-03-19exfat: remove unused functionsYuezhang 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
2023-11-03exfat: fix setting uninitialized time to ctime/atimeYuezhang Mo
2023-10-31exfat: add ioctls for accessing attributesJan Cincera
2023-10-18exfat: convert to new timestamp accessorsJeff Layton
2023-07-13exfat: convert to ctime accessor functionsJeff Layton
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo
2022-12-15Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-11extfat: remove ->writepageChristoph Hellwig
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo
2022-12-12exfat: replace magic numbers with MacrosYuezhang Mo
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-08-01exfat: remove duplicate write inode for extending dir/fileYuezhang Mo
2022-08-01exfat: remove duplicate write inode for truncating fileYuezhang Mo
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier
2022-01-10exfat: fix typos in commentsChristophe Vu-Brugier
2021-11-01exfat: fix incorrect loading of i_blocks for large filesSungjong Seo
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-03-05exfat: add inode operationsNamjae Jeon