summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-1/+1
* ext4: fix mtime update in nodelalloc modeTheodore Ts'o2012-09-301-0/+1
* nilfs2: Convert to new freezing mechanismJan Kara2012-07-311-7/+11
* nilfs2: flush disk caches in syncingRyusuke Konishi2012-05-311-10/+14
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+10
* nilfs2: get rid of private page allocatorRyusuke Konishi2011-05-101-1/+0
* nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi2011-03-301-6/+5
* 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-271-2/+2
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-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/+3
* nilfs2: segment constructorRyusuke Konishi2009-04-071-3/+59
* nilfs2: file operationsRyusuke Konishi2009-04-071-0/+125