cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-28 11:53:20 to 2015-11-01 19:02:59 UTC [more...]

[Cluster-devel] [PATCH 0/2] Extended attribute readahead
 2015-11-01 19:02 UTC  (3+ messages)
` [Cluster-devel] [PATCH 1/2] gfs2: "
` [Cluster-devel] [PATCH 2/2] gfs2: Extended attribute readahead optimization

[Cluster-devel] [PATCH v5 7/7] gfs2: Invalide security labels of inodes when they go invalid
 2015-11-01 17:24 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: Automatically set GFS2_DIF_SYSTEM flag on system files
 2015-10-30 19:57 UTC 

[Cluster-devel] [GFS2 PATCH v2] GFS2: Protect freeing directory hash table with i_lock spin_lock
 2015-10-30 14:25 UTC  (2+ messages)

[Cluster-devel] [PATCH v4 7/7] gfs2: Invalide security labels of inodes when they go invalid
 2015-10-30 11:51 UTC  (3+ messages)

[Cluster-devel] [GFS2 PATCH v3 00/14] Fourteen patches related to file unlink->delete->new
 2015-10-30 11:47 UTC  (24+ messages)
` [Cluster-devel] [GFS2 PATCH v3 01/14] GFS2: Update master statfs buffer with sd_statfs_spin locked
` [Cluster-devel] [GFS2 PATCH v3 02/14] GFS2: Allow fail_gunlock3 to set the free_vfs_inode bit
` [Cluster-devel] [GFS2 PATCH v3 03/14] GFS2: Protect log tail calculations with inside locks
` [Cluster-devel] [GFS2 PATCH v3 04/14] GFS2: Wait for iopen glock dequeues
` [Cluster-devel] [GFS2 PATCH v3 05/14] GFS2: Reintroduce a timeout in function gfs2_gl_hash_clear
` [Cluster-devel] [GFS2 PATCH v3 06/14] GFS2: Prevent gl_delete work for re-used inodes
` [Cluster-devel] [GFS2 PATCH v3 07/14] GFS2: Truncate address space mapping when deleting an inode
` [Cluster-devel] [GFS2 PATCH v3 08/14] GFS2: Don't filter out I_FREEING inodes anymore
` [Cluster-devel] [GFS2 PATCH v3 09/14] GFS2: generalize gfs2_check_blk_type
` [Cluster-devel] [GFS2 PATCH v3 10/14] GFS2: Change from tr_touched to tr_bufs
` [Cluster-devel] [GFS2 PATCH v3 11/14] GFS2: Add new function gfs2_inode_lookup_for_del
` [Cluster-devel] [GFS2 PATCH v3 12/14] gfs2: Remove unused param non_block from gfs2_inode_lookup
` [Cluster-devel] [GFS2 PATCH v3 13/14] GFS2: Hold onto iopen glock longer when dinode creation fails
` [Cluster-devel] [GFS2 PATCH v3 14/14] GFS2: Rework gfs2_evict_inode to prevent collisions with openers

[Cluster-devel] [PATCH 0/4] Fix erroneous ETXTBSY problems with GFS2
 2015-10-30 10:42 UTC  (11+ messages)
` [Cluster-devel] [PATCH 1/4] GFS2: Reduce size of incore inode
` [Cluster-devel] [PATCH 2/4] GFS2: Reduce inode size by using 32-bit i_generation
      ` [Cluster-devel] [GFS2 PATCH 2/4 v2] "
` [Cluster-devel] [PATCH 3/4] GFS2: Extract quota data from reservations structure (revert 5407e24)
` [Cluster-devel] [PATCH 4/4] GFS2: Make rgrp reservations part of the gfs2_inode structure

[Cluster-devel] [PATCH] gfs2: Remove gl_spin define
 2015-10-29 18:02 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] GFS2: Protect freeing directory hash table with i_lock spin_lock
 2015-10-29 15:12 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: allow userspace to set GFS2_DIF_SYSTEM using FS_RESERVED_FL
 2015-10-27 11:18 UTC  (3+ messages)
` [Cluster-devel] [GFS2] gfs2-utils: make gfs2_jadd set GFS2_DIF_SYSTEM flag on system inodes

