cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window)
@ 2016-10-03 12:57 Bob Peterson
  2016-10-03 12:57 ` [Cluster-devel] [PATCH 1/6] GFS2: use BIT() macro Bob Peterson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bob Peterson @ 2016-10-03 12:57 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-03 12:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 12:57 [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window) Bob Peterson
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

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).