]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Apr 2019 21:19:02 +0000 (14:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Apr 2019 21:19:02 +0000 (14:19 -0700)
commit741060a767c121c89e7b4e490f58dfa43a2190e7
tree38dd49f6dabc62a8daa8c59243f148c955a7bc56
parent6ddb8d94fe508a12541b56c01d1e7646ee1e220e
parentdf0501e36ca9b23edcda58df6da880ec3e4ea615
Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix parsing of compression algorithm when set as a inode property,
   this could end up with eg. 'zst' or 'zli' in the value

 - don't allow trim on a filesystem with unreplayed log, this could
   cause data loss if there are pending updates to the block groups that
   would not be subject to trim after replay

* tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: prop: fix vanished compression property after failed set
  btrfs: prop: fix zstd compression parameter validation
  Btrfs: do not allow trimming when a fs is mounted with the nologreplay option