From: Bob Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window)
Date: Mon, 3 Oct 2016 07:57:43 -0500 [thread overview]
Message-ID: <1475499469-9159-1-git-send-email-rpeterso@redhat.com> (raw)
Hi,
We've only got six GFS2 patches for this merge window. In patch order:
1. Fabian Frederick submitted a nice cleanup that uses the BIT macro
rather than bit shifting.
2. Andreas Gruenbacher contributed a patch that fixes a long-standing
annoyance whereby GFS2 warned about dirty pages.
3. Andreas also fixed a problem with the recent extended attribute
readahead feature.
4. Chao Yu contributed a patch that checks the return code from function
register_shrinker and reacts accordingly. Previously, it was not checked.
5. Andreas Gruenbacher also fixed a problem whereby incore file timestamps
were forgotten if the file was invalidated. This merely moves the
assignment inside the inode glock where it belongs.
6. He also fixed a problem where incore timestamps were not initialized.
Regards,
Bob Peterson
---
Andreas Gruenbacher (4):
gfs2: Remove dirty buffer warning from gfs2_releasepage
gfs2: Fix extended attribute readahead optimization
gfs2: Update file times after grabbing glock
gfs2: Initialize atime of I_NEW inodes
Chao Yu (1):
gfs2: fix to detect failure of register_shrinker
Fabian Frederick (1):
GFS2: use BIT() macro
fs/gfs2/aops.c | 19 +++++++++++++------
fs/gfs2/bmap.c | 6 +++---
fs/gfs2/dir.c | 20 ++++++++++----------
fs/gfs2/file.c | 6 +++---
fs/gfs2/glock.c | 10 ++++++++--
fs/gfs2/inode.c | 4 ++++
fs/gfs2/inode.h | 2 +-
fs/gfs2/main.c | 4 +++-
fs/gfs2/meta_io.c | 35 +++++++++++++++++++----------------
fs/gfs2/ops_fstype.c | 8 ++++----
fs/gfs2/quota.c | 4 ++--
fs/gfs2/super.c | 2 +-
12 files changed, 71 insertions(+), 49 deletions(-)
--
2.7.4
next reply other threads:[~2016-10-03 12:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 12:57 Bob Peterson [this message]
2016-10-03 12:57 ` [Cluster-devel] [PATCH 1/6] GFS2: use BIT() macro Bob Peterson
2016-10-03 12:57 ` [Cluster-devel] [PATCH 2/6] gfs2: Remove dirty buffer warning from gfs2_releasepage Bob Peterson
2016-10-03 12:57 ` [Cluster-devel] [PATCH 3/6] gfs2: Fix extended attribute readahead optimization Bob Peterson
2016-10-03 12:57 ` [Cluster-devel] [PATCH 4/6] gfs2: fix to detect failure of register_shrinker Bob Peterson
2016-10-03 12:57 ` [Cluster-devel] [PATCH 5/6] gfs2: Update file times after grabbing glock Bob Peterson
2016-10-03 12:57 ` [Cluster-devel] [PATCH 6/6] gfs2: Initialize atime of I_NEW inodes Bob Peterson
-- strict thread matches above, loose matches on Subject: below --
2015-09-02 20:02 [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window) Bob Peterson
2015-09-03 14:45 ` Andreas Gruenbacher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475499469-9159-1-git-send-email-rpeterso@redhat.com \
--to=rpeterso@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).