aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+1
2012-12-20nilfs2: drop vmtruncateMarco Stornelli1-1/+0
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-09-30ext4: fix mtime update in nodelalloc modeTheodore Ts'o1-0/+1
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara1-7/+11
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi1-10/+14
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+10
2011-05-10nilfs2: get rid of private page allocatorRyusuke Konishi1-1/+0
2011-03-30nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi1-6/+5
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi1-1/+1
2011-03-08nilfs2: add compat ioctlRyusuke Konishi1-1/+1
2011-01-10nilfs2: fiemap supportRyusuke Konishi1-0/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-1/+1
2009-04-07nilfs2: use unlocked_ioctlRyusuke Konishi1-1/+1
2009-04-07nilfs2: remove compat ioctl codeRyusuke Konishi1-1/+1
2009-04-07nilfs2: fix missed-sync issue for do_sync_mapping_range()Ryusuke Konishi1-24/+3
2009-04-07nilfs2: segment constructorRyusuke Konishi1-3/+59
2009-04-07nilfs2: file operationsRyusuke Konishi1-0/+125