aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro1-16/+13
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro1-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-07-20coda_venus_readdir(): use offsetof()Al Viro1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-05-28coda: remove unnecessary dentry_unhash on 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-01-12take coda-private headers out of include/linuxAl Viro1-3/+2
2011-01-12switch codaAl Viro1-3/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+4
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe1-107/+42
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-0/+3
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+3
2008-04-29coda: add static to functions in dir.cHarvey Harrison1-3/+3
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes1-1/+0
2007-07-19coda breakageAl Viro1-9/+9
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes1-14/+2
2007-07-19coda: cleanup coda_lookup, use dsplice_aliasJan Harkes1-35/+22
2007-07-19coda: avoid lockdep warning in coda_readdirJan Harkes1-44/+54
2007-07-19coda: allow removal of busy directoriesJan Harkes1-14/+9
2007-07-19coda: fix nlink updates for directoriesJan Harkes1-46/+60
2007-07-15wrong order of arguments of ->readdir()Al Viro1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert codaJosef Sipek1-4/+4
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-2/+2
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-24[PATCH] fs/coda/: proper prototypesAdrian Bunk1-1/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+704