cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-06 10:47:31 to 2018-05-30 19:14:31 UTC [more...]

[Cluster-devel] [GFS2 PATCH] GFS2: Fix allocation error bug with recursive rgrp glocking
 2018-05-30 19:14 UTC 

[Cluster-devel] [PATCH v5 00/14] gfs2 iomap write support
 2018-05-30 15:48 UTC  (17+ messages)
` [Cluster-devel] [PATCH v5 01/14] gfs2: Update find_metapath comment
` [Cluster-devel] [PATCH v5 02/14] gfs2: hole_size improvement
` [Cluster-devel] [PATCH v5 03/14] gfs2: gfs2_stuffed_write_end cleanup
` [Cluster-devel] [PATCH v5 04/14] gfs2: Remove ordered write mode handling from gfs2_trans_add_data
` [Cluster-devel] [PATCH v5 05/14] gfs2: Iomap cleanups and improvements
` [Cluster-devel] [PATCH v5 06/14] iomap: Add write_{begin, end} iomap operations
` [Cluster-devel] [PATCH v5 07/14] iomap: Mark newly allocated buffer heads as new
` [Cluster-devel] [PATCH v5 08/14] gfs2: iomap buffered write support
` [Cluster-devel] [PATCH v5 09/14] gfs2: gfs2_extent_length cleanup
` [Cluster-devel] [PATCH v5 10/14] iomap: Complete partial direct I/O writes synchronously
` [Cluster-devel] [PATCH v5 11/14] gfs2: iomap direct I/O support
` [Cluster-devel] [PATCH v5 12/14] gfs2: Remove gfs2_write_{begin, end}
` [Cluster-devel] [PATCH v5 13/14] iomap: inline data should be an iomap type, not a flag
` [Cluster-devel] [PATCH v5 14/14] gfs2: Handle stuffed files in iomap_{begin, end}

[Cluster-devel] [RHEL6.10 PATCH] GFS2: allow gfs2_write_calc_reserv to use minimum values for rindex
 2018-05-30 12:29 UTC  (2+ messages)

