Linux ocfs2 filesystem development
 help / color / mirror / Atom feed
 messages from 2016-11-04 17:08:16 to 2017-01-11 00:44:51 UTC [more...]

[Ocfs2-devel] [PATCH] ocfs2/journal: fix umount hang after flushing journal failure
 2017-01-11  0:44 UTC  (4+ messages)

[Ocfs2-devel] [PATCH 0/2] fix deadlock caused by recursive cluster locking
 2017-01-09  5:24 UTC  (20+ messages)
` [Ocfs2-devel] [PATCH 1/2] ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock
` [Ocfs2-devel] [PATCH 2/2] ocfs2: fix deadlocks when taking inode lock at vfs entry points

[Ocfs2-devel] [PATCH v2 3/3] ocfs2/dlm: continue to purge recovery lockres when recovery master goes down
 2017-01-06  2:22 UTC  (4+ messages)

[Ocfs2-devel] [PATCH 00/17] ocfs2-test: misc improvements and trivial fixes
 2017-01-05  6:30 UTC  (19+ messages)
` [Ocfs2-devel] [PATCH 01/17] ocfs2 test: correct the check on testcase if supported
` [Ocfs2-devel] [PATCH 02/17] Single Run: kernel building is little broken now
` [Ocfs2-devel] [PATCH 03/17] Trivial: better not to depend on where we issue testing
` [Ocfs2-devel] [PATCH 04/17] Trivial: fix a typo mistake
` [Ocfs2-devel] [PATCH 05/17] Trivial: fix checking empty return value
` [Ocfs2-devel] [PATCH 06/17] multi_mmap: make log messages go to right place
` [Ocfs2-devel] [PATCH 07/17] lvb_torture: failed when pcmk is used as cluster stack
` [Ocfs2-devel] [PATCH 08/17] multiple node: pass cross_delete the right log file
` [Ocfs2-devel] [PATCH 09/17] Single run: make blocksize and clustersize as parameters
` [Ocfs2-devel] [PATCH 10/17] Multiple "
` [Ocfs2-devel] [PATCH 11/17] discontig bg: "
` [Ocfs2-devel] [PATCH 12/17] Add two cluster-aware parameters: cluster stack and cluster name
` [Ocfs2-devel] [PATCH 13/17] Save punch_hole details into logfile for debugging convenience
` [Ocfs2-devel] [PATCH 14/17] Fix openmpi warning by specifying proper slot number
` [Ocfs2-devel] [PATCH 15/17] Handle the case when a symbolic link device is given
` [Ocfs2-devel] [PATCH 16/17] inline data: fix build error
` [Ocfs2-devel] [PATCH 17/17] discontig bg: give single and multiple node test different log file name

[Ocfs2-devel] ocfs2-test passed on next-20161223
 2017-01-01  6:05 UTC  (3+ messages)

[Ocfs2-devel] [PATCH v2 0/4] ocfs2: use kobject for online file check
 2016-12-29  2:54 UTC  (7+ messages)
` [Ocfs2-devel] [PATCH v2 1/4] ocfs2: move some definitions to header file
` [Ocfs2-devel] [PATCH v2 2/4] ocfs2: fix some small problems
` [Ocfs2-devel] [PATCH v2 3/4] ocfs2: add kobject for online file check
` [Ocfs2-devel] [PATCH v2 4/4] ocfs2: add duplicative ino number check

[Ocfs2-devel] [PATCH] ocfs2: fix crash caused by stale lvb with fsdlm plugin
 2016-12-20 22:51 UTC  (7+ messages)

[Ocfs2-devel] [PATCH 0/2] ocfs2: use kobject for online file check
 2016-12-20  3:00 UTC  (7+ messages)
` [Ocfs2-devel] [PATCH 1/2] ocfs2: add "
    ` [Ocfs2-devel] 答复: "
      ` [Ocfs2-devel] [kbuild-all] "
        ` [Ocfs2-devel] 答复: "
` [Ocfs2-devel] [PATCH 2/2] ocfs2: embed kobject in ocfs2_super structure

