aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-3/+3
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-1/+1
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-1/+1
2016-05-23nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-2/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-09fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-06-25NILFS2: support NFSv2 exportNeilBrown1-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-9/+9
2014-12-10nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi1-3/+12
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
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