ocfs2-devel.oss.oracle.com archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-25 05:00:01 to 2014-10-20 05:28:41 UTC [more...]

[Ocfs2-devel] [PATCH] [ocfs2]: drop(unlock) dentry before iput in ocfs2_do_drop_dentry_lock
 2014-10-20  5:28 UTC 

[Ocfs2-devel] [PATCH 0/12 v2] Moving i_dquot out of struct inode
 2014-10-19 14:16 UTC  (24+ messages)
` [Ocfs2-devel] [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports
` [Ocfs2-devel] [PATCH 02/12] gfs2: Set allowed quota types
` [Ocfs2-devel] [PATCH 03/12] xfs: "
` [Ocfs2-devel] [PATCH 04/12] fs: Generic infrastructure for optional inode fields
` [Ocfs2-devel] [PATCH 05/12] quota: Use optional inode field for i_dquot pointers
` [Ocfs2-devel] [PATCH 06/12] ext2: Convert to private i_dquot field
` [Ocfs2-devel] [PATCH 07/12] ext3: "
` [Ocfs2-devel] [PATCH 08/12] ext4: "
` [Ocfs2-devel] [PATCH 09/12] ocfs2: "
` [Ocfs2-devel] [PATCH 10/12] reiserfs: "
` [Ocfs2-devel] [PATCH 11/12] jfs: "
` [Ocfs2-devel] [PATCH 12/12] vfs: Remove i_dquot field from inode

[Ocfs2-devel] [PATCH 2/2] ocfs2: Fix d_splice_alias() return code checking
 2014-10-19 10:39 UTC 

[Ocfs2-devel] [PATCH 4/7 v4] ocfs2: add and remove inode in orphan dir in ocfs2_direct_IO
 2014-10-15 23:55 UTC  (3+ messages)

[Ocfs2-devel] [PATCH 7/7 v4] ocfs2: do not fallback to buffer I/O write if fill holes
 2014-10-11 12:32 UTC 

[Ocfs2-devel] [PATCH 6/7 v4] ocfs2: do not fallback to buffer I/O write if appending
 2014-10-11 12:31 UTC 

[Ocfs2-devel] [PATCH 5/7 v4] ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
 2014-10-11 12:30 UTC 

[Ocfs2-devel] [PATCH 3/7 v4] ocfs2: add orphan recovery types in ocfs2_recover_orphans
 2014-10-11 12:28 UTC 

[Ocfs2-devel] [PATCH 2/7 v4] ocfs2: add two functions of add and remove inode in orphan dir
 2014-10-11 12:26 UTC 

[Ocfs2-devel] [PATCH 1/7 v4] ocfs2: eliminate the static flag of some functions
 2014-10-11 12:25 UTC 

[Ocfs2-devel] [PATCH 0/7 v4] ocfs2: allocate blocks in direct I/O write
 2014-10-11 12:23 UTC 

