* [Cluster-devel] GFS2: Pull request #2 (merge window)
@ 2012-01-13 10:04 Steven Whitehouse
0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2012-01-13 10:04 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
Please consider pulling the following changes. All except one of these
patches is actually a bug fix rather than specifically merge window
material. That remaining patch applies on top of the DLM patches which
were merged in the current window,
Steve.
----------------------------------------------------------------------------
The following changes since commit e343a895a9f342f239c5e3c5ffc6c0b1707e6244:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2012-01-10 18:04:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git master
Bob Peterson (1):
GFS2: Fix a use-after-free that coverity spotted
David Teigland (3):
GFS2: dlm based recovery coordination
GFS2: let spectator mount do read only recovery
GFS2: fail mount if journal recovery fails
Steven Whitehouse (1):
GFS2: Fix nlink setting on inode creation
fs/gfs2/glock.c | 2 +-
fs/gfs2/glock.h | 7 +-
fs/gfs2/incore.h | 60 +++-
fs/gfs2/inode.c | 4 +-
fs/gfs2/lock_dlm.c | 993 ++++++++++++++++++++++++++++++++++++++++++-
fs/gfs2/main.c | 10 +
fs/gfs2/ops_fstype.c | 31 +-
fs/gfs2/recovery.c | 11 +-
fs/gfs2/rgrp.c | 2 +-
fs/gfs2/sys.c | 33 +-
fs/gfs2/sys.h | 2 +
include/linux/gfs2_ondisk.h | 2 +
12 files changed, 1108 insertions(+), 49 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cluster-devel] GFS2: Pull request #2 (merge window)
[not found] <1349891308.18959471.1523559205878.JavaMail.zimbra@redhat.com>
@ 2018-04-12 18:53 ` Bob Peterson
0 siblings, 0 replies; 2+ messages in thread
From: Bob Peterson @ 2018-04-12 18:53 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi Linus,
Please consider pulling the following additional 3 patches for the GFS2
file system.
Regards,
Bob Peterson
----------------------------------------------------------------
The following changes since commit e241e3f2bf975788a1b70dff2eb5180ca395b28e:
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2018-04-11 18:58:27 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-4.17.fixes2
for you to fetch changes up to 3e7aafc39c59c639ebd5961f893743f076df9b4e:
GFS2: Minor improvements to comments and documentation (2018-04-12 10:07:51 -0700)
----------------------------------------------------------------
We decided to request the latest three patches to be merged into this
merge window while it's still open.
1. The first patch adds a new function to lockref: lockref_put_not_zero
2. The second patch fixes GFS2's glock dump code so it uses the new lockref
function. This fixes a problem whereby lock dumps could miss glocks.
3. I made a minor patch to update some comments and fix the lock ordering
text in our gfs2-glocks.txt Documentation file.
----------------------------------------------------------------
Andreas Gruenbacher (2):
lockref: Add lockref_put_not_zero
gfs2: Stop using rhashtable_walk_peek
Bob Peterson (1):
GFS2: Minor improvements to comments and documentation
Documentation/filesystems/gfs2-glocks.txt | 5 ++--
fs/gfs2/bmap.c | 2 +-
fs/gfs2/glock.c | 47 ++++++++++++++++++-------------
fs/gfs2/ops_fstype.c | 2 +-
include/linux/lockref.h | 1 +
lib/lockref.c | 28 ++++++++++++++++++
6 files changed, 62 insertions(+), 23 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-12 18:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1349891308.18959471.1523559205878.JavaMail.zimbra@redhat.com>
2018-04-12 18:53 ` [Cluster-devel] GFS2: Pull request #2 (merge window) Bob Peterson
2012-01-13 10:04 Steven Whitehouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).