summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)Author
2022-12-15Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo
2022-12-13exfat: fix overflow in sector and cluster conversionYuezhang Mo
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: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo
2022-12-12exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo
2022-12-12exfat: remove call ilog2() from exfat_readdir()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-12-12exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo
2022-12-12exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo
2022-12-12exfat: hint the empty entry which at the end of cluster chainYuezhang Mo
2022-12-12exfat: simplify empty entry hintYuezhang Mo
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-04exfat: fix overflow for large capacity partitionYuezhang Mo
2022-09-01exfat_iterate(): don't open-code file_inode(file)Al Viro
2022-08-01exfat: Drop superfluous new line for error messagesTakashi Iwai
2022-08-01exfat: Downgrade ENAMETOOLONG error message to debug messagesTakashi Iwai
2022-08-01exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai
2022-08-01exfat: Define NLS_NAME_* as bit flags explicitlyTakashi Iwai
2022-08-01exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai
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-06-09exfat: use updated exfat_chain directly during renamingSungjong Seo
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-23exfat: check if cluster num is validTadeusz Struk
2022-05-23exfat: reduce block requests when zeroing a clusterYuezhang Mo
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng
2022-05-23exfat: fix referencing wrong parent directory information after renamingYuezhang 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-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-01Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-04-01exfat: do not clear VolumeDirty in writebackYuezhang Mo
2022-04-01exfat: allow access to paths with trailing dotsVasant Karasulli
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
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 missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo
2022-01-10exfat: move super block magic number to magic.hNamjae Jeon