summaryrefslogtreecommitdiff
path: root/fs/nilfs2/namei.c
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-091-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\
| * useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | nilfs2: convert to fileattrMiklos Szeredi2021-04-121-0/+2
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-8/+11
* nilfs2: use a more common logging styleJoe Perches2020-08-121-3/+3
* nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-041-10/+1
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* nilfs2: use octal for unreadable permission macroRyusuke Konishi2017-11-171-1/+1
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* 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