summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-6/+1
|\
| * nilfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing...Al Viro2023-12-201-6/+1
* | nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)2023-12-101-18/+18
* | nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)2023-12-101-6/+6
* | nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi2023-12-101-1/+2
* | nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi2023-12-101-6/+7
|/
* nilfs2: convert to ctime accessor functionsJeff Layton2023-07-241-4/+4
* 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