]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Jun 2016 15:57:59 +0000 (05:57 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Jun 2016 15:57:59 +0000 (05:57 -1000)
commitc3c45a71f3b3b044d0fab1e63ba777fddf13b373
tree5d71965fa0530ada3cde6c8e0823ab3218a73505
parent637024a96f4de550f2e69291ae4b2222cec7a13d
parentd20db983a19f018fb933ae9e26a232d3c6923b97
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs

Pull btrfs fixes from Chris Mason:
 "The most user visible change here is a fix for our recent superblock
  validation checks that were causing problems on non-4k pagesized
  systems"

* 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
  Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize
  btrfs: remove build fixup for qgroup_account_snapshot
  btrfs: use new error message helper in qgroup_account_snapshot
  btrfs: avoid blocking open_ctree from cleaner_kthread
  Btrfs: don't BUG_ON() in btrfs_orphan_add
  btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
  Btrfs: check if extent buffer is aligned to sectorsize
  btrfs: Use correct format specifier
fs/btrfs/inode.c
fs/btrfs/tree-log.c
fs/btrfs/volumes.c