summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.c
AgeCommit message (Expand)AuthorLines
2008-05-21ocfs2 endianness fixesAl Viro-2/+2
2008-04-18ocfs2: Use BUG_ONJulia Lawall-2/+1
2008-04-18ocfs2: Add inode stealing for ocfs2_reserve_new_inodeTao Ma-0/+2
2008-04-18ocfs2: Enable cross extent block merge.Tao Ma-8/+86
2008-04-18ocfs2: Add support for cross extent blockTao Ma-41/+325
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter-1/+1
2008-02-03fs/: Spelling fixesJoe Perches-1/+1
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh-4/+4
2007-12-17ocfs2: Re-journal buffers after transaction extendMark Fasheh-21/+45
2007-12-17ocfs2: Don't panic when truncating an empty extentMark Fasheh-2/+0
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin-1/+1
2007-10-12ocfs2: Write support for directories with inline dataMark Fasheh-6/+10
2007-10-12ocfs2: Write support for inline dataMark Fasheh-0/+245
2007-10-12ocfs2: Small refactor of truncate zeroing codeMark Fasheh-79/+72
2007-10-12ocfs2: Remove unused structure fieldMark Fasheh-10/+3
2007-10-12ocfs2: remove unused variableTao Mao-24/+16
2007-10-12ocfs2: remove mostly unused field from insert structureTao Mao-23/+6
2007-09-11ocfs2: Fix calculation of i_blocks during truncateMark Fasheh-0/+1
2007-08-09[2.6 patch] ocfs2_insert_extent(): remove dead codeAdrian Bunk-4/+0
2007-07-10ocfs2: support for removing file regionsMark Fasheh-10/+10
2007-07-10ocfs2: update truncate handling of partial clustersMark Fasheh-43/+29
2007-07-10ocfs2: btree support for removal of arbirtrary extentsMark Fasheh-0/+367
2007-07-10ocfs2: Support creation of unwritten extentsMark Fasheh-0/+2
2007-07-10ocfs2: btree changes for unwritten extentsMark Fasheh-59/+1740
2007-07-10ocfs2: abstract btree growing callsMark Fasheh-45/+74
2007-07-10ocfs2: use all extent block suballocatorsMark Fasheh-6/+0
2007-07-10ocfs2: plug truncate into cached dealloc routinesMark Fasheh-75/+27
2007-07-10ocfs2: simplify deallocation lockingMark Fasheh-0/+204
2007-07-10ocfs2: take ip_alloc_sem during entire truncateMark Fasheh-3/+0
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh-3/+3
2007-04-26ocfs2: Cache extent recordsMark Fasheh-0/+5
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh-4/+7
2007-04-26ocfs2: make room for unwritten extents flagMark Fasheh-59/+96
2007-04-26ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh-1/+4
2007-04-26ocfs2: zero tail of sparse files on truncateMark Fasheh-0/+224
2007-04-26ocfs2: teach extend/truncate about sparse filesMark Fasheh-189/+291
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh-3/+2
2007-04-26ocfs2: sparse b-tree supportMark Fasheh-483/+1963
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-51/+39
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh-16/+16
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh-4/+3
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh-4/+4
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh-5/+2
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log()Mark Fasheh-27/+19
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells-3/+6
2006-09-20ocfs2: Remove overzealous BUG_ON()Mark Fasheh-8/+20
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh-43/+45
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen-12/+12