aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/namei.c
Commit message (Expand)AuthorAge
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-26
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* ->encode_fh() API changeAl Viro2012-05-29
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-10
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-20
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20
* nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-08
* nilfs2: i_nlink races in rename()Al Viro2011-03-03
* nilfs2: fiemap supportRyusuke Konishi2011-01-10
* new helper: ihold()Al Viro2010-10-25
* nilfs2: deny write access to inodes in snapshotsRyusuke Konishi2010-10-22
* nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi2010-10-22
* nilfs2: set pointer to root object in inodesRyusuke Konishi2010-10-22
* nilfs really shouldn't slap struct dentry on stack...Al Viro2010-03-03
* nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirtyJiro SEKIBA2009-11-27
* nilfs2: delete mark_inode_dirty in nilfs_delete_entryJiro SEKIBA2009-11-27
* nilfs2: delete mark_inode_dirty in nilfs_commit_chunkJiro SEKIBA2009-11-27
* nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlinkJiro SEKIBA2009-11-27
* nilfs2: delete redundant mark_inode_dirtyJiro SEKIBA2009-11-27
* nilfs2: expand inode_inc_link_count and inode_dec_link_countJiro SEKIBA2009-11-27
* nilfs2: delete mark_inode_dirty from nilfs_set_linkJiro SEKIBA2009-11-27
* nilfs2: delete mark_inode_dirty in nilfs_new_inodeJiro SEKIBA2009-11-27
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-22
* nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi2009-04-07
* nilfs2: pathname operationsRyusuke Konishi2009-04-07