aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2021-11-09nilfs2: remove filenames from file commentsGravatar Ryusuke Konishi 1-1/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2021-04-15useful constants: struct qstr for ".."Gravatar Al Viro 1-2/+1
2021-04-12nilfs2: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-8/+11
2020-08-12nilfs2: use a more common logging styleGravatar Joe Perches 1-3/+3
2018-09-04nilfs2: convert to SPDX license tagsGravatar Ryusuke Konishi 1-10/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-4/+2
2017-11-17nilfs2: use octal for unreadable permission macroGravatar Ryusuke Konishi 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Gravatar Ryusuke Konishi 1-3/+3
2016-05-23nilfs2: avoid bare use of 'unsigned'Gravatar Ryusuke Konishi 1-1/+1
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Gravatar Ryusuke Konishi 1-1/+1
2016-05-23nilfs2: add missing line spacingGravatar Ryusuke Konishi 1-0/+1
2016-05-23nilfs2: clean up old e-mail addressesGravatar Ryusuke Konishi 1-2/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesGravatar Ryusuke Konishi 1-4/+0
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-11-09fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-3/+0
2015-06-25NILFS2: support NFSv2 exportGravatar NeilBrown 1-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-9/+9
2014-12-10nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesGravatar Ryusuke Konishi 1-3/+12
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeGravatar Namjae Jeon 1-2/+2
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-05-29->encode_fh() API changeGravatar Al Viro 1-12/+10
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryGravatar Linus Torvalds 1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 1-11/+0
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-6/+1
2011-05-28nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-09nilfs2: get rid of nilfs_sb_info structureGravatar Ryusuke Konishi 1-1/+1