aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-13ocfs2: ->l_next_free_req breakage on big-endianAl Viro1-1/+1
2011-11-17ocfs2: Commit transactions in error cases -v2Wengang Wang1-1/+1
2011-05-23ocfs2: Add trace event for trim.Tao Ma1-0/+7
2011-05-23ocfs2: Add ocfs2_trim_fs for SSD trim support.Tao Ma1-0/+159
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-22ocfs2: Remove DISK_ALLOC from masklog.Tao Ma1-1/+0
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/alloc.cTao Ma1-77/+88
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-21/+5
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-26/+2
2011-01-07ocfs2: Remove unused truncate function from alloc.cTao Ma1-74/+0
2010-12-16ocfs2: Try to free truncate log when meeting ENOSPC in write.Tao Ma1-0/+3
2010-09-08ocfs2: Fix deadlock when allocating pageJan Kara1-1/+1
2010-05-18Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into oc...Joel Becker1-11/+18
2010-05-18Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public.Tristan Ye1-2/+2
2010-05-18Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.Tristan Ye1-528/+157
2010-05-05ocfs2: Make ocfs2_extend_trans() really extend.Tao Ma1-21/+9
2010-05-05ocfs2: use allocation reservations during file writeMark Fasheh1-0/+2
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Joel Becker1-130/+34
2010-03-22ocfs2: Free block to the right block group.Tao Ma1-6/+12
2010-03-26ocfs2: Set suballoc_loc on allocated metadata.Joel Becker1-1/+3
2010-05-06ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument.Joel Becker1-4/+3
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-7/+6
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-7/+6
2010-02-26ocfs2: add extent block stealing for ocfs2 v5Tiger Yang1-2/+3
2009-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2009-12-16ocfs: stop using do_sync_mapping_rangeChristoph Hellwig1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-02ocfs2: Find proper end cpos for a leaf refcount block.Tao Ma1-5/+5
2009-09-22ocfs2: Make transaction extend more efficient.Tao Ma1-2/+10
2009-09-22ocfs2: CoW refcount tree improvement.Tao Ma1-1/+1
2009-09-22ocfs2: Add CoW support.Tao Ma1-9/+16
2009-09-22ocfs2: Decrement refcount when truncating refcounted extents.Tao Ma1-7/+69
2009-09-22ocfs2: Add functions for extents refcounted.Tao Ma1-6/+6
2009-09-22ocfs2: Add support of decrementing refcount for delete.Tao Ma1-3/+3
2009-09-22ocfs2: move tree path functions to alloc.h.Tao Ma1-53/+23
2009-09-22ocfs2: Add refcount b-tree as a new extent tree.Tao Ma1-0/+54
2009-09-22ocfs2: Abstract extent split process.Tao Ma1-50/+100
2009-09-22ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree.Tao Ma1-16/+41
2009-09-04ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree().Joel Becker1-11/+11
2009-09-04ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode.Joel Becker1-4/+3
2009-09-04ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree.Joel Becker1-5/+4
2009-09-04ocfs2: ocfs2_split_and_insert() no longer needs struct inode.Joel Becker1-6/+5
2009-09-04ocfs2: ocfs2_remove_extent() no longer needs struct inode.Joel Becker1-19/+21
2009-09-04ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode.Joel Becker1-6/+7
2009-09-04ocfs2: ocfs2_insert_extent() no longer needs struct inode.Joel Becker1-11/+8
2009-09-04ocfs2: Make extent map insertion an extent_tree_operation.Joel Becker1-2/+27
2009-09-04ocfs2: ocfs2_figure_insert_type() no longer needs struct inode.Joel Becker1-3/+2
2009-09-04ocfs2: Remove inode from ocfs2_figure_extent_contig().Joel Becker1-7/+6
2009-09-04ocfs2: Swap inode for extent_tree in ocfs2_figure_merge_contig_type().Joel Becker1-13/+13
2009-09-04ocfs2: ocfs2_extent_contig() only requires the superblock.Joel Becker1-6/+6
2009-09-04ocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path() no longer need an inode.Joel Becker1-8/+6
2009-09-04ocfs2: Give ocfs2_split_record() an extent_tree instead of an inode.Joel Becker1-3/+4
2009-09-04ocfs2: ocfs2_insert_at_leaf() doesn't need struct inode.Joel Becker1-9/+10
2009-09-04ocfs2: Make truncating the extent map an extent_tree_operation.Joel Becker1-6/+31
2009-09-04ocfs2: ocfs2_truncate_rec() doesn't need struct inode.Joel Becker1-13/+13
2009-09-04ocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path() lose struct inode.Joel Becker1-44/+36
2009-09-04ocfs2: ocfs2_try_to_merge_extent() doesn't need struct inode.Joel Becker1-7/+5
2009-09-04ocfs2: ocfs2_merge_rec_left/right() no longer need struct inode.Joel Becker1-30/+24
2009-09-04ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode.Joel Becker1-30/+26
2009-09-04ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode.Joel Becker1-12/+12
2009-09-04ocfs2: ocfs2_rotate_subtree_left() doesn't need struct inode.Joel Becker1-9/+9
2009-09-04ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode.Joel Becker1-4/+5
2009-09-04ocfs2: ocfs2_rotate_tree_right() doesn't need struct inode.Joel Becker1-2/+2
2009-09-04ocfs2: Drop struct inode from ocfs2_extent_tree_operations.Joel Becker1-55/+38
2009-09-04ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root()Joel Becker1-25/+27
2009-09-04ocfs2: Get inode out of ocfs2_rotate_subtree_root_right().Joel Becker1-18/+19
2009-09-04ocfs2: ocfs2_complete_edge_insert() doesn't need struct inode at all.Joel Becker1-10/+10
2009-09-04ocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path()Joel Becker1-9/+11
2009-09-04ocfs2: ocfs2_create_new_meta_bhs() doesn't need struct inode.Joel Becker1-8/+9
2009-09-04ocfs2: ocfs2_find_path() only needs the caching infoJoel Becker1-38/+41
2009-09-04ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block().Joel Becker1-18/+20
2009-09-04ocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree.Joel Becker1-13/+13
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker1-51/+52
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Joel Becker1-6/+7
2009-08-17ocfs2: release the buffer head in ocfs2_do_truncate.Tao Ma1-1/+1
2009-07-23ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.Tao Ma1-1/+2
2009-07-21ocfs2: Add extra credits and access the modified bh in update_edge_lengths.Tao Ma1-5/+39
2009-06-15ocfs2: Adjust rightmost path in ocfs2_add_branch.Tao Ma1-4/+76
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh1-0/+57
2009-03-12ocfs2: Fix a bug found by sparse check.Tao Ma1-1/+2
2009-02-26ocfs2: Access and dirty the buffer_head in mark_written.Tao Ma1-1/+26
2009-02-02ocfs2: add quota call to ocfs2_remove_btree_range()Mark Fasheh1-0/+3
2009-01-08remove lots of double-semicolonsFernando Carrijo1-1/+1
2009-01-05ocfs2: Access the right buffer_head in ocfs2_merge_rec_left.Tao Ma1-2/+2
2009-01-05ocfs2: Create ocfs2_xattr_value_buf.Joel Becker1-14/+11
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker1-96/+137
2009-01-05ocfs2: Wrap up the common use cases of ocfs2_new_path().Joel Becker1-24/+24
2009-01-05ocfs2: block read meta ecc.Joel Becker1-0/+17
2009-01-05ocfs2: Add quota calls for allocation and freeing of inodes and spaceJan Kara1-2/+18
2009-01-05ocfs2: Remove JBD compatibility layerMark Fasheh1-5/+0
2009-01-05ocfs2: Validate metadata only when it's read from disk.Joel Becker1-11/+6
2009-01-05ocfs2: Wrap extent block reads in a dedicated function.Joel Becker1-53/+98
2009-01-05ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.Joel Becker1-29/+21
2009-01-05ocfs2: Wrap inode block reads in a dedicated function.Joel Becker1-1/+1
2009-01-05ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range()Mark Fasheh1-0/+72
2009-01-05ocfs2: Add clusters free in dealloc_ctxt.Tao Ma1-7/+99
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker1-15/+10
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-16/+14
2008-10-13ocfs2: Don't check for NULL before brelse()Mark Fasheh1-22/+11
2008-10-13ocfs2: Switch over to JBD2.Joel Becker1-17/+11
2008-10-13ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()Joel Becker1-28/+21
2008-10-13ocfs2: Comment struct ocfs2_extent_tree_operations.Joel Becker1-2/+43
2008-10-13ocfs2: Make ocfs2_extent_tree the first-class representation of a tree.Joel Becker1-210/+90
2008-10-13ocfs2: Add an insertion check to ocfs2_extent_tree_operations.Joel Becker1-25/+44
2008-10-13ocfs2: Create specific get_extent_tree functions.Joel Becker1-21/+55
2008-10-13ocfs2: Determine an extent tree's max_leaf_clusters in an et_op.Joel Becker1-3/+15
2008-10-13ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents().Joel Becker1-25/+5
2008-10-13ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations.Joel Becker1-8/+30
2008-10-13ocfs2: Make 'private' into 'object' on ocfs2_extent_tree.Joel Becker1-33/+29
2008-10-13ocfs2: Make ocfs2_extent_tree get/put instead of alloc.Joel Becker1-81/+36
2008-10-13ocfs2: Prefix the ocfs2_extent_tree structure.Joel Becker1-57/+61
2008-10-13ocfs2: Prefix the extent tree operations structure.Joel Becker1-39/+46
2008-10-13ocfs2: Optionally limit extent size in ocfs2_insert_extent()Tao Ma1-9/+30
2008-10-13ocfs2: Add xattr index tree operationsTao Ma1-0/+89
2008-10-13ocfs2: reserve inline space for extended attributeTiger Yang1-6/+16
2008-10-13ocfs2: Add extent tree operation for xattr value btreesTao Ma1-35/+149
2008-10-13ocfs2: Make high level btree extend code genericTao Ma1-0/+110
2008-10-13ocfs2: Abstract ocfs2_extent_tree in b-tree operations.Tao Ma1-181/+327
2008-10-13ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Tao Ma1-1/+2
2008-10-13ocfs2: Modify ocfs2_num_free_extents for future xattr usage.Tao Ma1-1/+2
2008-10-03ocfs2: fiemap supportMark Fasheh1-9/+0
2008-05-21ocfs2 endianness fixesAl Viro1-2/+2
2008-04-18ocfs2: Use BUG_ONJulia Lawall1-2/+1
2008-04-18ocfs2: Add inode stealing for ocfs2_reserve_new_inodeTao Ma1-0/+2
2008-04-18ocfs2: Enable cross extent block merge.Tao Ma1-8/+86
2008-04-18ocfs2: Add support for cross extent blockTao Ma1-41/+325
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-1/+1
2008-02-03fs/: Spelling fixesJoe Perches1-1/+1
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-4/+4
2007-12-17ocfs2: Re-journal buffers after transaction extendMark Fasheh1-21/+45
2007-12-17ocfs2: Don't panic when truncating an empty extentMark Fasheh1-2/+0
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin1-1/+1
2007-10-12ocfs2: Write support for directories with inline dataMark Fasheh1-6/+10
2007-10-12ocfs2: Write support for inline dataMark Fasheh1-0/+245
2007-10-12ocfs2: Small refactor of truncate zeroing codeMark Fasheh1-79/+72
2007-10-12ocfs2: Remove unused structure fieldMark Fasheh1-10/+3
2007-10-12ocfs2: remove unused variableTao Mao1-24/+16
2007-10-12ocfs2: remove mostly unused field from insert structureTao Mao1-23/+6
2007-09-11ocfs2: Fix calculation of i_blocks during truncateMark Fasheh1-0/+1
2007-08-09[2.6 patch] ocfs2_insert_extent(): remove dead codeAdrian Bunk1-4/+0
2007-07-10ocfs2: support for removing file regionsMark Fasheh1-10/+10
2007-07-10ocfs2: update truncate handling of partial clustersMark Fasheh1-43/+29
2007-07-10ocfs2: btree support for removal of arbirtrary extentsMark Fasheh1-0/+367
2007-07-10ocfs2: Support creation of unwritten extentsMark Fasheh1-0/+2
2007-07-10ocfs2: btree changes for unwritten extentsMark Fasheh1-59/+1740
2007-07-10ocfs2: abstract btree growing callsMark Fasheh1-45/+74
2007-07-10ocfs2: use all extent block suballocatorsMark Fasheh1-6/+0
2007-07-10ocfs2: plug truncate into cached dealloc routinesMark Fasheh1-75/+27
2007-07-10ocfs2: simplify deallocation lockingMark Fasheh1-0/+204
2007-07-10ocfs2: take ip_alloc_sem during entire truncateMark Fasheh1-3/+0
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh1-3/+3
2007-04-26ocfs2: Cache extent recordsMark Fasheh1-0/+5
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh1-4/+7
2007-04-26ocfs2: make room for unwritten extents flagMark Fasheh1-59/+96
2007-04-26ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh1-1/+4
2007-04-26ocfs2: zero tail of sparse files on truncateMark Fasheh1-0/+224
2007-04-26ocfs2: teach extend/truncate about sparse filesMark Fasheh1-189/+291
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh1-3/+2
2007-04-26ocfs2: sparse b-tree supportMark Fasheh1-483/+1963
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-51/+39
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh1-16/+16
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh1-4/+3
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh1-4/+4
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh1-5/+2
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log()Mark Fasheh1-27/+19
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+6
2006-09-20ocfs2: Remove overzealous BUG_ON()Mark Fasheh1-8/+20
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh1-43/+45
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-12/+12
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+2040