cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-16 13:49:03 to 2013-06-18 17:43:46 UTC [more...]

[Cluster-devel] [PATCH v3 00/13] locks: scalability improvements for file locking
 2013-06-18 17:43 UTC  (18+ messages)
` [Cluster-devel] [PATCH v3 01/13] cifs: use posix_unblock_lock instead of locks_delete_block
` [Cluster-devel] [PATCH v3 02/13] locks: make generic_add_lease and generic_delete_lease static
` [Cluster-devel] [PATCH v3 03/13] locks: comment cleanups and clarifications
` [Cluster-devel] [PATCH v3 04/13] locks: make "added" in __posix_lock_file a bool
` [Cluster-devel] [PATCH v3 05/13] locks: encapsulate the fl_link list handling
` [Cluster-devel] [PATCH v3 06/13] locks: protect most of the file_lock handling with i_lock
` [Cluster-devel] [PATCH v3 07/13] locks: avoid taking global lock if possible when waking up blocked waiters
` [Cluster-devel] [PATCH v3 08/13] locks: convert fl_link to a hlist_node
` [Cluster-devel] [PATCH v3 09/13] locks: turn the blocked_list into a hashtable
` [Cluster-devel] [PATCH v3 10/13] locks: add a new "lm_owner_key" lock operation
` [Cluster-devel] [PATCH v3 11/13] locks: give the blocked_hash its own spinlock
` [Cluster-devel] [PATCH v3 12/13] seq_file: add seq_list_*_percpu helpers
` [Cluster-devel] [PATCH v3 13/13] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

[Cluster-devel] Problems in fence_drac.8, fence_na.8, fence_drac5.8
 2013-06-18  5:14 UTC 

[Cluster-devel] [PATCH v2 00/14] locks: scalability improvements for file locking
 2013-06-15 15:04 UTC  (30+ messages)
` [Cluster-devel] [PATCH v2 01/14] cifs: use posix_unblock_lock instead of locks_delete_block
` [Cluster-devel] [PATCH v2 02/14] locks: make generic_add_lease and generic_delete_lease static
` [Cluster-devel] [PATCH v2 03/14] locks: comment cleanups and clarifications
` [Cluster-devel] [PATCH v2 04/14] locks: make "added" in __posix_lock_file a bool
` [Cluster-devel] [PATCH v2 05/14] locks: encapsulate the fl_link list handling
` [Cluster-devel] [PATCH v2 06/14] locks: don't walk inode->i_flock list in locks_show
` [Cluster-devel] [PATCH v2 07/14] locks: convert to i_lock to protect i_flock list
` [Cluster-devel] [PATCH v2 08/14] locks: ensure that deadlock detection is atomic with respect to blocked_list modification
` [Cluster-devel] [PATCH v2 09/14] locks: convert fl_link to a hlist_node
` [Cluster-devel] [PATCH v2 10/14] locks: turn the blocked_list into a hashtable
` [Cluster-devel] [PATCH v2 11/14] locks: add a new "lm_owner_key" lock operation
` [Cluster-devel] [PATCH v2 12/14] locks: give the blocked_hash its own spinlock
` [Cluster-devel] [PATCH v2 13/14] seq_file: add seq_list_*_percpu helpers
` [Cluster-devel] [PATCH v2 14/14] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

[Cluster-devel] [PATCH 0/6] dlm: sctp use fixes
 2013-06-14 18:12 UTC  (8+ messages)
` [Cluster-devel] [PATCH 1/6] dlm: clear correct init bit during sctp setup
` [Cluster-devel] [PATCH 2/6] dlm: set sctp assoc id during setup
` [Cluster-devel] [PATCH 3/6] dlm: clear correct bit during sctp init failure handling
` [Cluster-devel] [PATCH 4/6] dlm: try other IPs when sctp init assoc fails
` [Cluster-devel] [PATCH 5/6] dlm: retry failed SCTP sends
` [Cluster-devel] [PATCH 6/6] dlm: disable nagle for SCTP

[Cluster-devel] [PATCH v2] GFS2: aggressively issue revokes in gfs2_log_flush
 2013-06-14 16:38 UTC 

[Cluster-devel] [GFS2 PATCH] GFS2: fix regression in dir_double_exhash
 2013-06-14 12:55 UTC  (2+ messages)

[Cluster-devel] [PATCH] mkfs.gfs2: Move the new rgrp creation code into libgfs2
 2013-06-12  9:15 UTC  (2+ messages)

[Cluster-devel] [PATCH] GFS2: aggressively issue revokes in gfs2_log_flush
 2013-06-12  9:10 UTC  (2+ messages)

[Cluster-devel] GFS2: Add atomic_open support
 2013-06-11 14:04 UTC  (4+ messages)

[Cluster-devel] GFS2: Only do one directory search on create
 2013-06-11 12:54 UTC 

[Cluster-devel] [PATCH] GFS2: minor readability improvement in gfs2_mount()
 2013-06-10 11:04 UTC  (4+ messages)

[Cluster-devel] [PATCH 06/26] block: Convert bio_for_each_segment() to bvec_iter
 2013-06-09  2:18 UTC 

[Cluster-devel] [PATCH 1/4] mkfs.gfs2: Set sunit and swidth from probed io limits
 2013-06-06 15:17 UTC  (19+ messages)
` [Cluster-devel] [PATCH 2/4] mkfs.gfs2: Align resource groups to RAID stripes
` [Cluster-devel] [PATCH 3/4] mkfs.gfs2: Create new resource groups on-demand
` [Cluster-devel] [PATCH 4/4] mkfs.gfs2: Add align option and update docs

