summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
|/
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-021-3/+3
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-231-1/+1
* nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi2016-05-231-1/+1
* nilfs2: add missing line spacingRyusuke Konishi2016-05-231-0/+1
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-231-2/+1
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-231-4/+0
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-3/+0
* NILFS2: support NFSv2 exportNeilBrown2015-06-251-3/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-9/+9
* nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2014-12-101-3/+12
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* ->encode_fh() API changeAl Viro2012-05-291-12/+10
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-11/+0
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-6/+1
* 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
OpenPOWER on IntegriCloud