aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/suballoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker1-27/+31
2009-01-05ocfs2: block read meta ecc.Joel Becker1-1/+30
2009-01-05ocfs2: Validate metadata only when it's read from disk.Joel Becker1-27/+64
2009-01-05ocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC() checks.Joel Becker1-25/+14
2009-01-05ocfs2: Wrap group descriptor reads in a dedicated function.Joel Becker1-43/+65
2009-01-05ocfs2: Consolidate validation of group descriptors.Joel Becker1-31/+43
2009-01-05ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.Joel Becker1-20/+16
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker1-7/+4
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-9/+8
2008-10-13ocfs2: Don't check for NULL before brelse()Mark Fasheh1-18/+11
2008-10-13ocfs2: Add the 'inode64' mount option.Joel Becker1-2/+3
2008-10-13ocfs2: Limit inode allocation to 32bits.Joel Becker1-15/+68
2008-10-13ocfs2: Make ocfs2_extent_tree the first-class representation of a tree.Joel Becker1-7/+5
2008-10-13ocfs2: Add extended attribute supportTiger Yang1-4/+13
2008-10-13ocfs2: Add extent tree operation for xattr value btreesTao Ma1-2/+3
2008-10-13ocfs2: Abstract ocfs2_extent_tree in b-tree operations.Tao Ma1-0/+82
2008-10-13ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Tao Ma1-2/+2
2008-10-13ocfs2: throttle back local alloc when low on disk spaceMark Fasheh1-14/+17
2008-04-18ocfs2: Add inode stealing for ocfs2_reserve_new_inodeTao Ma1-2/+78
2008-04-18ocfs2: Add ac_alloc_slot in ocfs2_alloc_contextTao Ma1-0/+1
2008-04-18ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bitsTao Ma1-4/+18
2008-02-03fs/: Spelling fixesJoe Perches1-1/+1
2008-01-25ocfs2: Local alloc window size changeable via mount optionSunil Mushran1-2/+3
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeTao Ma1-7/+4
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-2/+2
2007-09-20ocfs2: Allow smaller allocations during large writesMark Fasheh1-8/+21
2007-07-10ocfs2: use all extent block suballocatorsMark Fasheh1-6/+0
2007-07-10ocfs2: plug truncate into cached dealloc routinesMark Fasheh1-13/+0
2007-07-10ocfs2: simplify deallocation lockingMark Fasheh1-21/+6
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh1-5/+5
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh1-2/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-3/+3
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh1-22/+22
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh1-1/+1
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh1-1/+1
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh1-1/+1
2006-12-01ocfs2: don't use handle for locking in allocation functionsMark Fasheh1-80/+54
2006-12-01ocfs2: remove ocfs2_journal_handle flags fieldMark Fasheh1-1/+1
2006-08-07ocfs2: allocation hintsMark Fasheh1-13/+134
2006-08-07ocfs2: better group descriptor consistency checksMark Fasheh1-20/+94
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh1-33/+39
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+1651