aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/torvalds/linux-2.6David 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