[Ocfs2-devel] [PATCH 0/7] xfstests: misc reflink test fixes
 2016-12-14  7:32 UTC  (17+ messages)
` [Ocfs2-devel] [PATCH 1/7] ocfs2: test reflinking to inline data files
` [Ocfs2-devel] [PATCH 2/7] ocfs2/reflink: fix file block size reporting
` [Ocfs2-devel] [PATCH 3/7] reflink: fix quota tests to work properly
` [Ocfs2-devel] [PATCH 4/7] reflink: fix space consumption tests
` [Ocfs2-devel] [PATCH 5/7] reflink: make error reporting consistent
` [Ocfs2-devel] [PATCH 6/7] reflink: don't test disjoint block sharing sets
` [Ocfs2-devel] [PATCH 7/7] xfs/ext4: check negative inode size

[Ocfs2-devel] [PATCH v4 00/11] ocfs2: wire up {clone, copy, dedupe}_range
 2016-12-11 22:03 UTC  (15+ messages)
` [Ocfs2-devel] [PATCH 01/11] fs: try to clone files first in vfs_copy_file_range
` [Ocfs2-devel] [PATCH 02/11] vfs: refactor clone/dedupe_file_range common functions
` [Ocfs2-devel] [PATCH 03/11] ocfs2: convert inode refcount test to a helper
` [Ocfs2-devel] [PATCH 04/11] ocfs2: add newlines to some error messages
` [Ocfs2-devel] [PATCH 05/11] ocfs2: prohibit refcounted swapfiles
` [Ocfs2-devel] [PATCH 06/11] ocfs2: budget for extent tree splits when adding refcount flag
` [Ocfs2-devel] [PATCH 07/11] ocfs2: don't eat io errors during _dio_end_io_write
` [Ocfs2-devel] [PATCH 08/11] ocfs2: always unlock when completing dio writes
` [Ocfs2-devel] [PATCH 09/11] ocfs2: fix bad pointer cast
` [Ocfs2-devel] [PATCH 10/11] ocfs2: charge quota for reflinked blocks
` [Ocfs2-devel] [PATCH 11/11] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features

[Ocfs2-devel] [PATCH v3 0/8] ocfs2: wire up {clone, copy, dedupe}_range
 2016-12-10  8:46 UTC  (13+ messages)
` [Ocfs2-devel] [PATCH 1/8] ocfs2: convert inode refcount test to a helper
` [Ocfs2-devel] [PATCH 2/8] ocfs2: add newlines to some error messages
` [Ocfs2-devel] [PATCH 3/8] ocfs2: prohibit refcounted swapfiles
` [Ocfs2-devel] [PATCH 4/8] ocfs2: budget for extent tree splits when adding refcount flag
` [Ocfs2-devel] [PATCH 5/8] ocfs2: don't eat io errors during _dio_end_io_write
` [Ocfs2-devel] [PATCH 6/8] ocfs2: always unlock when completing dio writes
` [Ocfs2-devel] [PATCH 7/8] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features
` [Ocfs2-devel] [PATCH 8/8] ocfs2: charge quota for reflinked blocks

[Ocfs2-devel] [PATCH] ocfs2: fix crash caused by stale lvb with fsdlm plugin
 2016-12-09  9:45 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 0/7] quota: Use s_umount for quota on/off serialization
 2016-11-30  8:37 UTC  (11+ messages)