[Cluster-devel] [PATCH v3 7/7] gfs2: Invalide security labels of inodes when they go invalid
 2015-10-26 21:15 UTC 

[Cluster-devel] [PATCH 0/3] Minor cleanup for locks API
 2015-10-22 16:36 UTC  (8+ messages)
` [Cluster-devel] [PATCH 1/3] locks: introduce locks_lock_inode_wait()
` [Cluster-devel] [PATCH 2/3] Move locks API users to locks_lock_inode_wait()
` [Cluster-devel] [PATCH 3/3] locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait
  ` [Cluster-devel] [RFC PATCH] locks: posix_lock_inode_wait() can be static

[Cluster-devel] [GFS2 PATCH v2 00/15] Fifteen patches related to file unlink->delete->new
 2015-10-16 14:02 UTC  (20+ messages)
` [Cluster-devel] [GFS2 PATCH v2 01/15] GFS2: Update master statfs buffer with sd_statfs_spin locked
` [Cluster-devel] [GFS2 PATCH v2 02/15] GFS2: Allow fail_gunlock3 to set the free_vfs_inode bit
` [Cluster-devel] [GFS2 PATCH v2 03/15] GFS2: Protect log tail calculations with inside locks
` [Cluster-devel] [GFS2 PATCH v2 04/15] GFS2: Wait for iopen glock dequeues
` [Cluster-devel] [GFS2 PATCH v2 05/15] GFS2: Reintroduce a timeout in function gfs2_gl_hash_clear
` [Cluster-devel] [GFS2 PATCH v2 06/15] GFS2: Prevent gl_delete work for re-used inodes
` [Cluster-devel] [GFS2 PATCH v2 07/15] GFS2: Truncate address space mapping when deleting an inode
` [Cluster-devel] [GFS2 PATCH v2 08/15] GFS2: Don't filter out I_FREEING inodes anymore
` [Cluster-devel] [GFS2 PATCH v2 09/15] GFS2: generalize gfs2_check_blk_type
` [Cluster-devel] [GFS2 PATCH v2 10/15] GFS2: Change from tr_touched to tr_bufs
` [Cluster-devel] [GFS2 PATCH v2 11/15] GFS2: Add new function gfs2_inode_lookup_for_del
` [Cluster-devel] [GFS2 PATCH v2 12/15] gfs2: Remove unused param non_block from gfs2_inode_lookup
` [Cluster-devel] [GFS2 PATCH v2 13/15] gfs2: Use new variable i_gl instead of ip->i_gl
` [Cluster-devel] [GFS2 PATCH v2 14/15] GFS2: Hold onto iopen glock longer when dinode creation fails
` [Cluster-devel] [GFS2 PATCH v2 15/15] GFS2: Rework gfs2_evict_inode to prevent collisions with openers

[Cluster-devel] [PATCH v2] mkfs.gfs2: Add a progress indicator to mkfs.gfs2
 2015-10-16 14:02 UTC  (2+ messages)

[Cluster-devel] [PATCH v2] mkfs.gfs2: print message about BKLDISCARD ioctl taking a long time
 2015-10-15 16:44 UTC 

[Cluster-devel] [PATCH] dlm: make dlm_posix_lock comply with posix file lock semanteme
 2015-10-14 15:28 UTC 

[Cluster-devel] dlm: make dlm_posix_lock comply with posix file lock semanteme
 2015-10-14 15:20 UTC  (2+ messages)
` [Cluster-devel] [PATCH] "

[Cluster-devel] simplify configfs attributes V2
 2015-10-14  5:23 UTC  (31+ messages)
