search for: ocfs2_remove_btree_range

Displaying 8 results from an estimated 8 matches for "ocfs2_remove_btree_range".

2013 Jun 10
1
[PATCH v2] ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_range
In ocfs2_remove_btree_range, when calling ocfs2_lock_refcount_tree and ocfs2_prepare_refcount_change_for_del failed, it goes to out and then tries to call mutex_unlock without mutex_lock before. And when calling ocfs2_reserve_blocks_for_rec_trunc failed, it should free ref_tree before return. Signed-off-by: Joseph Qi <jo...
2011 Jan 12
1
Problems with fsck
..._rotate_tree_left:3225 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.653076] (mc,3305,0):ocfs2_truncate_rec:5442 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.654272] (mc,3305,0):ocfs2_remove_extent:5526 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.655531] (mc,3305,0):ocfs2_remove_btree_range:5717 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.656908] (mc,3305,0):ocfs2_commit_truncate:7117 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.658152] (mc,3305,0):ocfs2_truncate_for_delete:622 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.659423] (mc,3305,0):ocfs2_wip...
2009 Feb 03
1
[git patches] Ocfs2 and Configfs fixes
...ns(+), 14 deletions(-) Jan Kara (2): ocfs2: Push out dropping of dentry lock to ocfs2_wq ocfs2: Fix possible deadlock in ocfs2_write_dquot() Joel Becker (1): configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() Mark Fasheh (1): ocfs2: add quota call to ocfs2_remove_btree_range() Sunil Mushran (1): ocfs2: Wakeup the downconvert thread after a successful cancel convert Tao Ma (1): ocfs2: Access the xattr bucket only before modifying it. -- Mark Fasheh
2010 May 20
0
[GIT PULL] ocfs2 updates for 2.6.35
...l: Code cleanup for allocation reservation. ocfs2: Make ocfs2_extend_trans() really extend. ocfs2: Reset xattr value size after xa_cleanup_value_truncate(). ocfs2: Don't retry xattr set in case value extension fails. Tristan Ye (4): Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. Ocfs2: Fix hole punching to correctly do CoW during cluster zeroing. Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public. Ocfs2: Optimize punching-hole code. Wengang Wang (2): ocfs2: print node # when tcp fails ocfs2:dlm: avoid dlm->ast_lock lockres->s...
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
The following series of patches attempts to detach metadata I/O from struct inode. They are currently tied together pretty tightly. Metadata reads happen via the ocfs2_read_blocks() functions, writes via both jbd2 and ocfs2_write_blocks(). - Each inode has a cache of associated metadata blocks stored on its ip_metadata_cache member. The ocfs2_read/write_blocks() functions take a struct
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly according to the design doc I wrote up a while ago: http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories The patches have been rebased on top of 2.6.29-rc2. It should be trivial to put them into merge_window. Things are what I'd call complete now. I'd like to get these into the merge_window branch
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging
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