aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara1-2/+9
2012-07-11ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques1-1/+1
2012-07-03ocfs2: clear unaligned io flag when dio failsJunxiao Bi1-1/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-2/+94
2011-11-17ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh1-0/+3
2011-08-21Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-fixesJoel Becker1-18/+78
2011-07-28ocfs2: serialize unaligned aioMark Fasheh1-0/+38
2011-07-25ocfs2: Implement llseek()Sunil Mushran1-2/+53
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+13
2011-07-20fs: always maintain i_dio_countChristoph Hellwig1-9/+3
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-8/+7
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+3
2011-05-25Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.Tristan Ye1-0/+1
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