]> Git Repo - linux.git/commitdiff
Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <[email protected]>
Sat, 22 Feb 2014 16:26:01 +0000 (08:26 -0800)
committerLinus Torvalds <[email protected]>
Sat, 22 Feb 2014 16:26:01 +0000 (08:26 -0800)
Pull xfs fixes from Dave Chinner:
 "This is the first pull request I've had to do for you, so I'm still
  sorting things out.  The reason I'm sending this and not Ben should be
  obvious from the first commit below - SGI has stepped down from the
  XFS maintainership role.  As such, I'd like to take another
  opportunity to thank them for their many years of effort maintaining
  XFS and supporting the XFS community that they developed from the
  ground up.

  So I haven't had time to work things like signed tags into my
  workflows yet, so this is just a repo branch I'm asking you to pull
  from.  And yes, I named the branch -rc4 because I wanted the fixes in
  rc4, not because the branch was for merging into -rc3.  Probably not
  right, either.

  Anyway, I should have everything sorted out by the time the next merge
  window comes around.  If there's anything that you don't like in the
  pull req, feel free to flame me unmercifully.

  The changes are fixes for recent regressions and important thinkos in
  verification code:

        - a log vector buffer alignment issue on ia32
        - timestamps on truncate got mangled
        - primary superblock CRC validation fixes and error message
          sanitisation"

* 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfs:
  xfs: limit superblock corruption errors to actual corruption
  xfs: skip verification on initial "guess" superblock read
  MAINTAINERS: SGI no longer maintaining XFS
  xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sb
  xfs: ensure correct log item buffer alignment
  xfs: ensure correct timestamp updates from truncate

1  2 
MAINTAINERS

diff --combined MAINTAINERS
index 2225bb91afcc5c7450f4b757ba129f57961f2b2f,e75188fd967699c4d7506c3f1e9b59a86b866483..5aa1c500fe6dd8434d50c88b172454fd071fad44
@@@ -2367,7 -2367,7 +2367,7 @@@ F:      include/linux/cpufreq.
  
  CPU FREQUENCY DRIVERS - ARM BIG LITTLE
  M:    Viresh Kumar <[email protected]>
 -M:    Sudeep KarkadaNagesha <sudeep.karkadanagesh[email protected]>
 +M:    Sudeep Holla <sudeep.holl[email protected]>
  L:    [email protected]
  L:    [email protected]
  W:    http://www.arm.com/products/processors/technologies/biglittleprocessing.php
@@@ -2408,10 -2408,8 +2408,10 @@@ F:    tools/power/cpupower
  
  CPUSETS
  M:    Li Zefan <[email protected]>
 +L:    [email protected]
  W:    http://www.bullopensource.org/cpuset/
  W:    http://oss.sgi.com/projects/cpusets/
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
  S:    Maintained
  F:    Documentation/cgroups/cpusets.txt
  F:    include/linux/cpuset.h
@@@ -2859,7 -2857,7 +2859,7 @@@ M:      Jani Nikula <[email protected]
  L:    [email protected]
  L:    [email protected]
  Q:    http://patchwork.freedesktop.org/project/intel-gfx/
 -T:    git git://people.freedesktop.org/~danvet/drm-intel
 +T:    git git://anongit.freedesktop.org/drm-intel
  S:    Supported
  F:    drivers/gpu/drm/i915/
  F:    include/drm/i915*
@@@ -3326,17 -3324,6 +3326,17 @@@ S:    Maintaine
  F:    include/linux/netfilter_bridge/
  F:    net/bridge/
  
 +ETHERNET PHY LIBRARY
 +M:    Florian Fainelli <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    include/linux/phy.h
 +F:    include/linux/phy_fixed.h
 +F:    drivers/net/phy/
 +F:    Documentation/networking/phy.txt
 +F:    drivers/of/of_mdio.c
 +F:    drivers/of/of_net.c
 +
  EXT2 FILE SYSTEM
  M:    Jan Kara <[email protected]>
  L:    [email protected]
@@@ -7209,7 -7196,7 +7209,7 @@@ S:      Maintaine
  F:    drivers/net/ethernet/rdc/r6040.c
  
  RDS - RELIABLE DATAGRAM SOCKETS
 -M:    Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
 +M:    Chien Yen <chien.yen@oracle.com>
  L:    [email protected] (moderated for non-subscribers)
  S:    Supported
  F:    net/rds/
@@@ -9728,7 -9715,6 +9728,6 @@@ F:      drivers/xen/*swiotlb
  XFS FILESYSTEM
  P:    Silicon Graphics Inc
  M:    Dave Chinner <[email protected]>
- M:    Ben Myers <[email protected]>
  M:    [email protected]
  L:    [email protected]
  W:    http://oss.sgi.com/projects/xfs
This page took 0.084679 seconds and 4 git commands to generate.