index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
coda
/
dir.c
Age
Commit message (
Expand
)
Author
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
2016-05-02
introduce a parallel variant of ->iterate()
Al Viro
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-02-17
fs/coda/dir.c: forward declaration clean-up
Fabian Frederick
2014-12-11
coda_venus_readdir(): use file_inode()
Al Viro
2014-10-31
new helper: is_root_inode()
Al Viro
2014-08-08
fs/coda: use linux/uaccess.h
Fabian Frederick
2014-06-06
fs/coda: use __func__
Fabian Frederick
2014-06-06
fs/coda: logging prefix uniformization
Fabian Frederick
2014-06-06
fs/coda: replace printk by pr_foo()
Fabian Frederick
2013-11-09
coda_revalidate_inode(): switch to passing inode...
Al Viro
2013-10-24
file->f_op is never NULL...
Al Viro
2013-07-05
helper for reading ->d_count
Al Viro
2013-06-29
coda: don't bother with find_inode_number()
Al Viro
2013-06-29
[readdir] convert coda
Al Viro
2013-06-29
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
2012-01-10
coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()
Al Viro
2012-01-10
coda: deal correctly with allocation failure from coda_cnode_makectl()
Al Viro
2012-01-03
switch ->create() to umode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-07-20
don't open-code parent_ino() in assorted ->readdir()
Al Viro
2011-07-20
coda_venus_readdir(): use offsetof()
Al Viro
2011-07-20
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-05-28
coda: remove unnecessary dentry_unhash on rmdir, dir rename
Sage Weil
2011-05-26
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
2011-05-26
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
2011-01-12
take coda-private headers out of include/linux
Al Viro
2011-01-12
switch coda
Al Viro
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
fs: rcu-walk aware d_revalidate method
Nick Piggin
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
2011-01-07
fs: change d_delete semantics
Nick Piggin
2010-10-25
new helper: ihold()
Al Viro
2010-10-25
Coda: push BKL regions into coda_upcall()
Yoshihisa Abe
2010-10-25
Coda: add spin lock to protect accesses to struct coda_inode_info.
Yoshihisa Abe
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
2008-10-23
[PATCH] move executable checking into ->permission()
Miklos Szeredi
2008-07-26
[PATCH] sanitize ->permission() prototype
Al Viro
[next]