]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Jan 2015 02:31:27 +0000 (14:31 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Jan 2015 02:31:27 +0000 (14:31 +1200)
commit6e2330efa64d204d18c597a3041c81472f17d782
treeafb74a211f177835053cbe26e090b9e48d2c046c
parent1fbd43f1b0e93ae63a012e1125a6ecf35d80ffc8
parent4e02d5784a4c323c86d76144eaabcf40bcad861a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs

Pull btrfs fixes from Chris Mason:
 "We have a few fixes in my for-linus branch.

  Qu Wenruo's batch fix a regression between some our merge window pull
  and the inode_cache feature.  The rest are smaller bugs"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
  btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.
  btrfs: Fix the bug that fs_info->pending_changes is never cleared.
  btrfs: fix state->private cast on 32 bit machines
  Btrfs: fix race deleting block group from space_info->ro_bgs list
  Btrfs: fix incorrect freeing in scrub_stripe
  btrfs: sync ioctl, handle errors after transaction start