aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-4/+4
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-05-28hpfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+6
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil1-3/+0
2011-05-09HPFS: Remove unused variableMikulas Patocka1-4/+0
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka1-25/+25
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka1-3/+0
2011-05-09HPFS: Remove remaining locksMikulas Patocka1-46/+7
2011-03-02hpfs: remove the BKLArnd Bergmann1-25/+24
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2010-03-03Don't mess with generic_permission() under ->d_lock in hpfsAl Viro1-6/+9
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitAl Viro1-30/+30
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2008-11-14CRED: Wrap task credential accesses in the HPFS filesystemDavid Howells1-12/+12
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig1-1/+1
2008-07-26[patch 05/14] hpfs: dont call permission()Miklos Szeredi1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-3/+3
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-23[PATCH] sem2mutex: HPFSIngo Molnar1-30/+30
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+673