summaryrefslogtreecommitdiffstats
path: root/fs/coda/dir.c
Commit message (Expand)AuthorAgeFilesLines
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* coda: don't bother with find_inode_number()Al Viro2013-06-291-7/+1
* [readdir] convert codaAl Viro2013-06-291-58/+19
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-4/+15
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro2012-01-101-16/+13
* coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro2012-01-101-2/+2
* switch ->create() to umode_tAl Viro2012-01-031-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-201-1/+1
* coda_venus_readdir(): use offsetof()Al Viro2011-07-201-2/+1
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* take coda-private headers out of include/linuxAl Viro2011-01-121-3/+2
* switch codaAl Viro2011-01-121-3/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+4
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+6
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
* fs: change d_delete semanticsNick Piggin2011-01-071-2/+2
* new helper: ihold()Al Viro2010-10-251-1/+1
* Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-251-107/+42
* Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe2010-10-251-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-1/+1
* [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-231-0/+3
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+3
* coda: add static to functions in dir.cHarvey Harrison2008-04-291-3/+3
* coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes2007-07-211-1/+0
* coda breakageAl Viro2007-07-191-9/+9
* coda: remove statistics counters from /proc/fs/codaJan Harkes2007-07-191-14/+2
* coda: cleanup coda_lookup, use dsplice_aliasJan Harkes2007-07-191-35/+22
* coda: avoid lockdep warning in coda_readdirJan Harkes2007-07-191-44/+54
* coda: allow removal of busy directoriesJan Harkes2007-07-191-14/+9
* coda: fix nlink updates for directoriesJan Harkes2007-07-191-46/+60
* wrong order of arguments of ->readdir()Al Viro2007-07-151-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert codaJosef Sipek2006-12-081-4/+4
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-2/+2
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] fs/coda/: proper prototypesAdrian Bunk2006-03-241-1/+2
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2