aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+18
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan1-4/+4
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger1-1/+2
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells1-3/+3
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig1-2/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-07-31[PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink()Josh Triplett1-1/+2
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov1-13/+8
2006-06-25[PATCH] ufs: directory and page cache: from blocks to pagesEvgeniy Dushistov1-27/+35
2006-06-25[PATCH] ufs: directory and page cache: install aopsEvgeniy Dushistov1-0/+1
2006-03-23[PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+375