cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-21 03:21:57 to 2018-11-12 14:29:14 UTC [more...]

[Cluster-devel] [GFS2 PATCH 0/4] jhead lookup using bios
 2018-11-12 14:29 UTC  (11+ messages)
` [Cluster-devel] [GFS2 PATCH 1/4] gfs2: add more timing info to journal recovery process
` [Cluster-devel] [GFS2 PATCH 2/4] gfs2: changes to gfs2_log_XXX_bio
` [Cluster-devel] [GFS2 PATCH 3/4] gfs2: add a helper function to get_log_header that can be used elsewhere
` [Cluster-devel] [GFS2 PATCH 4/4] gfs2: read journal in large chunks to locate the head

[Cluster-devel] [PATCH] gfs2: Fix iomap buffer head reference counting bug
 2018-11-11 13:50 UTC 

[Cluster-devel] [PATCH V8 12/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
 2018-11-09 16:26 UTC 

[Cluster-devel] [PATCH 0/3] dlm: fix various incorrect behaviors
 2018-11-09 15:15 UTC  (6+ messages)
` [Cluster-devel] [PATCH 1/3] dlm: fix invalid free
` [Cluster-devel] [PATCH 2/3] dlm: don't allow zero length names
` [Cluster-devel] [PATCH 3/3] dlm: don't leak kernel pointer to userspace

[Cluster-devel] [PATCH] gfs2: Fix metadata read-ahead during truncate (2)
 2018-11-09 12:00 UTC 

[Cluster-devel] [DLM PATCH] dlm: Don't swamp the CPU with callbacks queued during recovery
 2018-11-09 10:14 UTC  (2+ messages)

[Cluster-devel] [PATCH 0/2] gfs2: improvements to recovery and withdraw process
 2018-11-08 20:25 UTC  (3+ messages)
` [Cluster-devel] [PATCH 1/2] gfs2: Ignore recovery attempts if gfs2 has io error or is withdrawn
` [Cluster-devel] [PATCH 2/2] gfs2: initiate journal recovery as soon as a node withdraws

[Cluster-devel] [PATCH] gfs2: Put bitmap buffers in put_super
 2018-11-06 10:57 UTC  (3+ messages)

[Cluster-devel] [PATCH] dlm: remove unnecessary condition check
 2018-11-01 14:15 UTC 

[Cluster-devel] GFS2: Patches pulled
 2018-10-24 17:21 UTC 

[Cluster-devel] GFS2: Pull request (merge window)
 2018-10-24 16:41 UTC  (3+ messages)

[Cluster-devel] [PATCH 00/18] GFS2: Pre-pull patch posting (merge window)
 2018-10-23 12:40 UTC  (19+ messages)
` [Cluster-devel] [PATCH 01/18] gfs2: improve debug information when lvb mismatches are found
` [Cluster-devel] [PATCH 02/18] gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated
` [Cluster-devel] [PATCH 03/18] gfs2: slow the deluge of io error messages
` [Cluster-devel] [PATCH 04/18] gfs2: Use fs_* functions instead of pr_* function where we can
` [Cluster-devel] [PATCH 05/18] gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
` [Cluster-devel] [PATCH 06/18] GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads
` [Cluster-devel] [PATCH 07/18] gfs2: getlabel support
` [Cluster-devel] [PATCH 08/18] gfs2: Always check the result of gfs2_rbm_from_block
` [Cluster-devel] [PATCH 09/18] gfs2: Clean up out-of-bounds check in gfs2_rbm_from_block
` [Cluster-devel] [PATCH 10/18] gfs2: Move rs_{sizehint, rgd_gh} fields into the inode
` [Cluster-devel] [PATCH 11/18] gfs2: Remove unused RGRP_RSRV_MINBYTES definition
` [Cluster-devel] [PATCH 12/18] gfs2: Rename bitmap.bi_{len => bytes}
` [Cluster-devel] [PATCH 13/18] gfs2: Fix some minor typos
` [Cluster-devel] [PATCH 14/18] gfs2: Fix marking bitmaps non-full
` [Cluster-devel] [PATCH 15/18] gfs2: Remove unnecessary gfs2_rlist_alloc parameter
` [Cluster-devel] [PATCH 16/18] gfs2: Pass resource group to rgblk_free
` [Cluster-devel] [PATCH 17/18] gfs2: write revokes should traverse sd_ail1_list in reverse
` [Cluster-devel] [PATCH 18/18] gfs2: Fix minor typo: couln't versus couldn't

[Cluster-devel] [GFS2 v2 PATCH 4/4] gfs2: read journal in large chunks to locate the head
 2018-10-19  4:29 UTC 

[Cluster-devel] [PATCH] dlm_controld: check write return value
 2018-10-16 20:08 UTC 

[Cluster-devel] [PATCH] dlm: Toplevel Makefile always returns success
 2018-10-16 19:54 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: write revokes should traverse sd_ail1_list in reverse
 2018-10-15 17:25 UTC 

[Cluster-devel] [GIT PULL] gfs2: another 4.19 fix
 2018-10-13  7:28 UTC  (2+ messages)

[Cluster-devel] [PATCH] gfs2: Clean up gfs2_is_{ordered, writeback}
 2018-10-12 18:19 UTC 

[Cluster-devel] [PATCH] gfs2: Fix iomap buffered write support for journaled files (2)
 2018-10-12 16:25 UTC 

[Cluster-devel] [PATCH 0/9] gfs2: Minor cleanups and fixes
 2018-10-12 12:48 UTC  (15+ messages)
` [Cluster-devel] [PATCH 1/9] gfs2: Always check the result of gfs2_rbm_from_block
` [Cluster-devel] [PATCH 2/9] gfs2: Clean up out-of-bounds check in gfs2_rbm_from_block
` [Cluster-devel] [PATCH 3/9] gfs2: Move rs_{sizehint, rgd_gh} fields into the inode
` [Cluster-devel] [PATCH 4/9] gfs2: Remove unused RGRP_RSRV_MINBYTES definition
` [Cluster-devel] [PATCH 5/9] gfs2: Rename bitmap.bi_{len => bytes}
` [Cluster-devel] [PATCH 6/9] gfs2: Fix some minor typos
` [Cluster-devel] [PATCH 7/9] gfs2: Fix marking bitmaps non-full
` [Cluster-devel] [PATCH 8/9] gfs2: Remove unnecessary gfs2_rlist_alloc parameter
` [Cluster-devel] [PATCH 9/9] gfs2: Pass resource group to rgblk_free

[Cluster-devel] [PATCH 0/2] GFS2 locking patches
 2018-10-11 19:28 UTC  (24+ messages)
` [Cluster-devel] [PATCH 1/2] GFS2: use schedule timeout in find insert glock
` [Cluster-devel] [PATCH 2/2] GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads

[Cluster-devel] [GIT PULL] gfs2: 4.19 fix
 2018-10-10  9:13 UTC  (2+ messages)

[Cluster-devel] [PATCH] gfs2: Fix iomap buffered write support for journaled files
 2018-10-09 16:31 UTC 

[Cluster-devel] [PATCH] gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
 2018-10-08 20:10 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: getlabel support
 2018-10-08 20:07 UTC  (4+ messages)

[Cluster-devel] [PATCH 00/11] gfs2: Prepare for resource group glock sharing
 2018-10-08 12:56 UTC  (19+ messages)
` [Cluster-devel] [PATCH 01/11] gfs2: Always check the result of gfs2_rbm_from_block
` [Cluster-devel] [PATCH 02/11] gfs2: Move rs_{sizehint, rgd_gh} fields into the inode
` [Cluster-devel] [PATCH 03/11] gfs2: Remove unused RGRP_RSRV_MINBYTES definition
` [Cluster-devel] [PATCH 04/11] gfs2: Rename bitmap.bi_{len => bytes}
` [Cluster-devel] [PATCH 05/11] gfs2: Fix some minor typos
` [Cluster-devel] [PATCH 06/11] gfs2: Only use struct gfs2_rbm for bitmap manipulations
` [Cluster-devel] [PATCH 07/11] gfs2: Fix marking bitmaps non-full
` [Cluster-devel] [PATCH 08/11] gfs2: Add per-reservation reserved block accounting
` [Cluster-devel] [PATCH 09/11] gfs2: Remove unnecessary gfs2_rlist_alloc parameter
` [Cluster-devel] [PATCH 10/11] gfs2: Pass resource group to rgblk_free
` [Cluster-devel] [PATCH 11/11] gfs2: Add local resource group locking

[Cluster-devel] KASAN: use-after-free Read in gfs2_log_flush
 2018-10-07  5:01 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: Use fs_* functions instead of pr_* where we can
 2018-10-05 16:32 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: slow the deluge of io error messages
 2018-10-04 15:26 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: print fsid when rgrp errors are found
 2018-10-04 15:20 UTC  (2+ messages)

[Cluster-devel] Any ideas on this?
 2018-10-02 15:57 UTC 

[Cluster-devel] [PATCH 0/2] GFS2: inplace_reserve performance improvements
 2018-10-02 13:50 UTC  (18+ messages)
` [Cluster-devel] [PATCH 1/2] Add some randomisation to the GFS2 resource group allocator
` [Cluster-devel] [PATCH 2/2] GFS2: Avoid recently demoted rgrps

[Cluster-devel] Leaking path or inconsistency LSM checking observed in fs/net
 2018-09-26 13:09 UTC  (4+ messages)

[Cluster-devel] [GFS2 RFC PATCH 0/3] Locating jhead using a pool of bios
 2018-09-25  9:42 UTC  (5+ messages)
` [Cluster-devel] [GFS2 RFC PATCH 1/3] gfs2: add more timing info to the journal recovery process
` [Cluster-devel] [GFS2 RFC PATCH 2/3] gfs2: add a helper function to get_log_header that can be used elsewhere
` [Cluster-devel] [GFS2 RFC PATCH 3/3] gfs2: introduce bio_pool to readahead journal to find jhead

[Cluster-devel] Sending patches for GFS2
 2018-09-20 13:57 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: on withdraw, force dlm to do unclean shutdown
 2018-09-19 10:02 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: purge ail1 and ail2 lists on withdraw
 2018-09-13 18:24 UTC 

[Cluster-devel] [GFS2 v2 PATCH 0/4] Speed up journal head lookup
 2018-09-10 18:46 UTC  (9+ messages)
` [Cluster-devel] [GFS2 v2 PATCH 1/4] gfs2: add timing info to map_journal_extents
` [Cluster-devel] [GFS2 v2 PATCH 2/4] gfs2: changes to gfs2_log_XXX_bio
` [Cluster-devel] [GFS2 v2 PATCH 3/4] gfs2: add a helper function to get_log_header that can be used elsewhere
` [Cluster-devel] [GFS2 v2 PATCH 4/4] gfs2: read journal in large chunks to locate the head

[Cluster-devel] [GFS2 PATCH 0/4] Speed up journal head lookup
 2018-09-07 12:51 UTC  (9+ messages)
` [Cluster-devel] [GFS2 PATCH 1/4] gfs2: add timing info to map_journal_extents
` [Cluster-devel] [GFS2 PATCH 2/4] gfs2: changes to gfs2_log_XXX_bio
` [Cluster-devel] [GFS2 PATCH 3/4] gfs2: add a helper function to get_log_header that can be used elsewhere
` [Cluster-devel] [GFS2 PATCH 4/4] gfs2: read journal in large chunks to locate the head

[Cluster-devel] [PATCH v2] fsck.gfs2: Don't check fs formats we don't recognise
 2018-09-06 17:51 UTC  (3+ messages)

[Cluster-devel] [gfs2:iomap-alloc 3/8] fs//gfs2/bmap.c:173 __gfs2_unstuff_dinode() error: uninitialized symbol 'error'
 2018-08-31 19:40 UTC 

[Cluster-devel] [PATCH 0/8] Get rid of gfs2_write_calc_reserv in gfs2_iomap_begin_write
 2018-08-29 10:12 UTC  (10+ messages)
` [Cluster-devel] [PATCH 1/8] gfs2: Don't depend on mp_aheight in clone_metapath
` [Cluster-devel] [PATCH 2/8] gfs2: Split gfs2_indirect_init
` [Cluster-devel] [PATCH 3/8] gfs2: Move empty inode check out of gfs2_unstuff_dinode
` [Cluster-devel] [PATCH 4/8] gfs2: Don't create unnecessary indirect blocks
` [Cluster-devel] [PATCH 5/8] gfs2: Improve gfs2_alloc_size for stuffed files
` [Cluster-devel] [PATCH 6/8] gfs2: Rename size to len in gfs2_alloc_size
` [Cluster-devel] [PATCH 7/8] gfs2: Move gfs2_alloc_size out of gfs2_iomap_get
` [Cluster-devel] [PATCH 8/8] gfs2: Get rid of gfs2_write_calc_reserv in gfs2_iomap_begin_write

[Cluster-devel] [PATCH] dlm: remove unnecessary condition check
 2018-08-27 23:47 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: Turn the rgrplvb mount option on by default
 2018-08-24 13:45 UTC 


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