[Cluster-devel] [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
 2018-05-30 11:03 UTC  (8+ messages)
  ` [Cluster-devel] [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2

[Cluster-devel] [PATCH] gfs2-utils: Fix bashism in test script
 2018-05-30 10:33 UTC  (2+ messages)

[Cluster-devel] [PATCH] dlm: remove O_NONBLOCK flag in sctp_connect_to_sock
 2018-05-30  9:23 UTC  (2+ messages)

[Cluster-devel] [RFC PATCH 0/3] Speed up journal head lookup
 2018-05-29 10:15 UTC  (8+ messages)
` [Cluster-devel] [RFC PATCH 1/3] gfs2: allow map_journal_extents() to take a journal descriptor as argument
` [Cluster-devel] [RFC PATCH 2/3] gfs2: add timing info for various stages of journal recovery
` [Cluster-devel] [RFC PATCH 3/3] gfs2: read journal in large chunks to locate the head

[Cluster-devel] [PATCH v4 00/11] gfs2 iomap write support
 2018-05-28 13:02 UTC  (24+ messages)
` [Cluster-devel] [PATCH v4 01/11] gfs2: Update find_metapath comment
` [Cluster-devel] [PATCH v4 02/11] gfs2: hole_size improvement
` [Cluster-devel] [PATCH v4 03/11] gfs2: gfs2_stuffed_write_end cleanup
` [Cluster-devel] [PATCH v4 04/11] gfs2: Remove ordered write mode handling from gfs2_trans_add_data
` [Cluster-devel] [PATCH v4 05/11] gfs2: Iomap cleanups and improvements
` [Cluster-devel] [PATCH v4 06/11] iomap: Add write_{begin, end} iomap operations
` [Cluster-devel] [PATCH v4 07/11] gfs2: iomap buffered write support
` [Cluster-devel] [PATCH v4 08/11] gfs2: gfs2_extent_length cleanup
` [Cluster-devel] [PATCH v4 09/11] gfs2: iomap direct I/O support
` [Cluster-devel] [PATCH v4 10/11] gfs2: Remove gfs2_write_{begin, end}
` [Cluster-devel] [PATCH v4 11/11] iomap: Complete partial direct I/O writes synchronously

[Cluster-devel] gfs2 iomap: BUG_ON(buffer_unmapped) in submit_bh_wbc
 2018-05-25 12:24 UTC  (4+ messages)

[Cluster-devel] gfs2-utils 3.2.0 released
 2018-05-24 10:53 UTC 

[Cluster-devel] [GFS2 PATCH 0/2] Improve throughput through rgrp sharing (v3)
 2018-05-21  8:56 UTC  (6+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Introduce LM_FLAG_NODE_EX holder bit: Node Exclusive sharing
` [Cluster-devel] [GFS2 PATCH 2/2] GFS2: Introduce rgrp sharing

[Cluster-devel] [GFS2 PATCH 0/2] GFS2: Bulk submit ordered writes
 2018-05-15 20:31 UTC  (4+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Move function gfs2_ordered_wait before ordered_write
` [Cluster-devel] [GFS2 PATCH 2/2] GFS2: Submit all ordered writes in bulk, wait after that

[Cluster-devel] [GFS2 PATCH] GFS2: Add to tail, not head, of transaction
 2018-05-15 17:12 UTC  (2+ messages)

[Cluster-devel] [gfs2:iomap-write 3/12] bmap.c:undefined reference to `__udivdi3'
 2018-05-15  2:17 UTC 

[Cluster-devel] [PATCH 1/2] GFS2: Introduce GLF_EX_SHARING bit: local EX sharing
 2018-05-14 21:20 UTC 

[Cluster-devel] gfs2-utils: mkfs segfault with 4.16 kernel
 2018-05-14 13:48 UTC  (18+ messages)

[Cluster-devel] vmalloc with GFP_NOFS
 2018-05-10  7:18 UTC  (29+ messages)

[Cluster-devel] [PATCH] gfs2-utils tests: Fix testsuite cleanup
 2018-05-09 17:05 UTC  (2+ messages)

[Cluster-devel] [PATCH 0/2] Improve throughput through rgrp sharing (v2)
 2018-05-09  8:06 UTC  (4+ messages)
` [Cluster-devel] [PATCH 1/2] GFS2: Introduce GLF_EX_SHARING bit: local EX sharing
` [Cluster-devel] [PATCH 2/2] GFS2: Take advantage of new EXSH glock mode for rgrps

[Cluster-devel] [PATCH] mkfs.gfs2: fix tests call to gfs_max_blocks
 2018-05-04 10:22 UTC  (2+ messages)

[Cluster-devel] [PATCH] dlm: fix a clerical error when set SCTP_NODELAY
 2018-05-02 14:58 UTC  (2+ messages)

[Cluster-devel] [PATCH] dlm: make sctp_connect_to_sock() return in specified time
 2018-04-26  7:14 UTC 

[Cluster-devel] About locking granularity of gfs2
 2018-04-25  1:38 UTC  (6+ messages)

[Cluster-devel] [GFS2 PATCH v1 0/2] Improve throughput through rgrp sharing
 2018-04-19  8:43 UTC  (9+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Introduce EXSH (exclusively shared on one node)
` [Cluster-devel] [GFS2 PATCH 2/2] GFS2: Take advantage of new EXSH glock mode for rgrps

[Cluster-devel] [PATCH] mkfs.gfs2: Zero blocks in alignment gaps
 2018-04-17 14:09 UTC  (2+ messages)

[Cluster-devel] [PATCH] fs: gfs2: Adding new return type vm_fault_t
 2018-04-17  2:08 UTC  (4+ messages)

[Cluster-devel] [PATCH] gfs2: Remove sdp->sd_jheightsize
 2018-04-16 16:39 UTC  (4+ messages)

[Cluster-devel] GFS2: Patches pulled, linux-gfs2.git for-next rebased (again)
 2018-04-13 14:00 UTC 

[Cluster-devel] GFS2: Pull request #2 (merge window)
 2018-04-12 18:53 UTC 

[Cluster-devel] [PATCH 0/3] GFS2: Second pre-pull patch posting (merge window)
 2018-04-12 18:44 UTC  (4+ messages)
` [Cluster-devel] [PATCH 1/3] lockref: Add lockref_put_not_zero
` [Cluster-devel] [PATCH 2/3] gfs2: Stop using rhashtable_walk_peek
` [Cluster-devel] [PATCH 3/3] GFS2: Minor improvements to comments and documentation

[Cluster-devel] [PATCH 0/3] GFS2: Second pre-pull patch posting (merge window)
 2018-04-12 17:14 UTC  (4+ messages)
` [Cluster-devel] [PATCH 1/3] lockref: Add lockref_put_not_zero
` [Cluster-devel] [PATCH 2/3] gfs2: Stop using rhashtable_walk_peek
` [Cluster-devel] [PATCH 3/3] GFS2: Minor improvements to comments and documentation

[Cluster-devel] [PATCH v2 0/2] gfs2: Stop using rhashtable_walk_peek
 2018-04-12 17:00 UTC  (2+ messages)

[Cluster-devel] WARNING: kobject bug in sysfs_warn_dup
 2018-04-11 15:28 UTC  (9+ messages)

[Cluster-devel] [PATCH] gfs2: hole_size improvement
 2018-04-11 13:37 UTC  (5+ messages)

[Cluster-devel] [gfs2:iomap-write 1/9] fs/gfs2/bmap.c:706: undefined reference to `__udivdi3'
 2018-04-10 21:46 UTC 

[Cluster-devel] [gfs2:iomap-write 1/9] bmap.c:undefined reference to `__udivdi3'
 2018-04-10 19:18 UTC 

[Cluster-devel] [PATCH] glocktop: Fix new -Wformat-overflow warnings
 2018-04-10 13:05 UTC  (2+ messages)

[Cluster-devel] [PATCH] dlm: prompt the user SCTP is experimental
 2018-04-10  2:16 UTC  (7+ messages)

[Cluster-devel] [PATCH] fs: dls: lowcomms: Replace GFP_ATOMIC with GFP_KERNEL in receive_from_sock
 2018-04-09 14:31 UTC 

[Cluster-devel] [GFS2 PATCH] GFS2: Minor improvements to comments and documentation
 2018-04-06 20:15 UTC 

[Cluster-devel] [PATCH v3 0/8] gfs2 iomap write support
 2018-04-06 15:19 UTC  (9+ messages)
` [Cluster-devel] [PATCH v3 3/8] gfs2: Iomap cleanups and improvements
` [Cluster-devel] [PATCH v3 5/8] gfs2: Implement iomap buffered write support
` [Cluster-devel] [PATCH v3 6/8] gfs2: Implement iomap direct I/O support

[Cluster-devel] [PATCH 1/2] gfs2_trace: update for python3
 2018-04-06 10:53 UTC  (4+ 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).