]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb3dbe6ec55a3a554715622ec6498089997be5d36
treebd796d438004e3f9c165622ae3b74efad4d806ec
parent3486301ee5b43eb9a3bd9387a09c420589dd1715
parentb81531c878d3ea1c85fa29b612a5fed96529d6b6
Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/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()