aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat
AgeCommit message (Expand)Author
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
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-06-28exfat: avoid incorrectly releasing for root inodeChen Li
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Artem Labazov
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada
2020-08-12exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon