summaryrefslogtreecommitdiffstats
path: root/fs/coda/dir.c
Commit message (Expand)AuthorAgeFilesLines
* coda: ftoc validity check integrationFabian Frederick2019-07-171-4/+2Star
* coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-171-1/+1
* coda: don't try to print names that were considered too longJan Harkes2019-07-171-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-051-2/+3
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
|/
* introduce a parallel variant of ->iterate()Al Viro2016-05-031-6/+12
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-11/+11
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* fs/coda/dir.c: forward declaration clean-upFabian Frederick2015-02-171-82/+56Star
* coda_venus_readdir(): use file_inode()Al Viro2014-12-111-3/+1Star
* new helper: is_root_inode()Al Viro2014-10-311-6/+6
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-091-2/+1Star
* fs/coda: use __func__Fabian Frederick2014-06-071-6/+6
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-071-1/+1
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-071-6/+6
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-091-2/+1Star
* file->f_op is never NULL...Al Viro2013-10-251-3/+0Star
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* coda: don't bother with find_inode_number()Al Viro2013-06-291-7/+1Star
* [readdir] convert codaAl Viro2013-06-291-58/+19Star
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-4/+15
* new helper: file_inode(file)Al Viro2013-02-231-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/+13Star
* coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro2012-01-101-2/+2
* switch ->create() to umode_tAl Viro2012-01-041-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-2/+2
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-211-1/+1
* coda_venus_readdir(): use offsetof()Al Viro2011-07-211-2/+1Star
* ->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/+0Star
* 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-131-3/+2Star
* switch codaAl Viro2011-01-131-3/+1Star
* 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-261-1/+1
* Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-251-107/+42Star