summaryrefslogtreecommitdiff
path: root/fs/nilfs2/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2023-12-20nilfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing...Al Viro1-6/+1
2023-12-11nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)1-18/+18
2023-12-11nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)1-6/+6
2023-12-11nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi1-1/+2
2023-12-11nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi1-6/+7
2023-07-24nilfs2: convert to ctime accessor functionsJeff Layton1-4/+4
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi1-1/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-04-16useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12nilfs2: convert to fileattrMiklos Szeredi1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-8/+11
2020-08-12nilfs2: use a more common logging styleJoe Perches1-3/+3
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2017-11-18nilfs2: use octal for unreadable permission macroRyusuke Konishi1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-08-03nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-3/+3
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-1/+1
2016-05-24nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-1/+1
2016-05-24nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi1-2/+1
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-11don'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-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-10fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-06-26NILFS2: support NFSv2 exportNeilBrown1-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-9/+9
2014-12-11nilfs2: 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-30->encode_fh() API changeAl Viro1-12/+10
2012-05-11vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-11/+0
2012-01-04switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-04switch ->create() to umode_tAl Viro1-1/+1