aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-101-11/+2
| * ocfs2: Support xfs style space reservation ioctlsMark Fasheh2007-07-106-16/+216
| * ocfs2: support for removing file regionsMark Fasheh2007-07-104-12/+262
| * ocfs2: update truncate handling of partial clustersMark Fasheh2007-07-103-46/+35
| * ocfs2: btree support for removal of arbirtrary extentsMark Fasheh2007-07-101-0/+367
| * ocfs2: Support creation of unwritten extentsMark Fasheh2007-07-107-28/+105
| * ocfs2: support writing of unwritten extentsMark Fasheh2007-07-103-26/+84
| * ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh2007-07-101-32/+76
| * ocfs2: btree changes for unwritten extentsMark Fasheh2007-07-106-91/+1770
| * ocfs2: abstract btree growing callsMark Fasheh2007-07-101-45/+74
| * ocfs2: use all extent block suballocatorsMark Fasheh2007-07-102-12/+0
| * ocfs2: plug truncate into cached dealloc routinesMark Fasheh2007-07-105-94/+29
| * ocfs2: simplify deallocation lockingMark Fasheh2007-07-104-21/+242
| * ocfs2: harden buffer check during mapping of page blocksMark Fasheh2007-07-101-1/+2
| * ocfs2: shared writeable mmapMark Fasheh2007-07-104-39/+200
| * ocfs2: factor out write aops into nolock variantsMark Fasheh2007-07-101-40/+80
| * ocfs2: rework ocfs2_buffered_write_cluster()Mark Fasheh2007-07-103-438/+551
| * ocfs2: take ip_alloc_sem during entire truncateMark Fasheh2007-07-102-6/+9
| * ocfs2: Add "preferred slot" mount optionSunil Mushran2007-07-103-5/+31
| * [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen2007-07-101-1/+1
| * [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-106-105/+47
| * ocfs2: Wake up a starting region if it gets killed in the background.Joel Becker2007-07-101-1/+20
| * ocfs2: live heartbeat depends on the local node configurationJoel Becker2007-07-103-3/+46
| * ocfs2: Depend on configfs heartbeat items.Joel Becker2007-07-107-17/+92
| * configfs: Convert subsystem semaphore to mutexJoel Becker2007-07-101-1/+1
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
|/
* 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/+0
* 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-061-10/+10
* ocfs2: Fix masklog breakageTiger Yang2007-06-061-2/+1
* [PATCH] ocfs2: use generic_segment_checksChristoph Hellwig2007-05-251-31/+1
* ocfs2: fix inode leakMark Fasheh2007-05-251-3/+4
* [PATCH] ocfs2: use zero_user_pageNate Diller2007-05-251-4/+1
* 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/+21
* ocfs2: kobject/kset foobarRandy Dunlap2007-05-101-2/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-085-5/+0
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-072-4/+2
* mm: make read_cache_page synchronousNick Piggin2007-05-071-7/+0
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-05-0423-91/+151
|\