Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linki...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2021 21:15:50 +0000 (13:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2021 21:15:50 +0000 (13:15 -0800)
commitc63dca9e23a3b6761d174b3c13ec365e41d4c0b0
treebd796d438004e3f9c165622ae3b74efad4d806ec
parent0f3d950ddd62f470d659849b5e3bbe27545aea6a
parentf728760aa923f1dd3a4818368dbdbd2c7d63b370
Merge tag 'exfat-for-5.12-rc1' of git://git./linux/kernel/git/linkinjeon/exfat

Pull exfat updates from Namjae Jeon:

 - improve file deletion performance with dirsync mount option

 - fix shift-out-of-bounds in exfat_fill_super() reported by syzkaller

* tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat:
  exfat: improve performance of exfat_free_cluster when using dirsync mount option
  exfat: fix shift-out-of-bounds in exfat_fill_super()