ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-28 23:12:09 to 2013-08-28 04:15:52 UTC [more...]

[Ocfs2-devel] [PATCH] Use bigger nodestr to accomodate 32-bit node numbers
 2013-08-28  4:15 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix a tiny race case when fire callbacks
 2013-08-28  3:13 UTC  (4+ messages)

[Ocfs2-devel] [patch 22/22] ocfs2: remove unused variable ip in dlmfs_get_root_inode()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 21/22] ocfs2: fix a tiny race case when firing callbacks
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 20/22] ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 19/22] ocfs2: adjust code style for o2net_handler_tree_lookup()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 18/22] ocfs2: free path in ocfs2_remove_inode_range()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 17/22] ocfs2: fix possible double free in ocfs2_reflink_xattr_rec
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 16/22] ocfs2/dlm: force clean refmap when doing local cleanup
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 15/22] ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_set()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 14/22] ocfs2: add the missing return value check of ocfs2_xattr_get_clusters
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 13/22] ocfs2: fix a memory leak in __ocfs2_move_extents()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 12/22] ocfs2: add missing return value check of ocfs2_get_clusters()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 11/22] ocfs2: clean up dead code in ocfs2_acl_from_xattr()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 10/22] ocfs2: use list_for_each_entry() instead of list_for_each()
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 09/22] fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferences
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 08/22] ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPC
 2013-08-27 21:05 UTC 

[Ocfs2-devel] [patch 07/22] ocfs2: dlm_request_all_locks() should deal with the status sent from target node
 2013-08-27 21:04 UTC 

[Ocfs2-devel] [patch 06/22] ocfs2: use i_size_read() to access i_size
 2013-08-27 21:04 UTC 

[Ocfs2-devel] [patch 05/22] ocfs2: lighten up allocate transaction
 2013-08-27 21:04 UTC 

[Ocfs2-devel] [patch 04/22] ocfs2: update inode size after zeroing the hole
 2013-08-27 21:04 UTC 

[Ocfs2-devel] [patch 03/22] ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size
 2013-08-27 21:04 UTC 

[Ocfs2-devel] [patch 02/22] ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END
 2013-08-27 21:04 UTC 

[Ocfs2-devel] [patch 01/22] ocfs2: should call ocfs2_journal_access_di() before ocfs2_delete_entry() in ocfs2_orphan_del()
 2013-08-27 21:04 UTC 

[Ocfs2-devel] ocfs2 patch queue
 2013-08-27 21:04 UTC 

[Ocfs2-devel] fcntl(2) support with o2cb
 2013-08-27  8:48 UTC 

[Ocfs2-devel] FIEMAP problem
 2013-08-27  8:18 UTC  (7+ messages)

[Ocfs2-devel] [PATCH] ocfs2: cleanup unused variable ip in dlmfs_get_root_inode()
 2013-08-27  7:06 UTC 

[Ocfs2-devel] [PATCH 5/5] Remove control data structures and functions
 2013-08-21 13:10 UTC 

[Ocfs2-devel] [PATCH 4/5] ocfs2_connection_private for holding DLM this_node information
 2013-08-21 13:10 UTC 

[Ocfs2-devel] [PATCH 3/5] Remove control handling from cluster_connect
 2013-08-21 13:10 UTC 

[Ocfs2-devel] [PATCH 2/5] Add clustername while creating new lockspace
 2013-08-21 13:09 UTC 

[Ocfs2-devel] [PATCH 1/5] Add dlm operations placeholders
 2013-08-21 13:09 UTC 

[Ocfs2-devel] PATCH[0/5] nocontrold: Eliminating ocfs2_controld
 2013-08-21 13:09 UTC 

[Ocfs2-devel] [PATCH] ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()
 2013-08-21  7:02 UTC 

[Ocfs2-devel] [PATCH] ocfs2/dlm: fix possible convertion deadlock
 2013-08-13  8:33 UTC 

[Ocfs2-devel] [PATCH] ocfs2: adjust code style for o2net_handler_tree_lookup()
 2013-08-12  3:47 UTC 

[Ocfs2-devel] [PATCH] ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_set()
 2013-08-07  7:21 UTC  (4+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix possible double free in ocfs2_reflink_xattr_rec
 2013-08-06 14:43 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix a memory leak at __ocfs2_move_extents()
 2013-08-06  8:39 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: free path in ocfs2_remove_inode_range()
 2013-08-06  6:23 UTC  (2+ messages)

[Ocfs2-devel] [PATCH Resend] ocfs2: add the missing return value check of ocfs2_get_clusters
 2013-08-06  5:44 UTC  (2+ messages)

[Ocfs2-devel] [PATCH V2] ocfs2: update inode size after zeroed the hole
 2013-08-06  2:56 UTC  (2+ messages)

[Ocfs2-devel] [PATCH RESEND] ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page
 2013-08-02 10:52 UTC 

[Ocfs2-devel] [PATCH] ocfs2: Revert commit 40bd62e to avoid regression in extended allocation
 2013-08-02 10:17 UTC 

[Ocfs2-devel] Why ocfs2 haven't implemented "steal" for local_alloc system files?
 2013-08-02  9:47 UTC  (7+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2/dlm: force clean refmap when doing local cleanup
 2013-08-02  5:10 UTC 

[Ocfs2-devel] [PATCH] ocfs2: force clean refmap when doing local recovery cleanup
 2013-08-02  3:26 UTC  (2+ messages)

[Ocfs2-devel] [patch] ocfs2: fix recent memory corruption bug
 2013-08-02  1:39 UTC  (6+ messages)
  ` [Ocfs2-devel] [patch v2] "
      ` [Ocfs2-devel] [patch v3] ocfs2: "

[Ocfs2-devel] [PATCH] ocfs2: add the missing return value check of ocfs2_get_clusters
 2013-08-01  9:30 UTC  (3+ messages)

[Ocfs2-devel] NULL pointer dereference in __ocfs2_claim_clusters
 2013-08-01  9:26 UTC  (6+ messages)

[Ocfs2-devel] [PATCH] ocfs2: cleanup dead code in ocfs2_acl_from_xattr()
 2013-08-01  7:22 UTC  (2+ messages)

[Ocfs2-devel] Heart beat source code review and test, founding it may be not correct. Is the changes OK, requesting reviews and advices
 2013-07-31 15:08 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: add the missing return value check of ocfs2_xattr_get_clusters
 2013-07-31  9:57 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v2] fs/ocfs2: use list_for_each_entry() instead of list_for_each()
 2013-07-30 22:42 UTC  (8+ messages)

[Ocfs2-devel] NULL pointer dereference at ocfs2_dir_foreach_blk_id
 2013-07-29 12:15 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] fs/ocfs2: use list_for_each_entry() instead of list_for_each()
 2013-07-29  7:50 UTC  (2+ messages)

