aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat
AgeCommit message (Expand)Author
2023-11-28exfat: support handle zero-size directoryYuezhang Mo
2023-08-11exfat: check if filename entries exceeds max filename lengthNamjae Jeon
2023-08-11exfat: release s_lock before calling dir_emit()Sungjong Seo
2023-08-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming
2023-03-10exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo
2023-03-10exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo
2023-03-10exfat: fix unexpected EOF while reading dirYuezhang Mo
2023-03-10exfat: fix reporting fs error when reading dir beyond EOFYuezhang 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
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: make exfat_find_location() staticChristophe Vu-Brugier
2022-01-10exfat: fix typos in commentsChristophe Vu-Brugier
2022-01-10exfat: simplify is_valid_cluster()Christophe Vu-Brugier
2021-11-01exfat: fix incorrect loading of i_blocks for large filesSungjong Seo
2021-07-06Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-04exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon