messages from 2016-08-26 04:53:00 to 2017-01-19 09:44:05 UTC [more...]
[Cluster-devel] [PATCH 0/8 v3] scope GFP_NOFS api
2017-01-19 9:44 UTC (37+ messages)
` [Cluster-devel] [PATCH 1/8] lockdep: allow to disable reclaim lockup detection
` [Cluster-devel] [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [Cluster-devel] [PATCH 3/8] mm: introduce memalloc_nofs_{save, restore} API
` [Cluster-devel] [PATCH 4/8] xfs: use memalloc_nofs_{save, restore} instead of memalloc_noio*
` [Cluster-devel] [PATCH 5/8] jbd2: mark the transaction context with the scope GFP_NOFS context
` [Cluster-devel] [PATCH 6/8] jbd2: make the whole kjournald2 kthread NOFS safe
` [Cluster-devel] [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
` [Cluster-devel] [DEBUG PATCH 0/2] debug explicit GFP_NO{FS, IO} usage from the scope context
` [Cluster-devel] [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS, IO} is used explicitly from memalloc_no{fs, io}_{save, restore} context
` [Cluster-devel] [DEBUG PATCH 2/2] silent warnings which we cannot do anything about
[Cluster-devel] [PATCH 1/2] gfs2_edit savemeta: Split out the rgrp saving code
2017-01-18 16:46 UTC (3+ messages)
` [Cluster-devel] [PATCH 2/2] gfs2_edit savemeta: Save corrupt rgrp headers
[Cluster-devel] Moving projects away from fedorahosted.org
2017-01-17 21:27 UTC (5+ messages)
` [Cluster-devel] Moving gfs2-utils "
` [Cluster-devel] Moving cluster project (Was: Moving gfs2-utils away from fedorahosted.org)
[Cluster-devel] [fsck.gfs2 PATCH] fsck.gfs2: Prevent rgrp segment overflow
2017-01-16 15:44 UTC (2+ messages)
[Cluster-devel] [libgfs2 PATCH] libgfs2: Make rg repair do better sanity checks on rindex
2017-01-16 15:32 UTC (5+ messages)
[Cluster-devel] fence-agents 4.0.25 release
2017-01-16 9:05 UTC
[Cluster-devel] [fsck.gfs PATCH] fsck.gfs2: Repair rindex entries that were destroyed
2017-01-13 20:33 UTC
[Cluster-devel] [fsck.gfs2 PATCH] fsck.gfs2: allow rindex recovery when too many segments
2017-01-13 20:30 UTC
[Cluster-devel] [PATCH 0/5] gfs2_edit fixes
2017-01-13 15:06 UTC (13+ messages)
` [Cluster-devel] [PATCH 1/5] gfs2_edit savemeta: Factor out the bh saving code
` [Cluster-devel] [PATCH 2/5] gfs2_edit savemeta: Don't read rgrp blocks twice
` [Cluster-devel] [PATCH 3/5] gfs2_edit savemeta: Follow lf_next
` [Cluster-devel] [PATCH 4/5] gfs2_edit: Fix unaligned access in restore_init()
` [Cluster-devel] [PATCH 5/5] gfs2_edit: Fix unaligned accesses due to saved_metablock size
[Cluster-devel] [GFS2 PATCH] [preliminary] gfs2: non-recursive delete
2017-01-11 11:36 UTC (2+ messages)
[Cluster-devel] [gfs2-utils PATCH] gfs2_edit: Add rgrepair option
2017-01-10 16:59 UTC (2+ messages)
[Cluster-devel] [GFS2 PATCH] GFS2: Expand and make useful the log_flush kernel trace point
2017-01-09 14:24 UTC (2+ messages)
[Cluster-devel] [PATCH] fs/dlm: Fix kernel memory disclosure
2017-01-09 13:27 UTC
[Cluster-devel] [GFS2 PATCH] GFS2: Wake up io waiters whenever a flush is done
2017-01-09 9:28 UTC (2+ messages)
[Cluster-devel] [GFS2 PATCH] GFS2: Made logd daemon take into account log demand
2017-01-06 17:05 UTC (2+ messages)
[Cluster-devel] Linux Foundation's open source file & storage conference CFP
2017-01-05 22:33 UTC
[Cluster-devel] [GFS2 PATCH v3] GFS2: Limit number of transaction blocks requested for truncates
2017-01-05 20:28 UTC
[Cluster-devel] [PATCH v1 43/54] gfs2: convert to bio_for_each_segment_all_sp()
2016-12-27 16:04 UTC
[Cluster-devel] [PATCH v1 00/54] block: support multipage bvec
2016-12-27 15:55 UTC
[Cluster-devel] [PATCH 0/9 v2] scope GFP_NOFS api
2016-12-22 9:38 UTC (32+ messages)
` [Cluster-devel] [PATCH 1/9] lockdep: allow to disable reclaim lockup detection
` [Cluster-devel] [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
` [Cluster-devel] [PATCH 2/9 v2] "
` [Cluster-devel] [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [Cluster-devel] [PATCH 4/9] mm: introduce memalloc_nofs_{save, restore} API
` [Cluster-devel] [PATCH 5/9] xfs: use memalloc_nofs_{save, restore} instead of memalloc_noio*
` [Cluster-devel] [PATCH 5/9 v2] "
` [Cluster-devel] [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [Cluster-devel] [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [Cluster-devel] [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [Cluster-devel] [PATCH 9/9] Revert "ext4: fix wrong gfp type under transaction"
` [Cluster-devel] [DEBUG PATCH 0/2] debug explicit GFP_NO{FS, IO} usage from the scope context
` [Cluster-devel] [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS, IO} is used explicitly from memalloc_no{fs, io}_{save, restore} context
` [Cluster-devel] [DEBUG PATCH 2/2] silent warnings which we cannot do anything about
[Cluster-devel] [GFS2 PATCH v2] GFS2: Limit number of transaction blocks requested for truncates
2016-12-20 10:14 UTC (2+ messages)
[Cluster-devel] [GFS2 PATCH] GFS2: Limit number of transaction blocks requested for truncates
2016-12-16 16:10 UTC (3+ messages)
[Cluster-devel] [bug report] GFS2: Use resizable hash table for glocks
2016-12-16 13:22 UTC (7+ messages)
` [Cluster-devel] [patch] GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next
[Cluster-devel] Question on LVB when the node that held EX lock crash
2016-12-01 9:51 UTC (7+ messages)
[Cluster-devel] [PATCH] fsck.gfs2: Handle gfs2_readi() errors in check_statfs()
2016-11-11 14:04 UTC (2+ messages)
[Cluster-devel] [PATCH v2 0/3] Implement iomap for fiemap in GFS2
2016-11-07 12:03 UTC (13+ messages)
` [Cluster-devel] [PATCH v2 1/3] GFS2: Make height info part of metapath
` [Cluster-devel] [PATCH v2 2/3] GFS2: Implement iomap for block_map
` [Cluster-devel] [PATCH v2 3/3] GFS2: Switch fiemap implementation to use iomap
[Cluster-devel] [PATCH 00/60] block: support multipage bvec
2016-10-31 22:52 UTC (4+ messages)
` [Cluster-devel] [PATCH 53/60] gfs2: convert to bio_for_each_segment_all_rd()
[Cluster-devel] [PATCH] fs: dlm: lockspace: constify kset_uevent_ops structures
2016-10-27 20:07 UTC (2+ messages)
[Cluster-devel] [PATCH -next] dlm: fix error return code in sctp_accept_from_sock()
2016-10-26 5:59 UTC (4+ messages)
[Cluster-devel] [PATCH 0/4] Implement iomap for fiemap in GFS2
2016-10-21 12:08 UTC (7+ messages)
` [Cluster-devel] [PATCH 1/4] GFS2: Remove bh_map requirements from gfs2_bmap_alloc
` [Cluster-devel] [PATCH 2/4] GFS2: Make height info part of metapath
` [Cluster-devel] [PATCH 3/4] GFS2: Implement iomap for block_map
` [Cluster-devel] [PATCH 4/4] GFS2: Switch fiemap implementation to use iomap
[Cluster-devel] [DLM PATCH] DLM: Don't specify WQ_UNBOUND for the ast callback workqueue
2016-10-19 16:14 UTC (2+ messages)
[Cluster-devel] [DLM PATCH] DLM: Remove lock_sock to avoid scheduling while atomic
2016-10-19 15:38 UTC (2+ messages)
[Cluster-devel] [DLM PATCH] DLM: Don't save callbacks after accept
2016-10-19 15:37 UTC (2+ messages)
[Cluster-devel] [PATCH] dlm: free workqueues after the connections
2016-10-08 13:14 UTC
[Cluster-devel] GFS2: Patches pulled, linux-gfs2.git rebased
2016-10-05 13:35 UTC
[Cluster-devel] GFS2: Pull request (merge window)
2016-10-03 16:52 UTC
[Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window)
2016-10-03 12:57 UTC (7+ messages)
` [Cluster-devel] [PATCH 1/6] GFS2: use BIT() macro
` [Cluster-devel] [PATCH 2/6] gfs2: Remove dirty buffer warning from gfs2_releasepage
` [Cluster-devel] [PATCH 3/6] gfs2: Fix extended attribute readahead optimization
` [Cluster-devel] [PATCH 4/6] gfs2: fix to detect failure of register_shrinker
` [Cluster-devel] [PATCH 5/6] gfs2: Update file times after grabbing glock
` [Cluster-devel] [PATCH 6/6] gfs2: Initialize atime of I_NEW inodes
[Cluster-devel] [PATCH 1/2] gfs2: Update file times after grabbing glock
2016-09-26 18:42 UTC (4+ messages)
` [Cluster-devel] [PATCH 2/2] gfs2: Initialize atime of I_NEW inodes
[Cluster-devel] [GFS2 0/3] File timestamp related bugs
2016-09-22 15:03 UTC (6+ messages)
` [Cluster-devel] [GFS2 1/3] Revert "[fs] gfs2: Only refresh newer in-memory timestamps"
` [Cluster-devel] [GFS2 2/3] gfs2: Update file times after grabbing glock
` [Cluster-devel] [GFS2 3/3] gfs2: Initialize atime of I_NEW inodes
[Cluster-devel] [PATCH] gfs2: fix to detect failure of register_shrinker
2016-09-21 17:36 UTC (2+ messages)
[Cluster-devel] [PATCH] dlm: audit and remove any unnecessary uses of module.h
2016-09-19 20:44 UTC
[Cluster-devel] [PATCH] dlm: make genl_ops const
2016-08-31 17:26 UTC
[Cluster-devel] [PATCH linux-gfs2] fs: gfs2: Check if the return value of rhashtable_walk_start is -EAGAIN
2016-08-26 13:35 UTC (3+ messages)
[Cluster-devel] fence-agents 4.0.24 release
2016-08-26 10:07 UTC
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).