[Cluster-devel] [PATCH] gfs2_lockcapture: Added option to disable process data gathering, added gathering of dlm_tool lockdebug, df, lsof, DLM hash table sizes
 2013-06-06 12:26 UTC  (3+ messages)

[Cluster-devel] [PATCH] GFS2: fix error propagation in init_threads()
 2013-06-06  9:21 UTC  (2+ messages)

[Cluster-devel] [PATCH v1 00/11] locks: scalability improvements for file locking
 2013-06-05 12:59 UTC  (39+ messages)
` [Cluster-devel] [PATCH v1 01/11] cifs: use posix_unblock_lock instead of locks_delete_block
` [Cluster-devel] [PATCH v1 02/11] locks: make generic_add_lease and generic_delete_lease static
` [Cluster-devel] [PATCH v1 03/11] locks: comment cleanups and clarifications
` [Cluster-devel] [PATCH v1 04/11] locks: make "added" in __posix_lock_file a bool
` [Cluster-devel] [PATCH v1 05/11] locks: encapsulate the fl_link list handling
` [Cluster-devel] [PATCH v1 06/11] locks: convert to i_lock to protect i_flock list
` [Cluster-devel] [PATCH v1 07/11] locks: only pull entries off of blocked_list when they are really unblocked
` [Cluster-devel] [PATCH v1 08/11] locks: convert fl_link to a hlist_node
` [Cluster-devel] [PATCH v1 09/11] locks: turn the blocked_list into a hashtable
` [Cluster-devel] [PATCH v1 10/11] locks: add a new "lm_owner_key" lock operation
` [Cluster-devel] [PATCH v1 11/11] locks: give the blocked_hash its own spinlock

[Cluster-devel] GFS2 -nmw git tree
 2013-06-05  9:25 UTC 

[Cluster-devel] GFS2: Pull request (fixes)
 2013-06-04 15:40 UTC 

[Cluster-devel] GFS2: Pre-pull patch posting (fixes)
 2013-06-04 13:40 UTC  (5+ messages)
` [Cluster-devel] [PATCH 1/4] GFS2: Set log descriptor type for jdata blocks
` [Cluster-devel] [PATCH 2/4] GFS2: Increase i_writecount during gfs2_setattr_size
` [Cluster-devel] [PATCH 3/4] GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables
` [Cluster-devel] [PATCH 4/4] GFS2: Don't cache iopen glocks

[Cluster-devel] [GFS2 PATCH] GFS2: Don't cache iopen glocks
 2013-06-03 13:41 UTC  (2+ messages)

[Cluster-devel] GFS2: Remove no-op wrapper function
 2013-06-03 10:39 UTC 

[Cluster-devel] [PATCH] GFS2: Cocci spatch "ptr_ret.spatch"
 2013-06-03  8:55 UTC  (2+ messages)

[Cluster-devel] [PATCH] dlm: Cocci spatch "memdup.spatch"
 2013-06-01  9:38 UTC 

[Cluster-devel] [PATCH 1/2] gfs2-utils: Remove some unused build files
 2013-05-30 17:51 UTC  (3+ messages)
` [Cluster-devel] [PATCH 2/2] gfs2-utils: Retire gfs_controld

