]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 May 2021 21:10:42 +0000 (14:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 May 2021 21:10:42 +0000 (14:10 -0700)
commitb81f8ac6b7017d82754ec679f4eb2ec73ec05db2
tree10ee5d3e2613f4781b1640c4721b4dfb08242084
parentfbbd7cea1de34e6b2f4bab869edc8674ad0d971e
parentfa26e9d85289a6bb34e2873d25f6f68c94f40185
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "First batch of various fixes, here's a list of notable ones:

   - fix unmountable seed device after fstrim

   - fix silent data loss in zoned mode due to ordered extent splitting

   - fix race leading to unpersisted data and metadata on fsync

   - fix deadlock when cloning inline extents and using qgroups"

* tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: initialize return variable in cleanup_free_space_cache_v1
  btrfs: zoned: sanity check zone type
  btrfs: fix unmountable seed device after fstrim
  btrfs: fix deadlock when cloning inline extents and using qgroups
  btrfs: fix race leading to unpersisted data and metadata on fsync
  btrfs: do not consider send context as valid when trying to flush qgroups
  btrfs: zoned: fix silent data loss after failure splitting ordered extent
fs/btrfs/ctree.h
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/tree-log.c