` [Cluster-devel] [PATCH 01/23] configfs: add show and store methods to struct configfs_attribute
` [Cluster-devel] [PATCH 02/23] usb-gadget: use per-attribute show and store methods
` [Cluster-devel] [PATCH 03/23] usb-gadget/uvc: "
` [Cluster-devel] [PATCH 04/23] usb-gadget/f_hid: "
` [Cluster-devel] [PATCH 05/23] usb-gadget/f_acm: "
` [Cluster-devel] [PATCH 06/23] usb-gadget/ether: "
` [Cluster-devel] [PATCH 07/23] usb-gadget/f_loopback: "
` [Cluster-devel] [PATCH 08/23] usb-gadget/f_midi: "
` [Cluster-devel] [PATCH 09/23] usb-gadget/f_printer: "
` [Cluster-devel] [PATCH 10/23] usb-gadget/f_sourcesink: "
` [Cluster-devel] [PATCH 11/23] usb-gadget/f_mass_storage: "
` [Cluster-devel] [PATCH 12/23] usb-gadget/f_uac1: "
` [Cluster-devel] [PATCH 13/23] usb-gadget/f_uac2: "
` [Cluster-devel] [PATCH 14/23] usb-gadget/f_obex: "
` [Cluster-devel] [PATCH 15/23] usb-gadget/f_phonet: "
` [Cluster-devel] [PATCH 16/23] usb-gadget/f_serial: "
` [Cluster-devel] [PATCH 17/23] dlm: "
` [Cluster-devel] [PATCH 18/23] spear13xx_pcie_gadget: "
` [Cluster-devel] [PATCH 19/23] target: "
` [Cluster-devel] [PATCH 20/23] netconsole: "
` [Cluster-devel] [PATCH 21/23] ocfs2/cluster: move locking into attribute "
` [Cluster-devel] [PATCH 22/23] ocfs2/cluster: use per-attribute show and "
` [Cluster-devel] [PATCH 23/23] configfs: remove old API

[Cluster-devel] problem about dlm posix file lock (sorry for missing subjuct)
 2015-10-14  1:09 UTC  (2+ messages)
  ` [Cluster-devel] problem about dlm posix file lock (sorry for missing subject)

[Cluster-devel] [GFS2 PATCH 00/15] Fifteen patches related to file unlink->delete->new
 2015-10-13 17:28 UTC  (22+ messages)
` [Cluster-devel] [GFS2 PATCH 01/15] GFS2: Update master statfs buffer with sd_statfs_spin locked
` [Cluster-devel] [GFS2 PATCH 02/15] GFS2: Allow fail_gunlock3 to set the free_vfs_inode bit
` [Cluster-devel] [GFS2 PATCH 03/15] GFS2: Protect log tail calculations with inside locks
` [Cluster-devel] [GFS2 PATCH 04/15] GFS2: Wait for iopen glock dequeues
` [Cluster-devel] [GFS2 PATCH 05/15] GFS2: Reintroduce a timeout in function gfs2_gl_hash_clear
` [Cluster-devel] [GFS2 PATCH 06/15] GFS2: Prevent gl_delete work for re-used inodes
` [Cluster-devel] [GFS2 PATCH 07/15] GFS2: Truncate address space mapping when deleting an inode
` [Cluster-devel] [GFS2 PATCH 08/15] GFS2: Don't filter out I_FREEING inodes anymore
` [Cluster-devel] [GFS2 PATCH 09/15] GFS2: generalize gfs2_check_blk_type
` [Cluster-devel] [GFS2 PATCH 10/15] GFS2: Change from tr_touched to tr_bufs
` [Cluster-devel] [GFS2 PATCH 11/15] GFS2: Add new function gfs2_inode_lookup_for_del
` [Cluster-devel] [GFS2 PATCH 12/15] gfs2: Remove unused param non_block from gfs2_inode_lookup
` [Cluster-devel] [GFS2 PATCH 13/15] gfs2: Use new variable i_gl instead of ip->i_gl
` [Cluster-devel] [GFS2 PATCH 14/15] GFS2: Hold onto iopen glock longer when dinode creation fails
` [Cluster-devel] [GFS2 PATCH 15/15] GFS2: Rework gfs2_evict_inode to prevent collisions with openers

[Cluster-devel] (no subject)
 2015-10-13 10:07 UTC 

[Cluster-devel] [PATCH] libgfs2: Return the rgrp count in lgfs2_rgrps_plan()
 2015-10-12 17:14 UTC  (3+ messages)

[Cluster-devel] [PATCH] mkfs.gfs2: Add a progress indicator to mkfs.gfs2
 2015-10-12 15:37 UTC  (4+ messages)

[Cluster-devel] [PATCH 18/23] spear13xx_pcie_gadget: use per-attribute show and store methods
 2015-10-12 13:49 UTC  (4+ messages)

[Cluster-devel] GFS2 deadlock
 2015-10-05 17:10 UTC  (4+ messages)

[Cluster-devel] [PATCH v2 2/2] gfs2: Invalide security labels of inodes that go invalid
 2015-10-04 19:19 UTC 

[Cluster-devel] simplify configfs attributes
 2015-10-01 17:23 UTC  (38+ messages)
` [Cluster-devel] [PATCH 02/23] usb-gadget: use per-attribute show and store methods
` [Cluster-devel] [PATCH 03/23] usb-gadget/uvc: "
` [Cluster-devel] [PATCH 07/23] usb-gadget/f_loopback: "
` [Cluster-devel] [PATCH 11/23] usb-gadget/f_mass_storage: "
` [Cluster-devel] [PATCH 12/23] usb-gadget/f_ac1: "
` [Cluster-devel] [PATCH 13/23] usb-gadget/f_uac2: "
` [Cluster-devel] [PATCH 14/23] usb-gadget/f_obex: "
` [Cluster-devel] [PATCH 15/23] usb-gadget/f_phonet: "
` [Cluster-devel] [PATCH 16/23] usb-gadget/f_serial: "
` [Cluster-devel] [PATCH 17/23] dlm: "
` [Cluster-devel] [PATCH 23/23] configfs: remove old API

