aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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