messages from 2019-04-08 08:53:34 to 2019-05-23 13:04:09 UTC [more...]
[Cluster-devel] [GFS2 PATCH v6 00/26] gfs2: misc recovery patch collection
2019-05-23 13:04 UTC (15+ messages)
` [Cluster-devel] [GFS2 PATCH v6 01/26] gfs2: kthread and remount improvements
` [Cluster-devel] [GFS2 PATCH v6 02/26] gfs2: eliminate tr_num_revoke_rm
` [Cluster-devel] [GFS2 PATCH v6 03/26] gfs2: log which portion of the journal is replayed
` [Cluster-devel] [GFS2 PATCH v6 04/26] gfs2: Warn when a journal replay overwrites a rgrp with buffers
` [Cluster-devel] [GFS2 PATCH v6 05/26] gfs2: Change SDF_SHUTDOWN to SDF_WITHDRAWN
` [Cluster-devel] [GFS2 PATCH v6 06/26] gfs2: simplify gfs2_freeze by removing case
` [Cluster-devel] [GFS2 PATCH v6 07/26] gfs2: dump fsid when dumping glock problems
` [Cluster-devel] [GFS2 PATCH v6 08/26] gfs2: replace more printk with calls to fs_info and friends
` [Cluster-devel] [GFS2 PATCH v6 09/26] gfs2: Introduce concept of a pending withdraw
` [Cluster-devel] [GFS2 PATCH v6 10/26] gfs2: fix infinite loop in gfs2_ail1_flush on io error
` [Cluster-devel] [GFS2 PATCH v6 11/26] gfs2: log error reform
` [Cluster-devel] [GFS2 PATCH v6 12/26] gfs2: Only complain the first time an io error occurs in quota or log
` [Cluster-devel] [GFS2 PATCH v6 13/26] gfs2: Stop ail1 wait loop when withdrawn
` [Cluster-devel] [GFS2 PATCH v6 14/26] gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
[Cluster-devel] [PATCH AUTOSEL 4.4 01/92] gfs2: Fix lru_count going negative
2019-05-22 19:29 UTC
[Cluster-devel] [PATCH AUTOSEL 4.9 001/114] gfs2: Fix lru_count going negative
2019-05-22 19:28 UTC
[Cluster-devel] [PATCH AUTOSEL 4.14 001/167] gfs2: Fix lru_count going negative
2019-05-22 19:26 UTC (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 4.14 005/167] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [PATCH AUTOSEL 4.19 001/244] gfs2: Fix lru_count going negative
2019-05-22 19:22 UTC (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 4.19 005/244] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [PATCH AUTOSEL 5.0 001/317] gfs2: Fix lru_count going negative
2019-05-22 19:18 UTC (3+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.0 005/317] gfs2: fix race between gfs2_freeze_func and unmount
` [Cluster-devel] [PATCH AUTOSEL 5.0 007/317] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [PATCH AUTOSEL 5.1 001/375] gfs2: Fix lru_count going negative
2019-05-22 19:15 UTC (3+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.1 005/375] gfs2: fix race between gfs2_freeze_func and unmount
` [Cluster-devel] [PATCH AUTOSEL 5.1 008/375] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [GIT PULL] gfs2: Fix sign extension bug in gfs2_update_stats
2019-05-22 16:00 UTC (2+ messages)
[Cluster-devel] [PATCH 1/2] gfs2: Clean up freeing struct gfs2_sbd
2019-05-17 18:39 UTC (2+ messages)
` [Cluster-devel] [PATCH 2/2] gfs2: Fix sign extension error in gfs2_update_stats
[Cluster-devel] [gfs2:for-next.recovery6o 11/25] fs/gfs2/lops.c:215:22: sparse: sparse: incorrect type in initializer (different base types)
2019-05-16 4:45 UTC
[Cluster-devel] [GFS2 v4 PATCH 00/25] gfs2: misc recovery patch collection
2019-05-15 19:38 UTC (26+ messages)
` [Cluster-devel] [GFS2 v4 PATCH 01/25] gfs2: kthread and remount improvements
` [Cluster-devel] [GFS2 v4 PATCH 02/25] gfs2: eliminate tr_num_revoke_rm
` [Cluster-devel] [GFS2 v4 PATCH 03/25] gfs2: log which portion of the journal is replayed
` [Cluster-devel] [GFS2 v4 PATCH 04/25] gfs2: Warn when a journal replay overwrites a rgrp with buffers
` [Cluster-devel] [GFS2 v4 PATCH 05/25] gfs2: Change SDF_SHUTDOWN to SDF_WITHDRAWN
` [Cluster-devel] [GFS2 v4 PATCH 06/25] gfs2: simplify gfs2_freeze by removing case
` [Cluster-devel] [GFS2 v4 PATCH 07/25] gfs2: dump fsid when dumping glock problems
` [Cluster-devel] [GFS2 v4 PATCH 08/25] gfs2: replace more printk with calls to fs_info and friends
` [Cluster-devel] [GFS2 v4 PATCH 09/25] gfs2: Introduce concept of a pending withdraw
` [Cluster-devel] [GFS2 v4 PATCH 10/25] gfs2: log error reform
` [Cluster-devel] [GFS2 v4 PATCH 11/25] gfs2: Only complain the first time an io error occurs in quota or log
` [Cluster-devel] [GFS2 v4 PATCH 12/25] gfs2: Stop ail1 wait loop when withdrawn
` [Cluster-devel] [GFS2 v4 PATCH 13/25] gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
` [Cluster-devel] [GFS2 v4 PATCH 14/25] gfs2: move check_journal_clean to util.c for future use
` [Cluster-devel] [GFS2 v4 PATCH 15/25] gfs2: Allow some glocks to be used during withdraw
` [Cluster-devel] [GFS2 v4 PATCH 16/25] gfs2: Don't loop forever in gfs2_freeze if withdrawn
` [Cluster-devel] [GFS2 v4 PATCH 17/25] gfs2: Make secondary withdrawers wait for first withdrawer
` [Cluster-devel] [GFS2 v4 PATCH 18/25] gfs2: Don't write log headers after file system withdraw
` [Cluster-devel] [GFS2 v4 PATCH 19/25] gfs2: Force withdraw to replay journals and wait for it to finish
` [Cluster-devel] [GFS2 v4 PATCH 20/25] gfs2: Add verbose option to check_journal_clean
` [Cluster-devel] [GFS2 v4 PATCH 21/25] gfs2: Abort gfs2_freeze if io error is seen
` [Cluster-devel] [GFS2 v4 PATCH 22/25] gfs2: Check if holding freeze glock when making fs ro
` [Cluster-devel] [GFS2 v4 PATCH 23/25] gfs2: Issue revokes more intelligently
` [Cluster-devel] [GFS2 v4 PATCH 24/25] gfs2: Prepare to withdraw as soon as an IO error occurs in log write
` [Cluster-devel] [GFS2 v4 PATCH 25/25] gfs2: Check for log write errors before telling dlm to unlock
[Cluster-devel] [PATCH] gfs2: Fix error path kobject memory leak
2019-05-13 22:57 UTC (5+ messages)
[Cluster-devel] [PATCH] gfs2: Fix error path kobject memory leak
2019-05-13 21:40 UTC (5+ messages)
[Cluster-devel] GFS2: Pull Request
2019-05-08 21:50 UTC (8+ messages)
[Cluster-devel] GFS2: Pull Request (2nd attempt)
2019-05-08 20:02 UTC
[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 (5+ 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] 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 (8+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).