summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-051-10/+1Star
* fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder2018-08-221-1/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-1/+2
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-241-2/+1Star
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-241-4/+0Star
* vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0Star
* nilfs2: avoid duplicate segment construction for fsync()Andreas Rohner2014-12-111-8/+2Star
* nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner2014-10-141-5/+3Star
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-221-1/+1
|/
* nilfs2: drop vmtruncateMarco Stornelli2012-12-211-1/+0Star
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-1/+1
* ext4: fix mtime update in nodelalloc modeTheodore Ts'o2012-10-011-0/+1
* nilfs2: Convert to new freezing mechanismJan Kara2012-07-311-7/+11
* nilfs2: flush disk caches in syncingRyusuke Konishi2012-06-011-10/+14
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+10
* nilfs2: get rid of private page allocatorRyusuke Konishi2011-05-101-1/+0Star
* nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi2011-03-301-6/+5Star
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-1/+1
* nilfs2: add compat ioctlRyusuke Konishi2011-03-081-1/+1
* nilfs2: fiemap supportRyusuke Konishi2011-01-101-0/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-281-2/+2
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-1/+1
* nilfs2: use unlocked_ioctlRyusuke Konishi2009-04-071-1/+1
* nilfs2: remove compat ioctl codeRyusuke Konishi2009-04-071-1/+1
* nilfs2: fix missed-sync issue for do_sync_mapping_range()Ryusuke Konishi2009-04-071-24/+3Star
* nilfs2: segment constructorRyusuke Konishi2009-04-071-3/+59
* nilfs2: file operationsRyusuke Konishi2009-04-071-0/+125