aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/file.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17fallocate should be a file operationGravatar Christoph Hellwig 1-5/+3
2011-01-17make the feature checks in ->fallocate future proofGravatar Christoph Hellwig 1-0/+2
2011-01-12Ocfs2: handle hole punching via fallocate properlyGravatar Josef Bacik 1-2/+6
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-2/+5
2010-12-09Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.Gravatar Tristan Ye 1-2/+13
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-5/+4
2010-10-22ocfs2: drop the BLKDEV_IFL_WAIT flagGravatar Linus Torvalds 1-2/+1
2010-10-11ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIR...Gravatar Tristan Ye 1-2/+27
2010-09-15ocfs2: Silence unused warning.Gravatar Joel Becker 1-3/+3
2010-09-10Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into m...Gravatar Joel Becker 1-7/+10
2010-09-10ocfs2: Remove ocfs2_sync_inode()Gravatar Jan Kara 1-10/+0
2010-09-10ocfs2: Remove obscure error handling in direct_write.Gravatar Tao Ma 1-11/+0
2010-09-08Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...Gravatar Tristan Ye 1-1/+1
2010-09-08ocfs2: Fix deadlock when allocating pageGravatar Jan Kara 1-1/+1
2010-09-08ocfs2: Flush drive's caches on fdatasyncGravatar Jan Kara 1-1/+10
2010-08-12ocfs2: Add struct file to ocfs2_refcount_cow.Gravatar Tao Ma 1-4/+4
2010-08-12ocfs2: pass struct file* to ocfs2_prepare_inode_for_write.Gravatar Tao Ma 1-3/+6
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-3/+3
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-4/+12
2010-07-16ocfs2: Silence gcc warning in ocfs2_write_zero_page().Gravatar Joel Becker 1-1/+1
2010-07-08ocfs2: Zero the tail cluster when extending past i_size.Gravatar Joel Becker 1-35/+166
2010-07-08ocfs2: When zero extending, do it by page.Gravatar Joel Becker 1-34/+84
2010-05-27kill spurious reference to vmtruncateGravatar npiggin@suse.de 1-2/+6
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-4/+3
2010-05-21ocfs2: Use __dquot_transfer to avoid lock inversionGravatar Jan Kara 1-12/+5
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-2/+2
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-45/+170
2010-05-18Ocfs2: Optimize punching-hole code.Gravatar Tristan Ye 1-24/+140
2010-05-18Ocfs2: Fix hole punching to correctly do CoW during cluster zeroing.Gravatar Tristan Ye 1-3/+27
2010-05-18Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.Gravatar Tristan Ye 1-9/+2
2010-05-05ocfs2: use allocation reservations during file writeGravatar Mark Fasheh 1-0/+3
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Gravatar Joel Becker 1-15/+4
2010-04-30ocfs2: Avoid direct write if we fall back to buffered I/OGravatar Li Dongyang 1-11/+14
2010-04-16ocfs2: Reset status if we want to restart file extension.Gravatar Tao Ma 1-0/+1
2010-03-30ocfs2: one more warning fix in ocfs2_file_aio_write(), v2Gravatar Coly Li 1-3/+3
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-8/+12
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-2/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+5
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-2/+2
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-6/+5
2010-02-27ocfs2: send SIGXFSZ if new filesize exceeds limit -v2Gravatar Wengang Wang 1-3/+2
2010-02-26ocfs2: fix warning in ocfs2_file_aio_write()Gravatar Coly Li 1-1/+1
2010-02-26ocfs2: Clean up the checks for CoW and direct I/O.Gravatar Wengang Wang 1-4/+2
2010-02-02ocfs2: Add parenthesis to wrap the check for O_DIRECT.Gravatar Tao Ma 1-2/+2
2010-01-25ocfs2/trivial: Remove trailing whitespacesGravatar Sunil Mushran 1-7/+7
2009-12-30ocfs2: Handle O_DIRECT when writing to a refcounted cluster.Gravatar Tao Ma 1-6/+15
2009-12-10vfs: Implement proper O_SYNC semanticsGravatar Christoph Hellwig 1-1/+1
2009-10-28ocfs2: duplicate inline data properly during reflink.Gravatar Tao Ma 1-1/+2
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-12/+139
2009-09-22ocfs2: Call refcount tree remove process properly.Gravatar Tao Ma 1-0/+2