summaryrefslogtreecommitdiff
path: root/fs/ufs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-02ufs_rename(): fix bogus argument of folio_release_kmap()Al Viro1-1/+1
2024-08-07ufs: Convert directory handling to kmap_localMatthew Wilcox (Oracle)1-10/+5
2024-08-07ufs: Convert ufs_delete_entry() to work on a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07ufs: Convert ufs_set_link() and ufss_dotdot() to take a folioMatthew Wilcox (Oracle)1-8/+8
2024-08-07ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle)1-11/+11
2023-07-24ufs: 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-01-24fs: make helpers idmap mount awareChristian Brauner1-8/+11
2018-08-03ufs: switch to discard_new_inode()Al Viro1-6/+3
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC 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-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-12-06ufs: get rid of ->setattr() for symlinksAl Viro1-2/+2
2015-06-17Merge branch 'for-linus' into for-nextAl Viro1-46/+33
2015-06-16ufs: don't touch mtime/ctime of directory being movedAl Viro1-2/+7
2015-06-16ufs: don't bother with lock_ufs()/unlock_ufs() for directory accessAl Viro1-40/+14
2015-06-16ufs: Fix possible deadlock when looking up directoriesJan Kara1-0/+1
2015-06-16ufs: Fix warning from unlock_new_inode()Jan Kara1-1/+6
2015-06-14fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick1-6/+8
2015-05-10ufs: switch to simple_follow_link()Al Viro1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2014-09-26ufs: deal with nfsd/iget racesAl Viro1-0/+4
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov1-8/+6
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-13/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-2/+0
2011-07-17ufs should use d_splice_alias()Al Viro1-8/+4
2011-05-28ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-18/+17
2011-03-03ufs: i_nlink races in rename()Al Viro1-7/+2
2011-03-02ufs: remove the BKLArnd Bergmann1-18/+17
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-05-24ufs: Remove dead quota codeJan Kara1-16/+0
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov1-1/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-8/+8