summaryrefslogtreecommitdiffstats
path: root/fs/exfat
AgeCommit message (Expand)AuthorLines
2022-09-04exfat: fix overflow for large capacity partitionYuezhang Mo-2/+1
2022-08-01exfat: Drop superfluous new line for error messagesTakashi Iwai-4/+4
2022-08-01exfat: Downgrade ENAMETOOLONG error message to debug messagesTakashi Iwai-1/+1
2022-08-01exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai-22/+7
2022-08-01exfat: Define NLS_NAME_* as bit flags explicitlyTakashi Iwai-3/+3
2022-08-01exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai-1/+1
2022-08-01exfat: remove duplicate write inode for extending dir/fileYuezhang Mo-12/+1
2022-08-01exfat: remove duplicate write inode for truncating fileYuezhang Mo-13/+25
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo-90/+19
2022-06-09exfat: use updated exfat_chain directly during renamingSungjong Seo-1/+3
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-5/+5
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-61/+47
2022-05-23exfat: check if cluster num is validTadeusz Struk-8/+12
2022-05-23exfat: reduce block requests when zeroing a clusterYuezhang Mo-24/+17
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng-3/+17
2022-05-23exfat: fix referencing wrong parent directory information after renamingYuezhang Mo-26/+1
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)-1/+1
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-8/+4
2022-04-01Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-30/+47
2022-04-01exfat: do not clear VolumeDirty in writebackYuezhang Mo-15/+2
2022-04-01exfat: allow access to paths with trailing dotsVasant Karasulli-15/+45
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-0/+1
2022-01-10exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo-1/+2
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo-52/+33
2022-01-10exfat: move super block magic number to magic.hNamjae Jeon-1/+1
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier-6/+6
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier-18/+17
2022-01-10exfat: make exfat_find_location() staticChristophe Vu-Brugier-4/+2
2022-01-10exfat: fix typos in commentsChristophe Vu-Brugier-2/+2
2022-01-10exfat: simplify is_valid_cluster()Christophe Vu-Brugier-3/+1
2021-11-01exfat: fix incorrect loading of i_blocks for large filesSungjong Seo-1/+1
2021-07-06Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+6
2021-07-04exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon-3/+5
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+1
2021-06-28exfat: avoid incorrectly releasing for root inodeChen Li-1/+1
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim-8/+22
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim-9/+10
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim-0/+142
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim-8/+31
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim-10/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+21
2021-02-22Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+70
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim-9/+40
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon-5/+30