aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-8/+11
2018-08-03ufs: switch to discard_new_inode()Gravatar Al Viro 1-6/+3
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-3/+3
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-12-06ufs: get rid of ->setattr() for symlinksGravatar Al Viro 1-2/+2
2015-06-17Merge branch 'for-linus' into for-nextGravatar Al Viro 1-46/+33
2015-06-16ufs: don't touch mtime/ctime of directory being movedGravatar Al Viro 1-2/+7
2015-06-16ufs: don't bother with lock_ufs()/unlock_ufs() for directory accessGravatar Al Viro 1-40/+14
2015-06-16ufs: Fix possible deadlock when looking up directoriesGravatar Jan Kara 1-0/+1
2015-06-16ufs: Fix warning from unlock_new_inode()Gravatar Jan Kara 1-1/+6
2015-06-14fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Gravatar Fabian Frederick 1-6/+8
2015-05-10ufs: switch to simple_follow_link()Gravatar Al Viro 1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-5/+5
2014-09-26ufs: deal with nfsd/iget racesGravatar Al Viro 1-0/+4
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeGravatar Alexey Khoroshilov 1-8/+6
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 1-13/+1
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-2/+0
2011-07-17ufs should use d_splice_alias()Gravatar Al Viro 1-8/+4
2011-05-28ufs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-18/+17
2011-03-03ufs: i_nlink races in rename()Gravatar Al Viro 1-7/+2
2011-03-02ufs: remove the BKLGravatar Arnd Bergmann 1-18/+17
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-05-24ufs: Remove dead quota codeGravatar Jan Kara 1-16/+0
2010-05-21ufs: add ufs speciffic ->setattr callGravatar Dmitry Monakhov 1-1/+1
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-8/+8
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+18
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSGravatar Alexey Dobriyan 1-4/+4
2009-03-27ufs: copy symlink data into the correct union memberGravatar Duane Griffin 1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hGravatar Mike Frysinger 1-1/+2
2008-02-07iget: stop UFS from using iget() and read_inode()Gravatar David Howells 1-3/+3
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Gravatar Christoph Hellwig 1-2/+1
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-1/+1
2006-07-31[PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink()Gravatar Josh Triplett 1-1/+2
2006-06-25[PATCH] ufs: easy debugGravatar Evgeniy Dushistov 1-13/+8
2006-06-25[PATCH] ufs: directory and page cache: from blocks to pagesGravatar Evgeniy Dushistov 1-27/+35