]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Dec 2013 18:14:13 +0000 (10:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Dec 2013 18:14:13 +0000 (10:14 -0800)
commita7cbc292074260913edf3eaee8b2675495a2ada4
tree7d8095fbb0afde5a695891b7b141533dd111c780
parentfcfb60cb5ceb7ecf6d9ee984993b5d33313696fe
parentc791afbb2250d52d781d9444910f93aafd768fe1
Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs

Pull xfs bugfixes from Ben Myers:

 - fix for buffer overrun in agfl with growfs on v4 superblock

 - return EINVAL if requested discard length is less than a block

 - fix possible memory corruption in xfs_attrlist_by_handle()

* tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs:
  xfs: growfs overruns AGFL buffer on V4 filesystems
  xfs: don't perform discard if the given range length is less than block size
  xfs: underflow bug in xfs_attrlist_by_handle()