aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29->encode_fh() API changeAl Viro1-12/+10
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-11/+0
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-6/+1
2011-05-28nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi1-1/+1
2011-03-03nilfs2: i_nlink races in rename()Al Viro1-7/+1
2011-01-10nilfs2: fiemap supportRyusuke Konishi1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-23nilfs2: deny write access to inodes in snapshotsRyusuke Konishi1-0/+1
2010-10-23nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi1-17/+120
2010-10-23nilfs2: set pointer to root object in inodesRyusuke Konishi1-2/+3
2010-03-03nilfs really shouldn't slap struct dentry on stack...Al Viro1-8/+5
2009-11-27nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirtyJiro SEKIBA1-16/+16
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_delete_entryJiro SEKIBA1-1/+2
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_commit_chunkJiro SEKIBA1-1/+1
2009-11-27nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlinkJiro SEKIBA1-10/+19
2009-11-27nilfs2: delete redundant mark_inode_dirtyJiro SEKIBA1-4/+0
2009-11-27nilfs2: expand inode_inc_link_count and inode_dec_link_countJiro SEKIBA1-17/+32
2009-11-27nilfs2: delete mark_inode_dirty from nilfs_set_linkJiro SEKIBA1-1/+3
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_new_inodeJiro SEKIBA1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-3/+3
2009-04-07nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi1-23/+51
2009-04-07nilfs2: pathname operationsRyusuke Konishi1-0/+446