aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2013-02-26kill f_vfsmntAl Viro1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara1-0/+2
2011-07-24ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang1-29/+24
2011-02-22ocfs2: Remove FILE_IO from masklog.Tao Ma1-4/+3
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-1/+1
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-1/+1
2010-09-10Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2Joel Becker1-3/+4
2010-09-08ocfs2: make __ocfs2_page_mkwrite handle file end properly.Tao Ma1-3/+5
2010-08-12ocfs2: pass struct file* to ocfs2_write_begin_nolock.Tao Ma1-3/+4
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-39/+9
2010-05-10ocfs2: Wrap signal blocking in void functions.Joel Becker1-39/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-2/+4
2008-11-10ocfs2: return 0 in page_mkwrite to let VFS retry.Tao Ma1-1/+5
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-4/+4
2008-01-25ocfs2: Remove data locksMark Fasheh1-9/+0
2007-07-20fix some conversion overflowsNick Piggin1-1/+1
2007-07-19mm: fault feedback #1Nick Piggin1-16/+14
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-9/+8
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-0/+1
2007-07-10ocfs2: shared writeable mmapMark Fasheh1-24/+143
2007-04-26ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh1-2/+5
2006-12-07ocfs2: local mountsSunil Mushran1-2/+4
2006-12-01ocfs2: update file system paths to set atimeTiger Yang1-1/+10
2006-06-29ocfs2: Compile-time disabling of ocfs2 debugging output.Joel Becker1-2/+2
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-6/+2
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+102