cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-19 13:38:54 to 2019-05-08 01:48:05 UTC [more...]

[Cluster-devel] [PATCH] dlm: Replace default_attrs in dlm_ktype with default_groups
 2019-05-08  1:48 UTC 

[Cluster-devel] [GFS2 PATCH 01/12] gfs2: Fix loop in gfs2_rbm_find (v2)
 2019-05-07 20:32 UTC  (12+ messages)
` [Cluster-devel] [GFS2 PATCH 02/12] gfs2: Fix lru_count going negative
` [Cluster-devel] [GFS2 PATCH 03/12] gfs2: clean_journal improperly set sd_log_flush_head
` [Cluster-devel] [GFS2 PATCH 04/12] gfs2: Fix occasional glock use-after-free
` [Cluster-devel] [GFS2 PATCH 05/12] gfs2: Replace gl_revokes with a GLF flag
` [Cluster-devel] [GFS2 PATCH 06/12] gfs2: Remove misleading comments in gfs2_evict_inode
` [Cluster-devel] [GFS2 PATCH 07/12] gfs2: Remove unnecessary extern declarations
` [Cluster-devel] [GFS2 PATCH 08/12] gfs2: Rename sd_log_le_{revoke, ordered}
` [Cluster-devel] [GFS2 PATCH 09/12] gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}
` [Cluster-devel] [GFS2 PATCH 10/12] gfs2: fix race between gfs2_freeze_func and unmount
` [Cluster-devel] [GFS2 PATCH 11/12] gfs2: Fix iomap write page reclaim deadlock
` [Cluster-devel] [GFS2 PATCH 12/12] gfs2: read journal in large chunks

[Cluster-devel] [GFS2 PATCH 00/12] Pre-pull patch posting (merge window)
 2019-05-07 20:26 UTC 

[Cluster-devel] [GIT PULL] iomap: cleanups and enhancements for 5.2
 2019-05-07 19:55 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH v3 00/19] gfs2: misc recovery patch collection
 2019-05-07 14:36 UTC  (24+ messages)
` [Cluster-devel] [GFS2 PATCH v3 01/19] gfs2: kthread and remount improvements
` [Cluster-devel] [GFS2 PATCH v3 02/19] gfs2: eliminate tr_num_revoke_rm
` [Cluster-devel] [GFS2 PATCH v3 03/19] gfs2: log which portion of the journal is replayed
` [Cluster-devel] [GFS2 PATCH v3 04/19] gfs2: Warn when a journal replay overwrites a rgrp with buffers
` [Cluster-devel] [GFS2 PATCH v3 05/19] gfs2: Introduce concept of a pending withdraw
` [Cluster-devel] [GFS2 PATCH v3 06/19] gfs2: log error reform
` [Cluster-devel] [GFS2 PATCH v3 07/19] gfs2: Only complain the first time an io error occurs in quota or log
` [Cluster-devel] [GFS2 PATCH v3 08/19] gfs2: Stop ail1 wait loop when withdrawn
` [Cluster-devel] [GFS2 PATCH v3 09/19] gfs2: Ignore recovery attempts if gfs2 has io error or is withdrawn
` [Cluster-devel] [GFS2 PATCH v3 10/19] gfs2: move check_journal_clean to util.c for future use
` [Cluster-devel] [GFS2 PATCH v3 11/19] gfs2: Allow some glocks to be used during withdraw
` [Cluster-devel] [GFS2 PATCH v3 12/19] gfs2: Don't loop forever in gfs2_freeze if withdrawn
` [Cluster-devel] [GFS2 PATCH v3 13/19] gfs2: Make secondary withdrawers wait for first withdrawer
` [Cluster-devel] [GFS2 PATCH v3 14/19] gfs2: Don't write log headers after file system withdraw
` [Cluster-devel] [GFS2 PATCH v3 15/19] gfs2: Force withdraw to replay journals and wait for it to finish
` [Cluster-devel] [GFS2 PATCH v3 16/19] gfs2: simply gfs2_freeze by removing case
` [Cluster-devel] [GFS2 PATCH v3 17/19] gfs2: Add verbose option to check_journal_clean
` [Cluster-devel] [GFS2 PATCH v3 18/19] gfs2: Check for log write errors before telling dlm to unlock
` [Cluster-devel] [GFS2 PATCH v3 19/19] gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty

[Cluster-devel] [PATCH 1/1] dlm_controld: bind to all interfaces for failover
 2019-05-07 13:56 UTC 

[Cluster-devel] [PATCH] gfs2: read journal in large chunks to locate the head
 2019-05-03 11:49 UTC  (2+ messages)

[Cluster-devel] [PATCH v7 0/5] iomap and gfs2 fixes
 2019-05-01 15:06 UTC  (18+ messages)