` [Ocfs2-devel] [PATCH 1/7] fs: Provide function to get superblock with exclusive s_umount
` [Ocfs2-devel] [PATCH 2/7] quota: Hold s_umount in exclusive mode when enabling / disabling quotas
` [Ocfs2-devel] [PATCH 3/7] quota: Use s_umount protection for quota operations
` [Ocfs2-devel] [PATCH 4/7] ocfs2: Protect periodic quota syncing with s_umount semaphore
` [Ocfs2-devel] [PATCH 5/7] quota: Remove dqonoff_mutex from dquot_scan_active()
` [Ocfs2-devel] [PATCH 6/7] ocfs2: Use s_umount for quota recovery protection
` [Ocfs2-devel] [PATCH 7/7] quota: Remove dqonoff_mutex

[Ocfs2-devel] [PATCH v2 0/7] ocfs2: wire up {clone, copy, dedupe}_range
 2016-11-28 18:24 UTC  (11+ messages)
` [Ocfs2-devel] [PATCH 1/7] ocfs2: convert inode refcount test to a helper
` [Ocfs2-devel] [PATCH 2/7] ocfs2: add newlines to some error messages
` [Ocfs2-devel] [PATCH 3/7] ocfs2: prohibit refcounted swapfiles
` [Ocfs2-devel] [PATCH 4/7] ocfs2: budget for extent tree splits when adding refcount flag
` [Ocfs2-devel] [PATCH 5/7] ocfs2: don't eat io errors during _dio_end_io_write
` [Ocfs2-devel] [PATCH 6/7] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features
` [Ocfs2-devel] [PATCH 7/7] ocfs2: charge quota for reflinked blocks

[Ocfs2-devel] [PATCH] ocfs2: Optimization of code while free dead locks, changed for reviews
 2016-11-28  9:39 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Optimization of code while free dead locks
 2016-11-28  6:17 UTC  (3+ messages)

[Ocfs2-devel] ocfs2: fix sparse file & data ordering issue in direct io
 2016-11-24 14:21 UTC  (11+ messages)

[Ocfs2-devel] [Bug Report] multiple node reflink: kernel BUG at ../fs/ocfs2/suballoc.c:1989!
 2016-11-24  6:23 UTC 

[Ocfs2-devel] A question on OCFS2 mount
 2016-11-21  5:55 UTC  (4+ messages)

[Ocfs2-devel] [PATCH] ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()
 2016-11-21  1:16 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] MLE releases issue
 2016-11-18 22:51 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2/dlm: fix umount hang
 2016-11-17  9:27 UTC  (5+ messages)
  ` [Ocfs2-devel] 答复: "
      ` [Ocfs2-devel] 答复: "

[Ocfs2-devel] [RFC] Should we revert commit "ocfs2: take inode lock in ocfs2_iop_set/get_acl()"? or other ideas?
 2016-11-15  2:13 UTC  (11+ messages)
` [Ocfs2-devel] [DRAFT 2/2] ocfs2: fix deadlock caused by recursive cluster locking

[Ocfs2-devel] [PATCH 0/6] ocfs2: wire up {clone, copy, dedupe}_range
 2016-11-11 15:05 UTC  (21+ messages)
` [Ocfs2-devel] [PATCH 1/6] ocfs2: convert inode refcount test to a helper
  ` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 2/6] ocfs2: add newlines to some error messages
` [Ocfs2-devel] [PATCH 3/6] ocfs2: prohibit refcounted swapfiles
` [Ocfs2-devel] [PATCH 4/6] ocfs2: budget for extent tree splits when adding refcount flag
` [Ocfs2-devel] [PATCH 5/6] ocfs2: don't eat io errors during _dio_end_io_write
` [Ocfs2-devel] [PATCH 6/6] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features
  ` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 7/6] xfstests: fix some minor problems testing ocfs2

[Ocfs2-devel] ocfs2: A race about mle is unlinked and freed for the dead node, BUG
 2016-11-10  5:47 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: old mle put and release after the function dlm_add_migration_mle called
 2016-11-09  0:29 UTC 

[Ocfs2-devel] Announcing btrfs-dedupe
 2016-11-08 19:47 UTC 

[Ocfs2-devel] what is g_f_a_w_n() short for? thanks
 2016-11-07 10:23 UTC 

[Ocfs2-devel] [PATCH 0/6 v2] fs: Provide function to unmap metadata for a range of blocks
 2016-11-04 17:08 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH 6/6] fs: Remove unmap_underlying_metadata


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox