]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2015 22:17:58 +0000 (07:17 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2015 22:17:58 +0000 (07:17 +0900)
commit210176678b9f27c5066be2046304fb1ede0d9e9d
treebb13b0d32a6509c935d60af64adc9a86308c0619
parent7f0149d0bf620e0c5824a9ab02118edfb409e96a
parent01d87a0e52590d0e032c026ed957cd4ed591db3d
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs

Pull btrfs fixes from Chris Mason:
 "I have two more small fixes this week:

  Qu's fix avoids unneeded COW during fallocate, and Christian found a
  memory leak in the error handling of an earlier fix"

* 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
  btrfs: fix possible leak in btrfs_ioctl_balance()
  btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size