messages from 2015-10-01 17:00:42 to 2015-11-13 13:36:31 UTC [more...]
[Cluster-devel] [PATCH] GFS2: Hold gl_hash_table bucket locks in glock_hash_walk
2015-11-13 13:36 UTC (7+ messages)
` [Cluster-devel] [PATCH v2] GFS2: Use rht_for_each_entry_rcu "
[Cluster-devel] [PATCH 0/2] Extended attribute readahead
2015-11-12 20:33 UTC (10+ messages)
` [Cluster-devel] [PATCH 1/2] gfs2: "
` [Cluster-devel] [PATCH 2/2] gfs2: Extended attribute readahead optimization
[Cluster-devel] [gfs2-utils PATCH] gfs2_edit: Log descriptor continuation blocks print wrong info
2015-11-12 18:50 UTC (2+ messages)
[Cluster-devel] [GFS2 PATCH] gfs2: Automatically set GFS2_DIF_SYSTEM flag on system files
2015-11-10 21:13 UTC (6+ messages)
[Cluster-devel] GFS2: Patches pulled, linux-gfs2.git rebased
2015-11-10 18:29 UTC
[Cluster-devel] GFS2: Pull request (merge window)
2015-11-09 16:45 UTC
[Cluster-devel] [PATCH v2 0/6] Pre-pull patch posting (merge window)
2015-11-09 16:01 UTC (7+ messages)
` [Cluster-devel] [PATCH v2 1/6] GFS2: fallocate: do not rely on file_update_time to mark the inode dirty
` [Cluster-devel] [PATCH v2 2/6] GFS2: Set s_mode before parsing mount options
` [Cluster-devel] [PATCH v2 3/6] gfs2: Add missing else in trans_add_meta/data
` [Cluster-devel] [PATCH v2 4/6] gfs2: Remove gl_spin define
` [Cluster-devel] [PATCH v2 5/6] GFS2: Protect freeing directory hash table with i_lock spin_lock
` [Cluster-devel] [PATCH v2 6/6] GFS2: Fix rgrp end rounding problem for bsize < page size
[Cluster-devel] [GFS2 PATCH] GFS2: Fix rgrp end rounding problem for bsize < page size
2015-11-09 15:34 UTC
[Cluster-devel] [PATCH 0/5] GFS2: Pre-pull patch posting (merge window)
2015-11-05 17:26 UTC (6+ messages)
` [Cluster-devel] [PATCH 1/5] GFS2: fallocate: do not rely on file_update_time to mark the inode dirty
` [Cluster-devel] [PATCH 2/5] GFS2: Set s_mode before parsing mount options
` [Cluster-devel] [PATCH 3/5] gfs2: Add missing else in trans_add_meta/data
` [Cluster-devel] [PATCH 4/5] gfs2: Remove gl_spin define
` [Cluster-devel] [PATCH 5/5] GFS2: Protect freeing directory hash table with i_lock spin_lock
[Cluster-devel] [PATCH 1/1] GFS2: Deletion of unnecessary checks before two function calls
2015-11-04 20:27 UTC (3+ messages)
` [Cluster-devel] [PATCH] GFS2: Delete an unnecessary check before the function call "iput"
[Cluster-devel] [GFS2 PATCH v2 0/3] Fix erroneous ETXTBSY problems with GFS2
2015-11-03 15:05 UTC (4+ messages)
` [Cluster-devel] [GFS2 PATCH v2 1/3] GFS2: Extract quota data from reservations structure (revert 5407e24)
` [Cluster-devel] [GFS2 PATCH v2 2/3] GFS2: Make rgrp reservations part of the gfs2_inode structure
` [Cluster-devel] [GFS2 PATCH v2 3/3] GFS2: Reduce size of incore inode
[Cluster-devel] [PATCH v5 7/7] gfs2: Invalide security labels of inodes when they go invalid
2015-11-02 20:52 UTC (2+ messages)
` [Cluster-devel] [PATCH v5 0/7] Inode security label invalidation
[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 (5+ messages)
` [Cluster-devel] [PATCH 02/23] usb-gadget: use per-attribute show and store methods
[Cluster-devel] [GFS2 PATCH] gfs2: Add missing else in trans_add_meta/data
2015-10-01 17:00 UTC
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).