]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Aug 2020 19:01:20 +0000 (12:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Aug 2020 19:01:20 +0000 (12:01 -0700)
commitd36af357e0bc3bef20ea7e752c122f1052f9a8f8
treedaaf317100ca0b5c0e12ac334cc83b0775b147eb
parentdbc1c3264d6fd57b2f1cc4c1a4a93a719cfff89c
parent025f4113fae2563e013bab40358089acb40879ed
Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix swapfile activation on subvolumes with deleted snapshots

 - error value mixup when removing directory entries from tree log

 - fix lzo compression level reset after previous level setting

 - fix space cache memory leak after transaction abort

 - fix const function attribute

 - more error handling improvements

* tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: detect nocow for swap after snapshot delete
  btrfs: check the right error variable in btrfs_del_dir_entries_in_log
  btrfs: fix space cache memory leak after transaction abort
  btrfs: use the correct const function attribute for btrfs_get_num_csums
  btrfs: reset compression level for lzo on remount
  btrfs: handle errors from async submission
fs/btrfs/disk-io.c
fs/btrfs/file.c
fs/btrfs/inode.c