aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds31-980/+4231
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-07-10[PATCH] ocfs2: zero_user_page conversionEric Sandeen1-11/+2
2007-07-10ocfs2: Support xfs style space reservation ioctlsMark Fasheh6-16/+216
2007-07-10ocfs2: support for removing file regionsMark Fasheh4-12/+262
2007-07-10ocfs2: update truncate handling of partial clustersMark Fasheh3-46/+35
2007-07-10ocfs2: btree support for removal of arbirtrary extentsMark Fasheh1-0/+367
2007-07-10ocfs2: Support creation of unwritten extentsMark Fasheh7-28/+105
2007-07-10ocfs2: support writing of unwritten extentsMark Fasheh3-26/+84
2007-07-10ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh1-32/+76
2007-07-10ocfs2: btree changes for unwritten extentsMark Fasheh6-91/+1770
2007-07-10ocfs2: abstract btree growing callsMark Fasheh1-45/+74
2007-07-10ocfs2: use all extent block suballocatorsMark Fasheh2-12/+0
2007-07-10ocfs2: plug truncate into cached dealloc routinesMark Fasheh5-94/+29
2007-07-10ocfs2: simplify deallocation lockingMark Fasheh4-21/+242
2007-07-10ocfs2: harden buffer check during mapping of page blocksMark Fasheh1-1/+2
2007-07-10ocfs2: shared writeable mmapMark Fasheh4-39/+200
2007-07-10ocfs2: factor out write aops into nolock variantsMark Fasheh1-40/+80
2007-07-10ocfs2: rework ocfs2_buffered_write_cluster()Mark Fasheh3-438/+551
2007-07-10ocfs2: take ip_alloc_sem during entire truncateMark Fasheh2-6/+9
2007-07-10ocfs2: Add "preferred slot" mount optionSunil Mushran3-5/+31
2007-07-10[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2/dlm/dlmrecovery.cShani Moideen1-1/+1
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig6-105/+47
2007-07-10ocfs2: Wake up a starting region if it gets killed in the background.Joel Becker1-1/+20
2007-07-10ocfs2: live heartbeat depends on the local node configurationJoel Becker3-3/+46
2007-07-10ocfs2: Depend on configfs heartbeat items.Joel Becker7-17/+92
2007-07-10configfs: Convert subsystem semaphore to mutexJoel Becker1-1/+1
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-2/+2
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe1-1/+1
2007-07-10splice: abstract out actor dataJens Axboe1-3/+8
2007-06-06ocfs2: Fix invalid assertion during write on 64k pagesMark Fasheh1-10/+10
2007-06-06ocfs2: Fix masklog breakageTiger Yang1-2/+1
2007-05-25[PATCH] ocfs2: use generic_segment_checksChristoph Hellwig1-31/+1
2007-05-25ocfs2: fix inode leakMark Fasheh1-3/+4
2007-05-25[PATCH] ocfs2: use zero_user_pageNate Diller1-4/+1
2007-05-25ocfs2: unmap_mapping_range() in ocfs2_truncate()Mark Fasheh1-0/+1
2007-05-25ocfs2: trylock in ocfs2_readpage()Mark Fasheh1-1/+5
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2-25/+21
2007-05-10ocfs2: kobject/kset foobarRandy Dunlap1-2/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap5-5/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2-4/+2
2007-05-07mm: make read_cache_page synchronousNick Piggin1-7/+0
2007-05-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds23-91/+151
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman3-7/+6
2007-05-02ocfs2: Force use of GFP_NOFS in ocfs2_write()Mark Fasheh1-1/+1
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2/clusterMark Fasheh2-6/+6
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2/dlmMark Fasheh2-8/+8
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh10-30/+37