` [Cluster-devel] [PATCH v7 1/5] iomap: Clean up __generic_write_end calling
` [Cluster-devel] [PATCH v7 2/5] fs: Turn __generic_write_end into a void function
` [Cluster-devel] [PATCH v7 3/5] iomap: Fix use-after-free error in page_done callback
` [Cluster-devel] [PATCH v7 4/5] iomap: Add a page_prepare callback
` [Cluster-devel] [PATCH v7 5/5] gfs2: Fix iomap write page reclaim deadlock

[Cluster-devel] [PATCH v2] gfs2: fix race between gfs2_freeze_func and unmount
 2019-04-30 23:11 UTC  (2+ messages)

[Cluster-devel] [PATCH] gfs2: fix race between gfs2_freeze_func and unmount
 2019-04-30 21:23 UTC  (2+ messages)

[Cluster-devel] [PATCH v6 1/4] iomap: Clean up __generic_write_end calling
 2019-04-29 21:44 UTC  (10+ messages)
` [Cluster-devel] [PATCH v6 2/4] iomap: Fix use-after-free error in page_done callback
` [Cluster-devel] [PATCH v6 3/4] iomap: Add a page_prepare callback
` [Cluster-devel] [PATCH v6 4/4] gfs2: Fix iomap write page reclaim deadlock

[Cluster-devel] [PATCH v5 1/3] iomap: Fix use-after-free error in page_done callback
 2019-04-28 19:20 UTC  (6+ messages)
` [Cluster-devel] [PATCH v5 2/3] iomap: Add a page_prepare callback
` [Cluster-devel] [PATCH v5 3/3] gfs2: Fix iomap write page reclaim deadlock

[Cluster-devel] GFS2 rm can be very slow
 2019-04-26 16:04 UTC  (3+ messages)

[Cluster-devel] [PATCH v3 1/2] iomap: Add a page_prepare callback
 2019-04-26 13:11 UTC  (7+ messages)
` [Cluster-devel] [PATCH v3 2/2] gfs2: Fix iomap write page reclaim deadlock
  ` [Cluster-devel] [RFC PATCH] gfs2: gfs2_iomap_page_ops can be static

[Cluster-devel] [PATCH v4 1/2] iomap: Add a page_prepare callback
 2019-04-25 19:35 UTC  (2+ messages)
` [Cluster-devel] [PATCH v4 2/2] gfs2: Fix iomap write page reclaim deadlock

[Cluster-devel] [PATCH v2 1/2] iomap: Add a page_prepare callback
 2019-04-25 15:52 UTC  (4+ messages)
` [Cluster-devel] [PATCH v2 2/2] gfs2: Fix iomap write page reclaim deadlock

[Cluster-devel] [PATCH 1/2] iomap: Add a page_prepare callback
 2019-04-25 15:26 UTC  (6+ messages)
` [Cluster-devel] [PATCH 2/2] gfs2: Fix iomap write page reclaim deadlock

[Cluster-devel] [PATCH] mkfs.gfs2: Improve alignment of first resource group
 2019-04-25 12:45 UTC 

[Cluster-devel] [PATCH v3] gfs2: Convert gfs2 to fs_context
 2019-04-18  6:40 UTC  (4+ messages)
    ` [Cluster-devel] [kbuild-all] "

[Cluster-devel] [PATCH 0/2] GFS2 counting fixes
 2019-04-09 15:41 UTC  (9+ messages)
` [Cluster-devel] [PATCH 1/2] gfs2: Fix occasional glock use-after-free

[Cluster-devel] [PATCH 00/19] gfs2: misc recovery patch collection
 2019-04-09 14:00 UTC  (22+ messages)
` [Cluster-devel] [PATCH 01/19] gfs2: log error reform
` [Cluster-devel] [PATCH 02/19] gfs2: Introduce concept of a pending withdraw
` [Cluster-devel] [PATCH 03/19] gfs2: Ignore recovery attempts if gfs2 has io error or is withdrawn
` [Cluster-devel] [PATCH 04/19] gfs2: move check_journal_clean to util.c for future use
` [Cluster-devel] [PATCH 05/19] gfs2: Allow some glocks to be used during withdraw
` [Cluster-devel] [PATCH 06/19] gfs2: Make secondary withdrawers wait for first withdrawer
` [Cluster-devel] [PATCH 07/19] gfs2: Don't write log headers after file system withdraw
` [Cluster-devel] [PATCH 08/19] gfs2: Force withdraw to replay journals and wait for it to finish
` [Cluster-devel] [PATCH 09/19] gfs2: Add verbose option to check_journal_clean
` [Cluster-devel] [PATCH 10/19] gfs2: Check for log write errors before telling dlm to unlock
` [Cluster-devel] [PATCH 11/19] gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
` [Cluster-devel] [PATCH 12/19] gfs2: If the journal isn't live ignore log flushes
` [Cluster-devel] [PATCH 13/19] gfs2: Issue revokes more intelligently
` [Cluster-devel] [PATCH 14/19] gfs2: Warn when a journal replay overwrites a rgrp with buffers
` [Cluster-devel] [PATCH 15/19] gfs2: log which portion of the journal is replayed
` [Cluster-devel] [PATCH 16/19] gfs2: Only remove revokes that we've submitted
` [Cluster-devel] [PATCH 17/19] gfs2: eliminate tr_num_revoke_rm
` [Cluster-devel] [PATCH 18/19] gfs2: don't call go_unlock unless demote is close at hand
` [Cluster-devel] [PATCH 19/19] gfs2: clean_journal was setting sd_log_flush_head replaying other journals

