aboutsummaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-30/+47
2022-04-01exfat: do not clear VolumeDirty in writebackGravatar Yuezhang Mo 3-15/+2
2022-04-01exfat: allow access to paths with trailing dotsGravatar Vasant Karasulli 3-15/+45
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-01-10exfat: fix missing REQ_SYNC in exfat_update_bhs()Gravatar Yuezhang.Mo 1-1/+2
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Gravatar Yuezhang.Mo 5-52/+33
2022-01-10exfat: move super block magic number to magic.hGravatar Namjae Jeon 2-1/+1
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBGravatar Christophe Vu-Brugier 3-6/+6
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Gravatar Christophe Vu-Brugier 4-18/+17
2022-01-10exfat: make exfat_find_location() staticGravatar Christophe Vu-Brugier 2-4/+2
2022-01-10exfat: fix typos in commentsGravatar Christophe Vu-Brugier 2-2/+2
2022-01-10exfat: simplify is_valid_cluster()Gravatar Christophe Vu-Brugier 1-3/+1
2021-11-01exfat: fix incorrect loading of i_blocks for large filesGravatar Sungjong Seo 1-1/+1
2021-07-06Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+6
2021-07-04exfat: handle wrong stream entry size in exfat_readdir()Gravatar Namjae Jeon 1-3/+5
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+1
2021-06-28exfat: avoid incorrectly releasing for root inodeGravatar Chen Li 1-1/+1
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainGravatar Hyeongseok Kim 3-8/+22
2021-04-27exfat: improve write performance when dirsync enabledGravatar Hyeongseok Kim 6-9/+10
2021-04-27exfat: add support ioctl and FITRIM functionGravatar Hyeongseok Kim 4-0/+142
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessGravatar Hyeongseok Kim 3-8/+31
2021-04-27exfat: fix erroneous discard when clear cluster bitGravatar Hyeongseok Kim 1-10/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-15/+21
2021-02-22Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-14/+70
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionGravatar Hyeongseok Kim 3-9/+40
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Gravatar Namjae Jeon 2-5/+30
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-12/+18
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Gravatar Artem Labazov 1-3/+3
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-22exfat: remove useless check in exfat_move_file()Gravatar Tetsuhiro Kohada 1-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoGravatar Tetsuhiro Kohada 5-20/+9
2020-10-22exfat: replace memcpy with structure assignmentGravatar Tetsuhiro Kohada 3-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Gravatar Tetsuhiro Kohada 1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Gravatar Tetsuhiro Kohada 2-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeGravatar Xianting Tian 1-1/+1
2020-10-22exfat: fix misspellings using codespell toolGravatar Namjae Jeon 3-3/+3
2020-10-07exfat: fix use of uninitialized spinlock on error pathGravatar Namjae Jeon 4-15/+6
2020-10-07exfat: fix pointer error checkingGravatar Tetsuhiro Kohada 1-7/+6
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-12exfat: retain 'VolumeFlags' properlyGravatar Tetsuhiro Kohada 6-28/+47
2020-08-12exfat: optimize exfat_zeroed_cluster()Gravatar Tetsuhiro Kohada 1-43/+10
2020-08-12exfat: add error check when updating dir-entriesGravatar Tetsuhiro Kohada 4-7/+12
2020-08-12exfat: write multiple sectors at onceGravatar Tetsuhiro Kohada 3-6/+29
2020-08-12exfat: remove EXFAT_SB_DIRTY flagGravatar Tetsuhiro Kohada 7-35/+26