search for: ocfs2_alloc_inod

Displaying 4 results from an estimated 4 matches for "ocfs2_alloc_inod".

Did you mean: ocfs2_alloc_inode
2006 Nov 21
2
Memory leak in ocfs2/dlm?
...rep ocfs | sort -k 2 -n size-512: 1 o2hb_heartbeat_group_make_item+0x1b/0x79 [ocfs2_nodemanager] size-512: 1 o2hb_map_slot_data+0x22/0x2fa [ocfs2_nodemanager] size-512: 1 ocfs2_initialize_super+0x55e/0xd7f [ocfs2] size-512: 26439 ocfs2_dentry_attach_lock+0x2d1/0x423 [ocfs2] ocfs2_inode_cache: 26450 ocfs2_alloc_inode+0x13/0x29 [ocfs2] size-512: 52879 dlm_new_lockres+0x22/0x189 [ocfs2_dlm] # Clear caches [root@lnxp-1038:/mail/store/backend1]$ echo 3 > /proc/sys/vm/drop_caches [root@lnxp-1038:/mail/store/backend1]$ echo 0 > /proc/sys/vm/drop_caches [root@lnxp-1038:/backend1]$ cat /proc/slab_allocators...
2007 Jun 26
3
1.2.6 compile failures
...include/linux/slab.h:17) /data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/super.c:82: warning: `kmem_cache_t' is deprecated (declared at include/linux/slab.h:17) /data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/super.c: In function `ocfs2_alloc_inode': /data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/super.c:325: error: `SLAB_NOFS' undeclared (first use in this function) /data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/super.c:325: error: (Each undeclared identifier is reported on...
2008 Sep 04
4
[PATCH 0/3] ocfs2: Switch over to JBD2.
ocfs2 currently uses the Journaled Block Device (JBD) for its journaling. This is a very stable and tested codebase. However, JBD is limited by architecture to 32bit block numbers. This means an ocfs2 filesystem is limited to 2^32 blocks. With a 4K blocksize, that's 16TB. People want larger volumes. Fortunately, there is now JBD2. JBD2 adds 64bit block number support and some other
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have