[Ocfs2-devel] [PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
 2014-10-10 15:32 UTC  (45+ messages)
` [Ocfs2-devel] [PATCH 1/2 RESEND] bdi: Fix hung task on sync
` [Ocfs2-devel] [PATCH] block: free q->flush_rq in blk_init_allocated_queue error paths
` [Ocfs2-devel] [PATCH] block: improve rq_affinity placement
` [Ocfs2-devel] [PATCH] block: Make rq_affinity = 1 work as expected
` [Ocfs2-devel] [PATCH] block: strict rq_affinity
` [Ocfs2-devel] [PATCH] ext3: Fix deadlock in data=journal mode when fs is frozen
` [Ocfs2-devel] [PATCH] ext3: Speedup WB_SYNC_ALL pass
` [Ocfs2-devel] [PATCH] ext4: Avoid lock inversion between i_mmap_mutex and transaction start
` [Ocfs2-devel] [PATCH 1/2] ext4: Don't check quota format when there are no quota files
` [Ocfs2-devel] [PATCH 1/2] ext4: Fix block zeroing when punching holes in indirect block files
` [Ocfs2-devel] [PATCH] ext4: Fix buffer double free in ext4_alloc_branch()
` [Ocfs2-devel] [PATCH] ext4: Fix jbd2 warning under heavy xattr load
` [Ocfs2-devel] [PATCH] ext4: Fix zeroing of page during writeback
` [Ocfs2-devel] [PATCH] ext4: Remove orphan list handling
` [Ocfs2-devel] [PATCH] ext4: Speedup WB_SYNC_ALL pass
` [Ocfs2-devel] [PATCH for 3.14-stable] fanotify: fix double free of pending permission events
` [Ocfs2-devel] [PATCH] fs: Avoid userspace mounting anon_inodefs filesystem
` [Ocfs2-devel] [PATCH 1/2] jbd2: Avoid pointless scanning of checkpoint lists
` [Ocfs2-devel] [PATCH] jbd2: Optimize jbd2_log_do_checkpoint() a bit
` [Ocfs2-devel] [PATCH] lockdep: Dump info via tracing
` [Ocfs2-devel] [PATCH] mm: Fixup pagecache_isize_extended() definitions for !CONFIG_MMU
` [Ocfs2-devel] [PATCH] ncpfs: fix rmdir returns Device or resource busy
` [Ocfs2-devel] [PATCH] ocfs2: Fix quota file corruption
` [Ocfs2-devel] [PATCH 1/2] printk: Debug patch1
` [Ocfs2-devel] [PATCH] printk: debug: Slow down printing to 9600 bauds
` [Ocfs2-devel] [PATCH] printk: enable interrupts before calling console_trylock_for_printk()
` [Ocfs2-devel] [PATCH] quota: Fix race between dqput() and dquot_scan_active()
` [Ocfs2-devel] [PATCH] scsi: Keep interrupts disabled while submitting requests
` [Ocfs2-devel] [PATCH] sync: don't block the flusher thread waiting on IO
` [Ocfs2-devel] [PATCH] timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
` [Ocfs2-devel] [PATCH] udf: Avoid infinite loop when processing indirect ICBs
` [Ocfs2-devel] [PATCH] udf: Print error when inode is loaded
` [Ocfs2-devel] [PATCH] vfs: Allocate anon_inode_inode in anon_inode_init()
` [Ocfs2-devel] [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [Ocfs2-devel] [PATCH RESEND] vfs: Return EINVAL for default SEEK_HOLE, SEEK_DATA implementation
` [Ocfs2-devel] [PATCH] writeback: plug writeback at a high level
` [Ocfs2-devel] [PATCH] x86: Fixup lockdep complaint caused by io apic code
` [Ocfs2-devel] [PATCH 2/2 RESEND] bdi: Avoid oops on device removal
` [Ocfs2-devel] [PATCH 2/2] ext3: Don't check quota format when there are no quota files
` [Ocfs2-devel] [PATCH 2/2] ext4: Fix hole punching for files with indirect blocks
` [Ocfs2-devel] [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize
` [Ocfs2-devel] [PATCH 2/2] jbd2: Simplify calling convention around __jbd2_journal_clean_checkpoint_list
` [Ocfs2-devel] [PATCH 2/2] printk: Debug patch 2

[Ocfs2-devel] Ocfs2-devel Digest, Vol 127, Issue 25
 2014-10-10  3:29 UTC  (3+ messages)

[Ocfs2-devel] Hi, is there any way to restore the corrupted disk? Thanks
 2014-10-09  9:23 UTC 

[Ocfs2-devel] [PATCH 0/12 RFC] Moving i_dquot out of struct inode
 2014-10-08  8:45 UTC  (20+ messages)
` [Ocfs2-devel] [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports
` [Ocfs2-devel] [PATCH 02/12] gfs2: Set allowed quota types
` [Ocfs2-devel] [PATCH 03/12] xfs: "
` [Ocfs2-devel] [PATCH 04/12] fs: Generic infrastructure for optional inode fields
` [Ocfs2-devel] [PATCH 05/12] quota: Use optional inode field for i_dquot pointers
` [Ocfs2-devel] [PATCH 06/12] ext2: Convert to private i_dquot field
` [Ocfs2-devel] [PATCH 07/12] ext3: "
` [Ocfs2-devel] [PATCH 08/12] ext4: "
` [Ocfs2-devel] [PATCH 09/12] ocfs2: "
` [Ocfs2-devel] [PATCH 10/12] reiserfs: "
` [Ocfs2-devel] [PATCH 11/12] jfs: "
` [Ocfs2-devel] [PATCH 12/12] vfs: Remove i_dquot field from inode

[Ocfs2-devel] [PATCH] ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM
 2014-10-08  5:44 UTC 

[Ocfs2-devel] [PATCH] ocfs2/dlm: call dlm_lockres_put without resource spinlock
 2014-10-08  1:48 UTC  (3+ messages)

[Ocfs2-devel] Frangmentation, localalloc
 2014-10-03 15:05 UTC 

[Ocfs2-devel] One node hangs up issue requiring goog idea, thanks
 2014-09-30 17:09 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix null handle in ocfs2_write_zero_page
 2014-09-27  6:52 UTC 

[Ocfs2-devel] [PATCH 7/7 v3] ocfs2: do not fallback to buffer I/O write if fill holes
 2014-09-26 10:02 UTC 

[Ocfs2-devel] [PATCH 6/7 v3] ocfs2: do not fallback to buffer I/O write if appending
 2014-09-26 10:01 UTC 

[Ocfs2-devel] [PATCH 5/7 v3] ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
 2014-09-26 10:00 UTC 

[Ocfs2-devel] [PATCH 4/7 v3] ocfs2: add and remove inode in orphan dir in ocfs2_direct_IO
 2014-09-26  9:59 UTC 

[Ocfs2-devel] [PATCH 3/7 v3] ocfs2: add orphan recovery types in ocfs2_recover_orphans
 2014-09-26  9:57 UTC 

[Ocfs2-devel] [PATCH 2/7 v3] ocfs2: add two functions of add and remove inode in orphan dir
 2014-09-26  9:55 UTC 

[Ocfs2-devel] [PATCH 1/7 v3] ocfs2: eliminate the static flag of some functions
 2014-09-26  9:53 UTC 

[Ocfs2-devel] [PATCH 0/7 v3] ocfs2: allocate blocks in direct I/O write
 2014-09-26  9:51 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix deadlock due to wrong locking order
 2014-09-25 12:38 UTC  (6+ messages)

[Ocfs2-devel] [PATCH 7/7 v2] ocfs2: do not fallback to buffer I/O write if fill holes
 2014-09-23  9:15 UTC 

[Ocfs2-devel] [PATCH 6/7 v2] ocfs2: do not fallback to buffer I/O write if appending
 2014-09-23  9:14 UTC 

[Ocfs2-devel] [PATCH 5/7 v2] ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
 2014-09-23  9:13 UTC 

[Ocfs2-devel] [PATCH 4/7 v2] ocfs2: add and remove inode in orphan dir in ocfs2_direct_IO
 2014-09-23  9:12 UTC 

[Ocfs2-devel] [PATCH 3/7 v2] ocfs2: add orphan recovery types in ocfs2_recover_orphans
 2014-09-23  9:11 UTC 

[Ocfs2-devel] [PATCH 2/7 v2] ocfs2: add two functions of add and remove inode in orphan dir
 2014-09-23  9:09 UTC 

[Ocfs2-devel] [PATCH 1/7 v2] ocfs2: eliminate the static flag of some functions
 2014-09-23  9:08 UTC 

[Ocfs2-devel] [PATCH 0/7 v2] ocfs2: allocate blocks in direct I/O write
 2014-09-23  9:05 UTC 

[Ocfs2-devel] [PATCH V2] ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler
 2014-09-23  3:57 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim
 2014-09-17  9:58 UTC 

[Ocfs2-devel] [PATCH 0/7] ocfs2: allocate blocks in direct I/O write
 2014-09-17  2:24 UTC  (4+ messages)

[Ocfs2-devel] [PATCH 06/22] ocfs2: Replace strnicmp with strncasecmp
 2014-09-16 20:51 UTC 

[Ocfs2-devel] [PATCH v2] ocfs2: don't fire quorum before connection established
 2014-09-16 16:32 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2/dlm: do not get resource spinlock if lockres is new
 2014-09-16  4:04 UTC 

[Ocfs2-devel] [PATCH] ocfs2: don't fire quorum before connection established
 2014-09-15  8:27 UTC 

[Ocfs2-devel] May be deadlock for wrong locking order, patch request reviewed, thanks
 2014-09-12  6:05 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: call o2quo_exit if malloc failed in o2net_init
 2014-09-11 13:45 UTC 

[Ocfs2-devel] [PATCH] ocfs2: free vol_lable in ocfs2_delete_osb
 2014-09-11 13:33 UTC 

[Ocfs2-devel] How to unlock a bloked resource? Thanks
 2014-09-10 19:27 UTC  (2+ messages)
` [Ocfs2-devel] [Ocfs2-users] "

[Ocfs2-devel] [PATCH 5/5] ocfs2: Don't use MAXQUOTAS value
 2014-09-10 19:22 UTC 

[Ocfs2-devel] [PATCH 0/3] fs: ocfs2: use seq_open_private()
 2014-09-10 14:49 UTC  (4+ messages)
` [Ocfs2-devel] [PATCH 1/3] fs: ocfs2: use seq_open_private() not seq_open()
` [Ocfs2-devel] [PATCH 2/3] "
` [Ocfs2-devel] [PATCH 3/3] fs: ocfs2: Use __seq_open_private() "

[Ocfs2-devel] [PATCH 7/7] ocfs2: do not fallback to buffer I/O write if fill holes
 2014-09-10 12:50 UTC 

[Ocfs2-devel] [PATCH 6/7] ocfs2: do not fallback to buffer I/O write if appending
 2014-09-10 12:49 UTC 

[Ocfs2-devel] [PATCH 5/7] ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
 2014-09-10 12:48 UTC 

[Ocfs2-devel] [PATCH 4/7] ocfs2: add and remove inode in orphan dir in ocfs2_direct_IO
 2014-09-10 12:45 UTC 

[Ocfs2-devel] [PATCH 3/7] ocfs2: add orphan recovery types in ocfs2_recover_orphans
 2014-09-10 12:43 UTC 

[Ocfs2-devel] [PATCH 2/7] ocfs2: add two functions of add and remove inode in orphan dir
 2014-09-10 12:41 UTC 

[Ocfs2-devel] [PATCH 1/7] ocfs2: eliminate the static flag of some functions
 2014-09-10 12:40 UTC 

[Ocfs2-devel] One question about the usage of dlm_domain_lock of OCFS2
 2014-09-06  8:13 UTC 

[Ocfs2-devel] One question about the usage of dlm_domain_lock of OCFS2
 2014-09-06  7:54 UTC 

[Ocfs2-devel] [PATCH] ocfs2/dlm: refactor error handling in dlm_alloc_ctxt
 2014-09-05  8:56 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix shift left operations overflow
 2014-09-05  8:47 UTC 

[Ocfs2-devel] [PATCH] fs/super.c: do not shrink fs slab during direct memory reclaim
 2014-09-03  5:02 UTC  (11+ messages)

[Ocfs2-devel] [PATCH V2]ocfs2: Avoid access invalid address when read o2dlm debug messages
 2014-09-02  7:38 UTC 

[Ocfs2-devel] [PATCH] ocfs2: remove unused code in dlm_new_lockres()
 2014-09-01 12:47 UTC 

[Ocfs2-devel] Bug report and patch request reviews, thanks
 2014-09-01  8:10 UTC  (3+ messages)
  ` [Ocfs2-devel] 答复: "

[Ocfs2-devel] [patch 02/10] ocfs2: free inode when i_count becomes zero
 2014-08-30  7:03 UTC  (3+ messages)

[Ocfs2-devel] A deadlock when system do not has sufficient memory
 2014-08-29  7:30 UTC  (16+ messages)

[Ocfs2-devel] Can one single file's size is larger than 2T in one ocfs2 cluseter?
 2014-08-28 10:37 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix deadlock between o2hb thread and o2net_wq
 2014-08-27 10:57 UTC 


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