Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9264251ee2a55bce8fb93826b3f581fb9eb7e2c2
/
fs
/
coda
/
dir.c
6192269
introduce a parallel variant of ->iterate()
by Al Viro
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
b625032
fs/coda/dir.c: forward declaration clean-up
by Fabian Frederick
· 10 years ago
93fe74b
coda_venus_readdir(): use file_inode()
by Al Viro
· 10 years ago
a740022
new helper: is_root_inode()
by Al Viro
· 10 years ago
834b46c
fs/coda: use linux/uaccess.h
by Fabian Frederick
· 10 years ago
6d6bd94
fs/coda: use __func__
by Fabian Frederick
· 10 years ago
f38cfb2
fs/coda: logging prefix uniformization
by Fabian Frederick
· 10 years ago
d9b4b31
fs/coda: replace printk by pr_foo()
by Fabian Frederick
· 10 years ago
11d100d
coda_revalidate_inode(): switch to passing inode...
by Al Viro
· 11 years ago
72c2d53
file->f_op is never NULL...
by Al Viro
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
6b5e122
coda: don't bother with find_inode_number()
by Al Viro
· 11 years ago
e924f25
[readdir] convert coda
by Al Viro
· 11 years ago
bb6f619
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
by Al Viro
· 11 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
f4947fb
coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()
by Al Viro
· 13 years ago
0b2c4e3
coda: deal correctly with allocation failure from coda_cnode_makectl()
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
b85fd6b
don't open-code parent_ino() in assorted ->readdir()
by Al Viro
· 13 years ago
ee60498
coda_venus_readdir(): use offsetof()
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
42b850b
coda: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
31a203d
take coda-private headers out of include/linux
by Al Viro
· 14 years ago
9501e4c
switch coda
by Al Viro
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
f7cc02b8
Coda: push BKL regions into coda_upcall()
by Yoshihisa Abe
· 14 years ago
b5ce1d8
Coda: add spin lock to protect accesses to struct coda_inode_info.
by Yoshihisa Abe
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e16404e
constify dentry_operations: misc filesystems
by Al Viro
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
9fe76c7
coda: add static to functions in dir.c
by Harvey Harrison
· 17 years ago
d3fec42
coda: remove CODA_STORE/CODA_RELEASE upcalls
by Jan Harkes
· 17 years ago
5f47c7e
coda breakage
by Al Viro
· 17 years ago
3cf01f2
coda: remove statistics counters from /proc/fs/coda
by Jan Harkes
· 17 years ago
ed36f72
coda: cleanup coda_lookup, use dsplice_alias
by Jan Harkes
· 17 years ago
9787525
coda: avoid lockdep warning in coda_readdir
by Jan Harkes
· 17 years ago
8c6d215
coda: allow removal of busy directories
by Jan Harkes
· 17 years ago
d728900
coda: fix nlink updates for directories
by Jan Harkes
· 17 years ago
7c9e3c2
wrong order of arguments of ->readdir()
by Al Viro
· 17 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
d4176d3
[PATCH] struct path: convert coda
by Josef Sipek
· 18 years ago
d8c76e6
[PATCH] r/o bind mount prepwork: inc_nlink() helper
by Dave Hansen
· 18 years ago
9a53c3a
[PATCH] r/o bind mounts: unlink: monitor i_nlink
by Dave Hansen
· 18 years ago
f52720c
[PATCH] fs: Removing useless casts
by Panagiotis Issaris
· 18 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
c98d8cf
[PATCH] fs/coda/: proper prototypes
by Adrian Bunk
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago