aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/namei.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-7/+2
* nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-1/+1
* nilfs2: i_nlink races in rename()Al Viro2011-03-031-7/+1
* nilfs2: fiemap supportRyusuke Konishi2011-01-101-0/+1
* new helper: ihold()Al Viro2010-10-251-1/+1
* nilfs2: deny write access to inodes in snapshotsRyusuke Konishi2010-10-231-0/+1
* nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi2010-10-231-17/+120
* nilfs2: set pointer to root object in inodesRyusuke Konishi2010-10-231-2/+3
* nilfs really shouldn't slap struct dentry on stack...Al Viro2010-03-031-8/+5
* nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirtyJiro SEKIBA2009-11-271-16/+16
* nilfs2: delete mark_inode_dirty in nilfs_delete_entryJiro SEKIBA2009-11-271-1/+2
* nilfs2: delete mark_inode_dirty in nilfs_commit_chunkJiro SEKIBA2009-11-271-1/+1
* nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlinkJiro SEKIBA2009-11-271-10/+19
* nilfs2: delete redundant mark_inode_dirtyJiro SEKIBA2009-11-271-4/+0
* nilfs2: expand inode_inc_link_count and inode_dec_link_countJiro SEKIBA2009-11-271-17/+32
* nilfs2: delete mark_inode_dirty from nilfs_set_linkJiro SEKIBA2009-11-271-1/+3
* nilfs2: delete mark_inode_dirty in nilfs_new_inodeJiro SEKIBA2009-11-271-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-3/+3
* nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi2009-04-071-23/+51
* nilfs2: pathname operationsRyusuke Konishi2009-04-071-0/+446