]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 May 2014 02:20:45 +0000 (19:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 May 2014 02:20:45 +0000 (19:20 -0700)
commit31cc96235cfde9fd5b84f329ad10714929e78cd7
tree1363edc5eb283ccd0d21d4c6598a1f962bda35f3
parente29c302af51f08b517a2ca7b7dd269d9b5858b7d
parente12f6394a6d770ebef1f986940916b941c8a2644
Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs

Pull xfs fixes from Dave Chinner:
 "The main fix is adding support for default ACLs on O_TMPFILE opened
  inodes to bring XFS into line with other filesystems.  Metadata CRCs
  are now also considered well enough tested to be fully supported, so
  we're removing the shouty warnings issued at mount time for
  filesystems with that format.  And there's transaction block
  reservation overrun fix.

  Summary:
   - fix a remote attribute size calculation bug that leads to a
     transaction overrun
   - add default ACLs to O_TMPFILE files
   - Remove the EXPERIMENTAL tag from filesystems with metadata CRC
     support"

* tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs:
  xfs: remote attribute overwrite causes transaction overrun
  xfs: initialize default acls for ->tmpfile()
  xfs: fully support v5 format filesystems