[Cluster-devel] [GFS2 PATCH] GFS2: Set log descriptor type for jdata blocks
 2013-05-30 15:40 UTC  (5+ messages)

[Cluster-devel] [GFS2 PATCH][TRY #3] GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables
 2013-05-30 14:12 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] [TRY #2] GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables
 2013-05-30 13:30 UTC 

[Cluster-devel] [GFS2 PATCH] GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables
 2013-05-30 13:11 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] GFS2: Increase i_writecount during gfs2_setattr_size
 2013-05-29 10:44 UTC  (4+ messages)

[Cluster-devel] GFS2 -nmw git tree
 2013-05-26 13:52 UTC 

[Cluster-devel] GFS2: Pull request (fixes)
 2013-05-24 14:05 UTC 

[Cluster-devel] GFS2: Pre-pull patch posting (fixes)
 2013-05-24 13:37 UTC  (5+ messages)
` [Cluster-devel] [PATCH 1/4] GFS2: two minor quota fixups
` [Cluster-devel] [PATCH 2/4] GFS2: Use single-block reservations for directories
` [Cluster-devel] [PATCH 3/4] GFS2: fix DLM depends to fix build errors
` [Cluster-devel] [PATCH 4/4] GFS2: Fix typo in gfs2_log_end_write loop

[Cluster-devel] [GFS2 Patch] GFS2: Eliminate gfs2_rg_lops
 2013-05-22 10:40 UTC  (2+ messages)

[Cluster-devel] [PATCH] Finally eradicate CONFIG_HOTPLUG
 2013-05-22  0:04 UTC  (5+ messages)

[Cluster-devel] GFS2: Fix typo in gfs2_log_end_write loop
 2013-05-21 12:16 UTC 

[Cluster-devel] [gfs2-utils PATCH 01/47] libgfs2: externalize dir_split_leaf
 2013-05-20 16:02 UTC  (15+ messages)
` [Cluster-devel] [gfs2-utils PATCH 03/47] libgfs2: let dir_split_leaf receive a "broken" lindex
` [Cluster-devel] [gfs2-utils PATCH 06/47] fsck.gfs2: Check for formal inode mismatch when adding to lost+found
` [Cluster-devel] [gfs2-utils PATCH 24/47] fsck.gfs2: Rework the "undo" functions

[Cluster-devel] [PATCH 1/7] gfs2-utils build: Fix reporting lack of check
 2013-05-20 12:08 UTC  (8+ messages)
` [Cluster-devel] [PATCH 2/7] gfs2l: Improve usage message and opt handling
` [Cluster-devel] [PATCH 3/7] gfs2l: Enable setting the type of a block
` [Cluster-devel] [PATCH 4/7] gfs2l: Add hash comments
` [Cluster-devel] [PATCH 5/7] gfs2l: Add options to print block types and fields
` [Cluster-devel] [PATCH 6/7] gfs2l: Read from stdin by default
` [Cluster-devel] [PATCH 7/7] gfs2l: Improve grammar layout and path parsing

[Cluster-devel] qdisk - memcpy incorrect(?)
 2013-05-16 18:22 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).