summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman2007-10-121-1/+2
* Fix up more bio falloutAl Viro2007-10-121-2/+1Star
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-4/+0Star
* ocfs2: Unlock mutex in local alloc failure caseSunil Mushran2007-10-031-1/+3
* ocfs2: Pack vote message and response structuresSunil Mushran2007-09-211-2/+2
* ocfs2: Don't double set write parametersMark Fasheh2007-09-211-13/+3Star
* ocfs2: Fix pos/len passed to ocfs2_write_clusterMark Fasheh2007-09-211-1/+16
* ocfs2: Allow smaller allocations during large writesMark Fasheh2007-09-215-14/+36
* ocfs2: Fix calculation of i_blocks during truncateMark Fasheh2007-09-112-1/+1
* [PATCH] ocfs2: Fix a wrong cluster calculation.tao.ma@oracle.com2007-09-111-1/+3
* [PATCH] ocfs2: fix mount option parsingTiger Yang2007-09-111-32/+37
* ocfs2: set non-default s_time_gran during mountMark Fasheh2007-08-101-0/+1
* ocfs2: Retry sendpage() if it returns EAGAINSunil Mushran2007-08-101-8/+16
* ocfs2: Fix rename/extend raceSunil Mushran2007-08-101-1/+15
* [2.6 patch] ocfs2_insert_extent(): remove dead codeAdrian Bunk2007-08-101-4/+0Star
* ocfs2: Fix max offset calculationsMark Fasheh2007-08-101-28/+40
* ocfs2: check ia_size limits in setattrMark Fasheh2007-08-101-0/+5
* ocfs2: Fix some casting errors related to file writesMark Fasheh2007-08-102-5/+5
* ocfs2: use s_maxbytes directly in ocfs2_change_file_space()Mark Fasheh2007-08-103-4/+2Star
* ocfs2: Restrict inode changes in ocfs2_update_inode_atime()Mark Fasheh2007-08-101-1/+18
* ocfs2: bad kunmap_atomic()Jens Axboe2007-07-251-1/+1
* fix some conversion overflowsNick Piggin2007-07-201-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-204-4/+4
* 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