]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Sep 2014 14:47:04 +0000 (07:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Sep 2014 14:47:04 +0000 (07:47 -0700)
commit37504a3be90b69438426d74ccf467a9fe192932b
treeef43f4d5f614ceb0b58319c7f7ce16fc51c133a0
parenta060dc5010ffa32f3a83e5336f6eeb6551fa137a
parentcfb2f9d5c921e38b0f12bb26fed10b877664444d
Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes

Pull gfs2 fixes from Steven Whitehouse:
 "Here are a number of small fixes for GFS2.

  There is a fix for FIEMAP on large sparse files, a negative dentry
  hashing fix, a fix for flock, and a bug fix relating to d_splice_alias
  usage.

  There are also (patches 1 and 5) a couple of updates which are less
  critical, but small and low risk"

* tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes:
  GFS2: fix d_splice_alias() misuses
  GFS2: Don't use MAXQUOTAS value
  GFS2: Hash the negative dentry during inode lookup
  GFS2: Request demote when a "try" flock fails
  GFS2: Change maxlen variables to size_t
  GFS2: fs/gfs2/super.c: replace seq_printf by seq_puts