]> 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)
commit2a1e2dd83da39e80d68ba539dd169b87a4d0ca29
tree5d71965fa0530ada3cde6c8e0823ab3218a73505
parenta87e05b53a4997f239765fdf9c942b10d046f10e
parentfaae77f49f32b688141cc46e59159062a1ceeb57
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