aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-13ocfs2: skip existing hole when removing the last extent_rec in punching-hole codes.Tristan Ye1-0/+12
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/file.cTao Ma1-97/+93
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-19/+2
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-41/+32
2011-01-17fallocate should be a file operationChristoph Hellwig1-5/+3
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-0/+2
2011-01-12Ocfs2: handle hole punching via fallocate properlyJosef Bacik1-2/+6
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+5
2010-12-09Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.Tristan Ye1-2/+13
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-5/+4
2010-10-22ocfs2: drop the BLKDEV_IFL_WAIT flagLinus Torvalds1-2/+1
2010-10-11ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes.Tristan Ye1-2/+27
2010-09-15ocfs2: Silence unused warning.Joel Becker1-3/+3
2010-09-10Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2Joel Becker1-7/+10
2010-09-10ocfs2: Remove ocfs2_sync_inode()Jan Kara1-10/+0
2010-09-10ocfs2: Remove obscure error handling in direct_write.Tao Ma1-11/+0
2010-09-08Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef25f9b1ac7b45).Tristan Ye1-1/+1
2010-09-08ocfs2: Fix deadlock when allocating pageJan Kara1-1/+1
2010-09-08ocfs2: Flush drive's caches on fdatasyncJan Kara1-1/+10
2010-08-12ocfs2: Add struct file to ocfs2_refcount_cow.Tao Ma1-4/+4
2010-08-12ocfs2: pass struct file* to ocfs2_prepare_inode_for_write.Tao Ma1-3/+6
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-3/+3
2010-08-09remove inode_setattrChristoph Hellwig1-4/+12
2010-07-16ocfs2: Silence gcc warning in ocfs2_write_zero_page().Joel Becker1-1/+1
2010-07-08ocfs2: Zero the tail cluster when extending past i_size.Joel Becker1-35/+166
2010-07-08ocfs2: When zero extending, do it by page.Joel Becker1-34/+84
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-2/+6
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+3
2010-05-21ocfs2: Use __dquot_transfer to avoid lock inversionJan Kara1-12/+5
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-2/+2
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-45/+170
2010-05-18Ocfs2: Optimize punching-hole code.Tristan Ye1-24/+140
2010-05-18Ocfs2: Fix hole punching to correctly do CoW during cluster zeroing.Tristan Ye1-3/+27
2010-05-18Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.Tristan Ye1-9/+2
2010-05-05ocfs2: use allocation reservations during file writeMark Fasheh1-0/+3
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Joel Becker1-15/+4
2010-04-30ocfs2: Avoid direct write if we fall back to buffered I/OLi Dongyang1-11/+14
2010-04-16ocfs2: Reset status if we want to restart file extension.Tao Ma1-0/+1
2010-03-30ocfs2: one more warning fix in ocfs2_file_aio_write(), v2Coly Li1-3/+3
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-8/+12
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-2/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+5
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-6/+5
2010-02-27ocfs2: send SIGXFSZ if new filesize exceeds limit -v2Wengang Wang1-3/+2
2010-02-26ocfs2: fix warning in ocfs2_file_aio_write()Coly Li1-1/+1
2010-02-26ocfs2: Clean up the checks for CoW and direct I/O.Wengang Wang1-4/+2
2010-02-02ocfs2: Add parenthesis to wrap the check for O_DIRECT.Tao Ma1-2/+2
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran1-7/+7
2009-12-30ocfs2: Handle O_DIRECT when writing to a refcounted cluster.Tao Ma1-6/+15