aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-09ocfs2: use s_maxbytes directly in ocfs2_change_file_space()Mark Fasheh3-4/+2
2007-08-09ocfs2: Restrict inode changes in ocfs2_update_inode_atime()Mark Fasheh1-1/+18
2007-07-24ocfs2: bad kunmap_atomic()Jens Axboe1-1/+1
2007-07-20fix some conversion overflowsNick Piggin1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt4-4/+4
2007-07-19Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds1-18/+59
2007-07-19mm: fault feedback #1Nick Piggin1-16/+14
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2-10/+9
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-0/+1
2007-07-19ocfs2: ->fallocate() supportMark Fasheh1-18/+59
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-17Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds1-1/+2
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik1-1/+2
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+2
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