]> 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)
commitdd23d50139a3ed16605959562466d4d0168493f1
tree7d8095fbb0afde5a695891b7b141533dd111c780
parentb302ae9915bbae886353a32c5e1677d274de034b
parentffc845b804cb45273685ffdf91b4da790fe984e0
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()