aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2018-08-22fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-2/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2014-12-10nilfs2: avoid duplicate segment construction for fsync()Andreas Rohner1-8/+2
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner1-5/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
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