messages from 2013-04-08 14:40:48 to 2013-06-01 03:07:30 UTC [more...]
[Cluster-devel] [PATCH v1 00/11] locks: scalability improvements for file locking
2013-06-01 3:07 UTC (8+ 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 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: Don't cache iopen glocks
2013-05-29 15:51 UTC
[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 (59+ messages)
` [Cluster-devel] [gfs2-utils PATCH 02/47] libgfs2: allow dir_split_leaf to receive a leaf buffer
` [Cluster-devel] [gfs2-utils PATCH 03/47] libgfs2: let dir_split_leaf receive a "broken" lindex
` [Cluster-devel] [gfs2-utils PATCH 04/47] fsck.gfs2: Move function find_free_blk to util.c
` [Cluster-devel] [gfs2-utils PATCH 05/47] fsck.gfs2: Split out function to make sure lost+found exists
` [Cluster-devel] [gfs2-utils PATCH 06/47] fsck.gfs2: Check for formal inode mismatch when adding to lost+found
` [Cluster-devel] [gfs2-utils PATCH 07/47] fsck.gfs2: shorten some debug messages in lost+found
` [Cluster-devel] [gfs2-utils PATCH 08/47] fsck.gfs2: Move basic directory entry checks to separate function
` [Cluster-devel] [gfs2-utils PATCH 09/47] fsck.gfs2: Add formal inode check to basic dirent checks
` [Cluster-devel] [gfs2-utils PATCH 10/47] fsck.gfs2: Add new function to check dir hash tables
` [Cluster-devel] [gfs2-utils PATCH 11/47] fsck.gfs2: Special case '..' when processing bad formal inode number
` [Cluster-devel] [gfs2-utils PATCH 12/47] fsck.gfs2: Move function to read directory hash table to util.c
` [Cluster-devel] [gfs2-utils PATCH 13/47] fsck.gfs2: Misc cleanups
` [Cluster-devel] [gfs2-utils PATCH 14/47] fsck.gfs2: Verify dirent hash values correspond to proper leaf block
` [Cluster-devel] [gfs2-utils PATCH 15/47] fsck.gfs2: re-read hash table if directory height or depth changes
` [Cluster-devel] [gfs2-utils PATCH 16/47] fsck.gfs2: fix leaf blocks, don't try to patch the hash table
` [Cluster-devel] [gfs2-utils PATCH 17/47] fsck.gfs2: check leaf depth when validating leaf blocks
` [Cluster-devel] [gfs2-utils PATCH 18/47] fsck.gfs2: small cleanups
` [Cluster-devel] [gfs2-utils PATCH 19/47] fsck.gfs2: reprocess inodes when blocks are added
` [Cluster-devel] [gfs2-utils PATCH 20/47] fsck.gfs2: Remove redundant leaf depth check
` [Cluster-devel] [gfs2-utils PATCH 21/47] fsck.gfs2: link dinodes that only have extended attribute problems
` [Cluster-devel] [gfs2-utils PATCH 22/47] fsck.gfs2: Add clarifying message to duplicate processing
` [Cluster-devel] [gfs2-utils PATCH 23/47] fsck.gfs2: separate function to calculate metadata block header size
` [Cluster-devel] [gfs2-utils PATCH 24/47] fsck.gfs2: Rework the "undo" functions
` [Cluster-devel] [gfs2-utils PATCH 25/47] fsck.gfs2: Check for interrupt when resolving duplicates
` [Cluster-devel] [gfs2-utils PATCH 26/47] fsck.gfs2: Consistent naming of struct duptree variables
` [Cluster-devel] [gfs2-utils PATCH 27/47] fsck.gfs2: Keep proper counts when duplicates are found
` [Cluster-devel] [gfs2-utils PATCH 28/47] fsck.gfs2: print metadata block reference on data errors
` [Cluster-devel] [gfs2-utils PATCH 29/47] fsck.gfs2: print block count values when fixing them
` [Cluster-devel] [gfs2-utils PATCH 30/47] fsck.gfs2: Do not invalidate metablocks of dinodes with invalid mode
` [Cluster-devel] [gfs2-utils PATCH 31/47] fsck.gfs2: Log when unrecoverable data block errors are encountered
` [Cluster-devel] [gfs2-utils PATCH 32/47] fsck.gfs2: don't remove buffers from the list when errors are found
` [Cluster-devel] [gfs2-utils PATCH 33/47] fsck.gfs2: Don't flag GFS1 non-dinode blocks as duplicates
` [Cluster-devel] [gfs2-utils PATCH 34/47] fsck.gfs2: externalize check_leaf
` [Cluster-devel] [gfs2-utils PATCH 35/47] fsck.gfs2: pass2: check leaf blocks when fixing hash table
` [Cluster-devel] [gfs2-utils PATCH 36/47] fsck.gfs2: standardize check_metatree return codes
` [Cluster-devel] [gfs2-utils PATCH 37/47] fsck.gfs2: don't invalidate files with duplicate data block refs
` [Cluster-devel] [gfs2-utils PATCH 38/47] fsck.gfs2: check for duplicate first references
` [Cluster-devel] [gfs2-utils PATCH 39/47] fsck.gfs2: When flagging a duplicate reference, show valid or invalid
` [Cluster-devel] [gfs2-utils PATCH 40/47] fsck.gfs2: major duplicate reference reform
` [Cluster-devel] [gfs2-utils PATCH 41/47] fsck.gfs2: Remove all bad eattr blocks
` [Cluster-devel] [gfs2-utils PATCH 42/47] fsck.gfs2: Remove unused variable
` [Cluster-devel] [gfs2-utils PATCH 43/47] fsck.gfs2: double-check transitions from dinode to data
` [Cluster-devel] [gfs2-utils PATCH 44/47] fsck.gfs2: Stop "undo" process when error data block is reached
` [Cluster-devel] [gfs2-utils PATCH 45/47] fsck.gfs2: Don't allocate leaf blocks in pass1
` [Cluster-devel] [gfs2-utils PATCH 46/47] fsck.gfs2: take hash table start boundaries into account
` [Cluster-devel] [gfs2-utils PATCH 47/47] fsck.gfs2: delete all duplicates from unrecoverable damaged dinodes
[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)
[Cluster-devel] linux-next: Tree for May 8 (dlm)
2013-05-15 10:05 UTC (10+ messages)
` [Cluster-devel] [PATCH -next] gfs2: fix DLM depends to fix build errors
[Cluster-devel] [GFS2 PATCH] GFS2: Use single-block reservations for directories
2013-05-15 10:04 UTC (2+ messages)
[Cluster-devel] [PATCH] gfs2: add native setup to man page
2013-05-15 9:51 UTC (4+ messages)
[Cluster-devel] [PATCH v4 08/20] gfs2: use ->invalidatepage() length argument
2013-05-14 16:37 UTC
[Cluster-devel] [gfs2-utils PATCH 00/47] fsck.gfs2 is unable to fix misplaced directory leaf blocks
2013-05-14 16:21 UTC
[Cluster-devel] [PATCH 0/6] More mkfs.gfs2 reworking
2013-05-14 12:53 UTC (15+ messages)
` [Cluster-devel] [PATCH 1/6] mkfs.gfs2: Add options for stripe size and width
` [Cluster-devel] [PATCH 1/6 v2] "
` [Cluster-devel] [PATCH 2/6] libgfs2: Remove 'writes' field from gfs2_sbd
` [Cluster-devel] [PATCH 3/6] mkfs.gfs2: Link to libblkid
` [Cluster-devel] [PATCH 4/6] mkfs.gfs2: Use libblkid for checking contents
` [Cluster-devel] [PATCH 5/6] mkfs.gfs2: Add a struct to store device info
` [Cluster-devel] [PATCH 6/6] libgfs2: Clarify gfs2_compute_bitstructs's parameters
[Cluster-devel] [PATCH] GFS2: Sort buffer lists by inplace block number
2013-05-13 13:46 UTC (2+ messages)
[Cluster-devel] [GFS2 PATCH] GFS2: two minor quota fixups
2013-05-13 9:30 UTC (2+ messages)
[Cluster-devel] [PATCH] dlm_tool: Trimming garbages at in Expecting reply output
2013-05-02 14:31 UTC (3+ messages)
[Cluster-devel] [TRIVIAL PATCH 00/26] treewide: Add and use vsprintf extension %pSR
2013-04-29 13:23 UTC (4+ messages)
` [Cluster-devel] [TRIVIAL PATCH 19/26] gfs2: Convert print_symbol to %pSR
[Cluster-devel] GFS2: Pull request (merge window)
2013-04-29 11:08 UTC
[Cluster-devel] [GFS2 PATCH] GFS2: Flush work queue before clearing glock hash tables
2013-04-26 9:43 UTC (2+ messages)
[Cluster-devel] GFS2: Pre-pull patch posting (merge window)
2013-04-26 9:19 UTC (9+ messages)
` [Cluster-devel] [PATCH 1/8] GFS2: Clean up inode creation path
` [Cluster-devel] [PATCH 2/8] GFS2: Remove gfs2_refresh_inode from "
` [Cluster-devel] [PATCH 3/8] GFS2: Use gfs2_dinode_out() in the inode create path
` [Cluster-devel] [PATCH 4/8] GFS2: Remove vestigial parameter ip from function rs_deltree
` [Cluster-devel] [PATCH 5/8] GFS2: replace gfs2_ail structure with gfs2_trans
` [Cluster-devel] [PATCH 6/8] GFS2: Add origin indicator to glock callbacks
` [Cluster-devel] [PATCH 7/8] GFS2: Add origin indicator to glock demote tracing
` [Cluster-devel] [PATCH 8/8] GFS2: Flush work queue before clearing glock hash tables
[Cluster-devel] [PATCH v3 08/18] gfs2: use ->invalidatepage() length argument
2013-04-23 14:17 UTC (6+ messages)
[Cluster-devel] GFS2: Add origin indicator to glock demote tracing
2013-04-10 10:15 UTC
[Cluster-devel] GFS2: Add origin indicator to glock callbacks
2013-04-10 9:49 UTC
[Cluster-devel] GFS2 -nmw tree
2013-04-09 14:10 UTC
[Cluster-devel] [PATCH] GFS2: replace gfs2_ail structure with gfs2_trans
2013-04-09 14:08 UTC (2+ messages)
[Cluster-devel] [PATCH 00/42] fsck.gfs2 fixes and improvements
2013-04-08 14:41 UTC (28+ messages)
` [Cluster-devel] [PATCH 16/42] fsck.gfs2: fix leaf blocks, don't try to patch the hash table
` [Cluster-devel] [PATCH 17/42] fsck.gfs2: check leaf depth when validating leaf blocks
` [Cluster-devel] [PATCH 18/42] fsck.gfs2: small cleanups
` [Cluster-devel] [PATCH 19/42] fsck.gfs2: reprocess inodes when blocks are added
` [Cluster-devel] [PATCH 20/42] fsck.gfs2: Remove redundant leaf depth check
` [Cluster-devel] [PATCH 21/42] fsck.gfs2: link dinodes that only have extended attribute problems
` [Cluster-devel] [PATCH 22/42] fsck.gfs2: Add clarifying message to duplicate processing
` [Cluster-devel] [PATCH 23/42] fsck.gfs2: separate function to calculate metadata block header size
` [Cluster-devel] [PATCH 24/42] fsck.gfs2: Rework the "undo" functions
` [Cluster-devel] [PATCH 25/42] fsck.gfs2: Check for interrupt when resolving duplicates
` [Cluster-devel] [PATCH 26/42] fsck.gfs2: Consistent naming of struct duptree variables
` [Cluster-devel] [PATCH 27/42] fsck.gfs2: Keep proper counts when duplicates are found
` [Cluster-devel] [PATCH 28/42] fsck.gfs2: print metadata block reference on data errors
` [Cluster-devel] [PATCH 29/42] fsck.gfs2: print block count values when fixing them
` [Cluster-devel] [PATCH 30/42] fsck.gfs2: Do not invalidate metablocks of dinodes with invalid mode
` [Cluster-devel] [PATCH 31/42] fsck.gfs2: Log when unrecoverable data block errors are encountered
` [Cluster-devel] [PATCH 32/42] fsck.gfs2: don't remove buffers from the list when errors are found
` [Cluster-devel] [PATCH 33/42] fsck.gfs2: Don't flag GFS1 non-dinode blocks as duplicates
` [Cluster-devel] [PATCH 34/42] fsck.gfs2: externalize check_leaf
` [Cluster-devel] [PATCH 35/42] fsck.gfs2 pass2: check leaf blocks when fixing hash table
` [Cluster-devel] [PATCH 36/42] fsck.gfs2: standardize check_metatree return codes
` [Cluster-devel] [PATCH 37/42] fsck.gfs2: don't invalidate files with duplicate data block refs
` [Cluster-devel] [PATCH 38/42] fsck.gfs2: check for duplicate first references
` [Cluster-devel] [PATCH 39/42] fsck.gfs2: When flagging a duplicate reference, show valid or invalid
` [Cluster-devel] [PATCH 40/42] fsck.gfs2: major duplicate reference reform
` [Cluster-devel] [PATCH 41/42] fsck.gfs2: Remove all bad eattr blocks
` [Cluster-devel] [PATCH 42/42] fsck.gfs2: Remove unused variable
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).