aboutsummaryrefslogtreecommitdiff
path: root/fs/coda/dir.c
AgeCommit message (Expand)Author
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-07-05helper for reading ->d_countAl Viro
2013-06-29coda: don't bother with find_inode_number()Al Viro
2013-06-29[readdir] convert codaAl Viro
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-20coda_venus_readdir(): use offsetof()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-05-28coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-01-12take coda-private headers out of include/linuxAl Viro
2011-01-12switch codaAl Viro
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-10-25new helper: ihold()Al Viro
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-04-29coda: add static to functions in dir.cHarvey Harrison
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes
2007-07-19coda breakageAl Viro
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes
2007-07-19coda: cleanup coda_lookup, use dsplice_aliasJan Harkes
2007-07-19coda: avoid lockdep warning in coda_readdirJan Harkes
2007-07-19coda: allow removal of busy directoriesJan Harkes
2007-07-19coda: fix nlink updates for directoriesJan Harkes
2007-07-15wrong order of arguments of ->readdir()Al Viro
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-12-08[PATCH] struct path: convert codaJosef Sipek
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven