]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linki...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2022 01:30:27 +0000 (18:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2022 01:30:27 +0000 (18:30 -0700)
commit9384f7062d367c278a6c9dce81d83b0671eee3d5
tree5e0883b0ae5725d0dbc09271847cfac546dd1b15
parent1d45dad523147cf6d26c76d30309bc5258f003e8
parent51aaa5b886f0f4e45efdacb09eac35104ffa96ee
Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat

Pull exfat updates from Namjae Jeon:

 - fix referencing wrong parent directory information during rename

 - introduce a sys_tz mount option to use system timezone

 - improve performance while zeroing a cluster with dirsync mount option

 - fix slab-out-bounds in exat_clear_bitmap() reported from syzbot

* tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat:
  exfat: check if cluster num is valid
  exfat: reduce block requests when zeroing a cluster
  block: add sync_blockdev_range()
  exfat: introduce mount option 'sys_tz'
  exfat: fix referencing wrong parent directory information after renaming
block/bdev.c
fs/exfat/super.c
include/linux/blkdev.h