1. 20 9月, 2012 11 次提交
  2. 19 9月, 2012 3 次提交
  3. 18 9月, 2012 8 次提交
  4. 17 9月, 2012 8 次提交
  5. 16 9月, 2012 8 次提交
  6. 15 9月, 2012 2 次提交
    • D
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · b48b63a1
      David S. Miller 提交于
      Conflicts:
      	net/netfilter/nfnetlink_log.c
      	net/netfilter/xt_LOG.c
      
      Rather easy conflict resolution, the 'net' tree had bug fixes to make
      sure we checked if a socket is a time-wait one or not and elide the
      logging code if so.
      
      Whereas on the 'net-next' side we are calculating the UID and GID from
      the creds using different interfaces due to the user namespace changes
      from Eric Biederman.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b48b63a1
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes · 3f0c3c8f
      Linus Torvalds 提交于
      Pull GFS2 fixes from Steven Whitehouse:
       "Here are three GFS2 fixes for the current kernel tree.  These are all
        related to the block reservation code which was added at the merge
        window.  That code will be getting an update at the forthcoming merge
        window too.  In the mean time though there are a few smaller issues
        which should be fixed.
      
        The first patch resolves an issue with write sizes of greater than 32
        bits with the size hinting code.  The second ensures that the
        allocation data structure is initialised when using xattrs and the
        third takes into account allocations which may have been made by other
        nodes which affect a reservation on the local node."
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes:
        GFS2: Take account of blockages when using reserved blocks
        GFS2: Fix missing allocation data for set/remove xattr
        GFS2: Make write size hinting code common
      3f0c3c8f