cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-30 17:48:30 to 2019-06-26 02:32:18 UTC [more...]

[Cluster-devel] [PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-26  2:32 UTC  (3+ messages)
` [Cluster-devel] [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [Cluster-devel] [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR

[Cluster-devel] [PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-25 18:17 UTC  (14+ messages)
` [Cluster-devel] [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [Cluster-devel] [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [Cluster-devel] [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [Cluster-devel] [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints

[Cluster-devel] [PATCH] fs: Move mark_inode_dirty out of __generic_write_end
 2019-06-25 18:13 UTC  (9+ messages)

[Cluster-devel] [RFC][PATCH] wake_up_var() memory ordering
 2019-06-25 13:27 UTC  (7+ messages)

[Cluster-devel] [PATCH 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-20 13:46 UTC  (12+ messages)
` [Cluster-devel] [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
  ` [Cluster-devel] [Jfs-discussion] "
  ` [Cluster-devel] [PATCH v2 "
` [Cluster-devel] [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [Cluster-devel] [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [Cluster-devel] [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints

[Cluster-devel] [GIT PULL] gfs2: Fix rounding error in gfs2_iomap_page_prepare
 2019-06-15  4:05 UTC  (2+ messages)

[Cluster-devel] [PATCH] gfs2: Fix rounding error in gfs2_iomap_page_prepare
 2019-06-14 16:46 UTC 

[Cluster-devel] [PATCH] dlm: no need to check return value of debugfs_create functions
 2019-06-12 15:59 UTC  (2+ messages)

[Cluster-devel] [PATCH] fs: gfs2: Use IS_ERR_OR_NULL
 2019-06-12  1:17 UTC  (4+ messages)
  ` [Cluster-devel] [PATCH v2] "

[Cluster-devel] [PATCH] dlm_controld: trigger network interface failover if a communications error is detected
 2019-06-11 13:21 UTC 

[Cluster-devel] [GFS2 PATCH 01/12] gfs2: Fix loop in gfs2_rbm_find (v2)
 2019-06-11  8:29 UTC  (15+ 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] [PATCH] gfs2: replace ktype default_attrs with default_groups
 2019-06-07 18:23 UTC 

[Cluster-devel] [GET PULL] Revert "gfs2: Replace gl_revokes with a GLF flag"
 2019-06-06 14:44 UTC 

[Cluster-devel] [GFS2 PATCH v6 00/26] gfs2: misc recovery patch collection
 2019-05-29 16:20 UTC  (28+ 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] [GFS2 PATCH v6 15/26] gfs2: move check_journal_clean to util.c for future use
` [Cluster-devel] [GFS2 PATCH v6 16/26] gfs2: Allow some glocks to be used during withdraw
` [Cluster-devel] [GFS2 PATCH v6 17/26] gfs2: Don't loop forever in gfs2_freeze if withdrawn
` [Cluster-devel] [GFS2 PATCH v6 18/26] gfs2: Make secondary withdrawers wait for first withdrawer
` [Cluster-devel] [GFS2 PATCH v6 19/26] gfs2: Don't write log headers after file system withdraw
` [Cluster-devel] [GFS2 PATCH v6 20/26] gfs2: Force withdraw to replay journals and wait for it to finish
` [Cluster-devel] [GFS2 PATCH v6 21/26] gfs2: fix infinite loop when checking ail item count before go_inval
` [Cluster-devel] [GFS2 PATCH v6 22/26] gfs2: Add verbose option to check_journal_clean
` [Cluster-devel] [GFS2 PATCH v6 23/26] gfs2: Abort gfs2_freeze if io error is seen
` [Cluster-devel] [GFS2 PATCH v6 24/26] gfs2: Issue revokes more intelligently
` [Cluster-devel] [GFS2 PATCH v6 25/26] gfs2: Prepare to withdraw as soon as an IO error occurs in log write
` [Cluster-devel] [GFS2 PATCH v6 26/26] gfs2: Check for log write errors before telling dlm to unlock

[Cluster-devel] GFS2 filesystem corruption when mkfs block size (4k) does not match blockdevice blocksize (512 bytes)
 2019-05-23 15:41 UTC  (4+ messages)

[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 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  (4+ messages)

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


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