summaryrefslogtreecommitdiff
path: root/fs/nilfs2/namei.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'nilfs2-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-08-10nilfs2: standardize the inode number type to u64Ryusuke Konishi1-3/+3
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-01nilfs2: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-05-20nilfs2: Fix return in nilfs_mkdirHongling Zeng1-1/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-24nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi1-7/+9
2025-01-24nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi1-14/+15
2024-12-18nilfs2: prevent use of deleted inodeEdward Adam Davis1-0/+5
2024-10-30nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi1-0/+3
2024-10-17nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi1-13/+26
2024-01-11Merge 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-10nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)1-18/+18
2023-12-10nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)1-6/+6
2023-12-10nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi1-1/+2
2023-12-10nilfs2: 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-15useful 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-04nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2017-11-17nilfs2: use octal for unreadable permission macroRyusuke Konishi1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: 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-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-3/+3
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-1/+1
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-1/+1
2016-05-23nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-2/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-10don'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-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1