summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-191-18/+59
|\
| * ocfs2: ->fallocate() supportMark Fasheh2007-07-191-18/+59
* | mm: fault feedback #1Nick Piggin2007-07-191-16/+14Star
* | mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-192-10/+9Star
* | mm: fix fault vs invalidate race for linear mappingsNick Piggin2007-07-191-0/+1
|/
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...Linus Torvalds2007-07-181-1/+2
|\
| * arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+2
* | Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
|/
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+2
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-1631-980/+4231
|\
| * [PATCH] ocfs2: zero_user_page conversionEric Sandeen2007-07-111-11/+2Star
| * ocfs2: Support xfs style space reservation ioctlsMark Fasheh2007-07-116-16/+216
| * ocfs2: support for removing file regionsMark Fasheh2007-07-114-12/+262
| * ocfs2: update truncate handling of partial clustersMark Fasheh2007-07-113-46/+35Star
| * ocfs2: btree support for removal of arbirtrary extentsMark Fasheh2007-07-111-0/+367
| * ocfs2: Support creation of unwritten extentsMark Fasheh2007-07-117-28/+105
| * ocfs2: support writing of unwritten extentsMark Fasheh2007-07-113-26/+84
| * ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh2007-07-111-32/+76
| * ocfs2: btree changes for unwritten extentsMark Fasheh2007-07-116-91/+1770
| * ocfs2: abstract btree growing callsMark Fasheh2007-07-111-45/+74
| * ocfs2: use all extent block suballocatorsMark Fasheh2007-07-112-12/+0Star
| * ocfs2: plug truncate into cached dealloc routinesMark Fasheh2007-07-115-94/+29Star
| * ocfs2: simplify deallocation lockingMark Fasheh2007-07-114-21/+242
| * ocfs2: harden buffer check during mapping of page blocksMark Fasheh2007-07-111-1/+2
| * ocfs2: shared writeable mmapMark Fasheh2007-07-114-39/+200
| * ocfs2: factor out write aops into nolock variantsMark Fasheh2007-07-111-40/+80
| * ocfs2: rework ocfs2_buffered_write_cluster()Mark Fasheh2007-07-113-438/+551
| * ocfs2: take ip_alloc_sem during entire truncateMark Fasheh2007-07-112-6/+9
| * ocfs2: Add "preferred slot" mount optionSunil Mushran2007-07-113-5/+31
| * [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen2007-07-111-1/+1
| * [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-116-105/+47Star
| * ocfs2: Wake up a starting region if it gets killed in the background.Joel Becker2007-07-111-1/+20
| * ocfs2: live heartbeat depends on the local node configurationJoel Becker2007-07-113-3/+46
| * ocfs2: Depend on configfs heartbeat items.Joel Becker2007-07-117-17/+92
| * configfs: Convert subsystem semaphore to mutexJoel Becker2007-07-111-1/+1
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-1/+0Star
|/
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-2/+2
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0Star
* vmsplice: add vmsplice-to-user supportJens Axboe2007-07-101-1/+1
* splice: abstract out actor dataJens Axboe2007-07-101-3/+8
* ocfs2: Fix invalid assertion during write on 64k pagesMark Fasheh2007-06-071-10/+10
* ocfs2: Fix masklog breakageTiger Yang2007-06-071-2/+1Star
* [PATCH] ocfs2: use generic_segment_checksChristoph Hellwig2007-05-251-31/+1Star
* ocfs2: fix inode leakMark Fasheh2007-05-251-3/+4
* [PATCH] ocfs2: use zero_user_pageNate Diller2007-05-251-4/+1Star
* ocfs2: unmap_mapping_range() in ocfs2_truncate()Mark Fasheh2007-05-251-0/+1
* ocfs2: trylock in ocfs2_readpage()Mark Fasheh2007-05-251-1/+5
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-172-25/+21Star