[Cluster-devel] [PATCH] libgfs2: Import gfs2_ondisk.h
 2019-04-09 13:14 UTC  (8+ messages)

[Cluster-devel] gfs2 iomap dealock, IOMAP_F_UNBALANCED
 2019-04-09 12:27 UTC  (12+ messages)

[Cluster-devel] [gfs2:for-next.glock-refcount 4/6] fs/gfs2/lops.c:873:34: sparse: symbol 'gfs2_buf_lops' was not declared. Should it be static?
 2019-04-08 16:42 UTC  (2+ messages)
` [Cluster-devel] [RFC PATCH gfs2] gfs2: gfs2_buf_lops can be static

[Cluster-devel] [GFS2 PATCH 1/4] gfs2: Remove misleading comments in gfs2_evict_inode
 2019-04-05 17:55 UTC  (4+ messages)
` [Cluster-devel] [GFS2 PATCH 2/4] gfs2: Remove unnecessary extern declarations
` [Cluster-devel] [GFS2 PATCH 3/4] gfs2: Rename sd_log_le_{revoke, ordered}
` [Cluster-devel] [GFS2 PATCH 4/4] gf2: Rename gfs2_trans_{add_unrevoke => remove_revoke}

[Cluster-devel] [GFS2 PATCH 1/2] gfs2: Fix occasional glock use-after-free
 2019-04-05 17:54 UTC  (2+ messages)
` [Cluster-devel] [GFS2 PATCH 2/2] gfs2: Replace gl_revokes with a GLF flag

[Cluster-devel] [PATCH v2 1/3] dlm: check if workqueues are NULL before flushing/destroying
 2019-04-05 17:11 UTC  (4+ messages)
` [Cluster-devel] [PATCH v2 2/3] dlm: add TCP multihoming/failover support
` [Cluster-devel] [PATCH v2 3/3] dlm: allow binding to all network interfaces

[Cluster-devel] [gfs2:for-next.recovery3 2/19] fs/gfs2/lops.c:215:43: sparse: incorrect type in assignment (different base types)
 2019-04-04 22:19 UTC 

[Cluster-devel] [PATCH v5] gfs2: clean_journal improperly set sd_log_flush_head
 2019-04-03 17:36 UTC 

[Cluster-devel] [PATCH v4] gfs2: clean_journal improperly set sd_log_flush_head
 2019-04-03 15:55 UTC 

[Cluster-devel] [GFS2 PATCH v3] gfs2: clean_journal improperly set sd_log_flush_head
 2019-04-02 10:06 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH V2] gfs2: clean_journal was setting sd_log_flush_head replaying other journals
 2019-03-28 11:58 UTC  (2+ messages)

[Cluster-devel] [RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API
 2019-03-27 23:49 UTC  (2+ messages)
` [Cluster-devel] [RFC PATCH 68/68] gfs2: Convert gfs2 to fs_context

[Cluster-devel] [PATCH v2] gfs2: Fix lru_count going negative
 2019-03-27 17:47 UTC  (2+ messages)

[Cluster-devel] Assertion failure: sdp->sd_log_blks_free <= sdp->sd_jdesc->jd_blocks
 2019-03-27 17:04 UTC  (6+ messages)

[Cluster-devel] GFS2 filesystem corruption when mkfs block size (4k) does not match blockdevice blocksize (512 bytes)
 2019-03-27  0:13 UTC  (3+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: clean_journal was setting sd_log_flush_head replaying other journals
 2019-03-25 15:40 UTC 

[Cluster-devel] [PATCH v2 0/2] gfs2: Switch to the new mount API
 2019-03-21 18:36 UTC  (10+ messages)
` [Cluster-devel] [PATCH v2 1/2] gfs2: Convert gfs2 to fs_context
` [Cluster-devel] [PATCH v2 2/2] gfs2: Convert gfs2meta "
      ` [Cluster-devel] [PATCH] vfs: Allow selection of fs root independent of sb

[Cluster-devel] [PATCH 1/2] gfs2: Convert gfs2 to fs_context
 2019-03-19 13:38 UTC  (6+ messages)
  ` [Cluster-devel] [PATCH 0/2] gfs2: Switch to the new mount API


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