[Cluster-devel] [GFS2 PATCH] gfs2: Add missing else in trans_add_meta/data
 2015-10-01 17:00 UTC 

[Cluster-devel] [gfs2-utils PATCH 00/20] fsck.gfs2: Fix bugs and eliminate pass1c
 2015-09-29 18:02 UTC  (22+ messages)
` [Cluster-devel] [gfs2-utils PATCH 01/20] libgfs2: Check block range when inserting into rgrp tree
` [Cluster-devel] [gfs2-utils PATCH 02/20] libgfs2: Check rgd->bits before referencing it
` [Cluster-devel] [gfs2-utils PATCH 03/20] fsck.gfs2: Add check for gfs1 invalid inode refs in dentry
` [Cluster-devel] [gfs2-utils PATCH 04/20] fsck.gfs2: Make debug messages more succinct wrt extended attributes
` [Cluster-devel] [gfs2-utils PATCH 05/20] fsck.gfs2: Break up funtion handle_dup_blk
` [Cluster-devel] [gfs2-utils PATCH 06/20] fsck.gfs2: Only preserve the _first_ acceptable inode reference
` [Cluster-devel] [gfs2-utils PATCH 07/20] fsck.gfs2: Don't just assume the remaining EA reference is good
` [Cluster-devel] [gfs2-utils PATCH 08/20] fsck.gfs2: Don't delete inode for duplicate reference in EA
` [Cluster-devel] [gfs2-utils PATCH 09/20] fsck.gfs2: Don't traverse EAs that belong to another inode
` [Cluster-devel] [gfs2-utils PATCH 10/20] fsck.gfs2: Refactor function check_indirect_eattr
` [Cluster-devel] [gfs2-utils PATCH 11/20] fsck.gfs2: Once an indirect ea error is found, flag all that follow
` [Cluster-devel] [gfs2-utils PATCH 12/20] fsck.gfs2: Always restore saved value for di_eattr
` [Cluster-devel] [gfs2-utils PATCH 13/20] fsck.gfs2: Remove redundancy in add_duplicate_ref
` [Cluster-devel] [gfs2-utils PATCH 14/20] fsck.gfs2: Don't remove duplicate eattr blocks
` [Cluster-devel] [gfs2-utils PATCH 15/20] fsck.gfs2: Refactor check_eattr_entries and add error messages
` [Cluster-devel] [gfs2-utils PATCH 16/20] fsck.gfs2: remove bad EAs at the end, not as-you-go
` [Cluster-devel] [gfs2-utils PATCH 17/20] fsck.gfs2: Combine remove_inode_eattr with its only caller
` [Cluster-devel] [gfs2-utils PATCH 18/20] fsck.gfs2: Print debug message to dilineate metadata blocks
` [Cluster-devel] [gfs2-utils PATCH 19/20] fsck.gfs2: Remove pass1c in favor of processing in pass1
` [Cluster-devel] [gfs2-utils PATCH 20/20] fsck.gfs2: Clone duplicate data block pointers


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