aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/nilfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi1-1/+0
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi1-0/+3
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi1-0/+2
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi1-7/+1
2010-10-23nilfs2: deny write access to inodes in snapshotsRyusuke Konishi1-3/+1
2010-10-23nilfs2: use root object to get ifileRyusuke Konishi1-1/+0
2010-10-23nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi1-3/+0
2010-10-23nilfs2: set pointer to root object in inodesRyusuke Konishi1-2/+5
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi1-5/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-08-09convert nilfs2 to ->evict_inode()Al Viro1-1/+1
2010-07-23nilfs2: reject incompatible filesystemRyusuke Konishi1-0/+2
2010-07-23nilfs2: get rid of nilfs_bmap_unionRyusuke Konishi1-5/+2
2010-07-23nilfs2: sync super blocks in turnsJiro SEKIBA1-1/+10
2010-07-23nilfs2: introduce nilfs_prepare_superJiro SEKIBA1-0/+1
2010-07-23nilfs2: separate function that updates log positionRyusuke Konishi1-0/+2
2010-07-23nilfs2: add nilfs_cleanup_superRyusuke Konishi1-0/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-03nilfs really shouldn't slap struct dentry on stack...Al Viro1-2/+2
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-2/+2
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-4/+4
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-06-24switch nilfs2 to inode->i_aclAl Viro1-4/+0
2009-06-10nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi1-0/+1
2009-05-11nilfs2: fix lock order reversal in nilfs_clean_segments ioctlRyusuke Konishi1-1/+2
2009-04-13nilfs2: remove module versionRyusuke Konishi1-5/+0
2009-04-07nilfs2: support nanosecond timestampRyusuke Konishi1-1/+0
2009-04-07nilfs2: introduce secondary super blockRyusuke Konishi1-5/+2
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi1-1/+0
2009-04-07nilfs2: use unlocked_ioctlRyusuke Konishi1-1/+1
2009-04-07nilfs2: remove compat ioctl codeRyusuke Konishi1-1/+0
2009-04-07nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi1-1/+2
2009-04-07nilfs2: add inode and other major structuresRyusuke Konishi1-0/+323