summaryrefslogtreecommitdiff
path: root/fs/coda/dir.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
|/
* introduce a parallel variant of ->iterate()Al Viro2016-05-02
* wrappers for ->i_mutex accessAl Viro2016-01-22
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fs/coda/dir.c: forward declaration clean-upFabian Frederick2015-02-17
* coda_venus_readdir(): use file_inode()Al Viro2014-12-11
* new helper: is_root_inode()Al Viro2014-10-31
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-08
* fs/coda: use __func__Fabian Frederick2014-06-06
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-06
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-06
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-09
* file->f_op is never NULL...Al Viro2013-10-24
* helper for reading ->d_countAl Viro2013-07-05
* coda: don't bother with find_inode_number()Al Viro2013-06-29
* [readdir] convert codaAl Viro2013-06-29
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-29
* new helper: file_inode(file)Al Viro2013-02-22
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro2012-01-10
* coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro2012-01-10
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-20
* coda_venus_readdir(): use offsetof()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* take coda-private headers out of include/linuxAl Viro2011-01-12
* switch codaAl Viro2011-01-12
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache scale dentry refcountNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* new helper: ihold()Al Viro2010-10-25
* Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-25
* Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe2010-10-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* constify dentry_operations: misc filesystemsAl Viro2009-03-27
* [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-23
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-26