cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 0/9] GFS2: Pre-pull patch posting (merge window)
@ 2018-04-02 15:44 Bob Peterson
  2018-04-02 15:44 ` [Cluster-devel] [PATCH 1/9] gfs2: Fix fallocate chunk size Bob Peterson
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Bob Peterson @ 2018-04-02 15:44 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

We've only got 9 GFS2 patches for this merge window:

1. Abhi Das contributed a patch to report journal recovery times more
   accurately during journal replay.
2. Andreas Gruenbacher contributed a patch to fix fallocate chunk size.
3. Andreas added a patch to correctly dirty inodes during rename.
4. Andreas added a patch to improve the comment for function gfs2_block_map.
5. Andreas added a patch to improve kernel trace point iomap end:
   The physical block address was added.
6. Andreas added a patch to fix a nasty file system corruption bug that
   surfaced in xfstests 476 in punch-hole/truncate.
7. Andreas fixed a problem Christoph Helwig pointed out, namely, that GFS2
   was misusing the IOMAP_ZERO flag. The zeroing of new blocks was moved
   to the proper fallocate code.
8. I contributed a patch to declare function gfs2_remove_from_ail as static.
9. I added a patch to only set PageChecked for jdata page writes.

Regards,

Bob Peterson
---
Abhi Das (1):
  gfs2: time journal recovery steps accurately

Andreas Gruenbacher (6):
  gfs2: Fix fallocate chunk size
  gfs2: Dirty source inode during rename
  gfs2: Improve gfs2_block_map comment
  gfs2: gfs2_iomap_end tracepoint: log block address
  gfs2: Check for the end of metadata in punch_hole
  gfs2: Zero out fallocated blocks in fallocate_chunk

Bob Peterson (2):
  GFS2: Make function gfs2_remove_from_ail static
  GFS2: Only set PageChecked for jdata pages

 fs/gfs2/aops.c       |  8 ++++----
 fs/gfs2/bmap.c       | 38 ++++++++++++++++++++------------------
 fs/gfs2/dir.c        | 13 ++-----------
 fs/gfs2/file.c       | 34 +++++++++++++++++-----------------
 fs/gfs2/incore.h     |  3 ---
 fs/gfs2/inode.c      | 10 +---------
 fs/gfs2/log.c        |  2 +-
 fs/gfs2/log.h        |  1 -
 fs/gfs2/quota.h      |  2 ++
 fs/gfs2/recovery.c   | 20 ++++++++++++++------
 fs/gfs2/trace_gfs2.h |  9 +++++++--
 11 files changed, 68 insertions(+), 72 deletions(-)

-- 
2.14.3



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

end of thread, other threads:[~2018-04-02 15:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02 15:44 [Cluster-devel] [PATCH 0/9] GFS2: Pre-pull patch posting (merge window) Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 1/9] gfs2: Fix fallocate chunk size Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 2/9] gfs2: Dirty source inode during rename Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 3/9] GFS2: Make function gfs2_remove_from_ail static Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 4/9] GFS2: Only set PageChecked for jdata pages Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 5/9] gfs2: Improve gfs2_block_map comment Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 6/9] gfs2: gfs2_iomap_end tracepoint: log block address Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 7/9] gfs2: Check for the end of metadata in punch_hole Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 8/9] gfs2: Zero out fallocated blocks in fallocate_chunk Bob Peterson
2018-04-02 15:44 ` [Cluster-devel] [PATCH 9/9] gfs2: time journal recovery steps accurately 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).