]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc4e00f1d31c4c83d15162782491689229bd92527
treeafb74a211f177835053cbe26e090b9e48d2c046c
parent53448a538d149dd9c66d09d4a7b416551d42b608
parenta53f4f8e9c8ebe6c9ee3b34c368913aae9876e22
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