[Ocfs2-devel] Another null poiner issue reports, is the code modified ok? thanks a lot
 2013-07-29  3:02 UTC 

[Ocfs2-devel] Null Pointer issue
 2013-07-27 17:46 UTC  (4+ messages)

[Ocfs2-devel] Is it an issue and whether the code changed correct? Thanks a lot
 2013-07-27 17:23 UTC  (5+ messages)
  ` [Ocfs2-devel] 答复: "

[Ocfs2-devel] [PATCH] ocfs2: dlm_request_all_locks() should deal with the status sent from target node
 2013-07-26  4:09 UTC 

[Ocfs2-devel] [PATCH V8 21/33] ocfs2: add support for read_iter and write_iter
 2013-07-25 17:50 UTC 

[Ocfs2-devel] [PATCH] ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPC
 2013-07-25 11:00 UTC 

[Ocfs2-devel] [PATCH] xattr: Constify ->name member of "struct xattr"
 2013-07-23 18:27 UTC  (2+ messages)

[Ocfs2-devel] [PATCH V3] ocfs2: lighten up allocate transaction
 2013-07-23  5:11 UTC 

[Ocfs2-devel] [PATCH V2 RESENT] ocfs2: lighten up allocate transaction
 2013-07-23  4:59 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] ocfs2: using i_size_read() to access i_size
 2013-07-22  8:57 UTC  (12+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: using i_size_read() to access i_size
 2013-07-19  9:23 UTC 

[Ocfs2-devel] [PATCH] ocfs2: update inode size after zeroed the hole
 2013-07-12  1:25 UTC  (4+ messages)

[Ocfs2-devel] [PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()
 2013-07-10  1:26 UTC  (3+ messages)

[Ocfs2-devel] why oracle give up dlm by disk on ocfs2? because performance?
 2013-07-08 10:37 UTC  (11+ messages)

[Ocfs2-devel] [PATCH V2] ocfs2: lighten up allocate transaction
 2013-07-05 11:46 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: lighten up allocate transaction
 2013-07-05 10:06 UTC  (4+ messages)

[Ocfs2-devel] [PATCH v3 22/25] ocfs2: Change how dentry's d_lock field is accessed
 2013-07-03 22:34 UTC  (2+ messages)

[Ocfs2-devel] [PATCH V3] ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()
 2013-07-03  4:48 UTC  (3+ messages)

[Ocfs2-devel] [PATCH V3] ocfs2: xattr: fix inlined xattr reflink
 2013-07-02 21:21 UTC  (8+ messages)

[Ocfs2-devel] [PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
 2013-07-02 21:19 UTC  (14+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Fix NULL pointer dereference when tranverse o2hb_all_regions
 2013-07-02  9:53 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] unlink performance: wait for open lock in case of dirs
 2013-07-02  7:11 UTC  (5+ messages)

[Ocfs2-devel] [RESENT PATCH 4/4] ocfs2: adjust switch_case syntax at o2net_state_change()
 2013-07-02  0:57 UTC  (4+ messages)

[Ocfs2-devel] [RESENT PATCH 3/4] ocfs2: fix a comments typo at o2quo_hb_still_up()
 2013-07-01 22:59 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 1/2] ocfs2: xattr: fix inlined xattr reflink
 2013-07-01 22:44 UTC  (4+ messages)
` [Ocfs2-devel] [PATCH 2/2] ocfs2: xattr: remove useless free space checking

[Ocfs2-devel] BUG: soft lockup - CPU#0 stuck for 22s! [kworker/u:2:28128]
 2013-07-01  8:03 UTC 

[Ocfs2-devel] ocfs2: Should move ocfs2_start_trans out of lock_page
 2013-06-30  3:10 UTC  (4+ messages)

[Ocfs2-devel] [PATCH] fs/jbd2: t_updates should increase when start_this_handle() failed in jbd2__journal_restart()
 2013-06-29 13:22 UTC  (5+ messages)

[Ocfs2-devel] [PATCH V2] ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size
 2013-06-29  5:42 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size
 2013-06-29  5:20 UTC  (3+ messages)

[Ocfs2-devel] [RESENT PATCH 2/4] ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention
 2013-06-29  4:01 UTC 

[Ocfs2-devel] [RESNET PATCH 1/4] ocfs2: submit disk heartbeat bio using WRITE_SYNC
 2013-06-29  4:00 UTC 

[Ocfs2-devel] A serious of OCFS2 resend-patches for Linux 3.10
 2013-06-29  3:56 UTC 

[Ocfs2-devel] [PATCH] ocfs2: should call ocfs2_journal_access_di() before ocfs2_delete_entry() in ocfs2_orphan_del()
 2013-06-29  0:32 UTC  (3+ 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).