Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e1f580e8ced56d7c0a2b096e00e8b8e861d13671
/
include
/
linux
/
dcache.h
8db1486
include, lib: add __printf attributes to several function prototypes
by Nicolas Iooss
· 9 years ago
dc3f419
make simple_positive() public
by Al Viro
· 9 years ago
4bacc9c
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
by David Howells
· 9 years ago
4bf46a2
VFS: Impose ordering on accesses of d_inode and d_flags
by David Howells
· 10 years ago
525d27b
VFS: Add owner-filesystem positive/negative dentry checks
by David Howells
· 10 years ago
44bdb5e
VFS: Split DCACHE_FILE_TYPE into regular and special types
by David Howells
· 10 years ago
df1a085
VFS: Add a fallthrough flag for marking virtual dentries
by David Howells
· 10 years ago
e7f7d22
VFS: Add a whiteout dentry type
by David Howells
· 10 years ago
155e35d
VFS: Introduce inode-getting helpers for layered/unioned fs environments
by David Howells
· 10 years ago
d6cb125
kill d_validate()
by Al Viro
· 10 years ago
41d28bc
switch d_materialise_unique() users to d_splice_alias()
by Al Viro
· 10 years ago
b5ae6b1
merge d_materialise_unique() into d_splice_alias()
by Al Viro
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
7b600f2
don't need that forward declaration of struct nameidata in dcache.h anymore
by Al Viro
· 10 years ago
810bb17
take dname_external() into fs/dcache.c
by Al Viro
· 10 years ago
5542aa2
vfs: Make d_invalidate return void
by Eric W. Biederman
· 11 years ago
1ffe46d
vfs: Merge check_submounts_and_drop and d_invalidate
by Eric W. Biederman
· 11 years ago
9226b5b
vfs: avoid non-forwarding large load after small store in path lookup
by Linus Torvalds
· 10 years ago
1a0a397
dcache: d_obtain_alias callers don't all want DISCONNECTED
by J. Bruce Fields
· 11 years ago
41edf27
dentry_kill(): don't try to remove from shrink list
by Al Viro
· 11 years ago
da1ce06
vfs: add cross-rename
by Miklos Szeredi
· 11 years ago
44b1d53
vfs: add d_is_dir()
by Miklos Szeredi
· 11 years ago
a5c21dc
dcache: allow word-at-a-time name hashing with big-endian CPUs
by Will Deacon
· 11 years ago
b18825a
VFS: Put a small type field into struct dentry::d_flags
by David Howells
· 11 years ago
b70a80e
vfs: introduce d_instantiate_no_diralias()
by Miklos Szeredi
· 11 years ago
55f841c
super: fix calculation of shrinkable objects for small numbers
by Glauber Costa
· 11 years ago
3942c07
fs: bump inode and dentry counters to long
by Glauber Costa
· 11 years ago
8aab6a2
vfs: reorganize dput() memory accesses
by Linus Torvalds
· 11 years ago
f0d3b3d
constify dcache.c inlined helpers where possible
by Al Viro
· 11 years ago
848ac114
vfs: check submounts and drop atomically
by Miklos Szeredi
· 11 years ago
1557008
vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()
by Linus Torvalds
· 11 years ago
9847423
vfs: make the dentry cache use the lockref infrastructure
by Waiman Long
· 11 years ago
118b230
cope with potentially long ->d_dname() output for shmem/hugetlb
by Al Viro
· 11 years ago
24924a2
vfs: constify dentry parameter in d_count()
by Peng Tao
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
da53be1
Don't pass inode to ->d_hash() and ->d_compare()
by Linus Torvalds
· 11 years ago
60545d0
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...
by Al Viro
· 11 years ago
ecf3d1f
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
by Jeff Layton
· 12 years ago
da2d845
constify d_lookup() arguments
by Al Viro
· 12 years ago
a713ca2
constify __d_lookup() arguments
by Al Viro
· 12 years ago
ad8ca37
vfs: remove d_path_with_unreachable
by Jeff Layton
· 12 years ago
39e3c95
vfs: remove DCACHE_NEED_LOOKUP
by Jeff Layton
· 12 years ago
b161dfa6
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
by Miklos Szeredi
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
b3d9b7a
vfs: switch i_dentry/d_alias to hlist
by Al Viro
· 12 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 years ago
12f8ad4
vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces
by Linus Torvalds
· 13 years ago
32991ab
vfs: d_alloc_root() gone
by Al Viro
· 13 years ago
5483f18
vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.c
by Linus Torvalds
· 13 years ago
5707c87
vfs: clarify and clean up dentry_cmp()
by Linus Torvalds
· 13 years ago
0145acc
vfs: uninline full_name_hash()
by Linus Torvalds
· 13 years ago
8966be9
vfs: trivial __d_lookup_rcu() cleanups
by Linus Torvalds
· 13 years ago
1a52bb0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
46f72b3
vfs: export symbol d_find_any_alias()
by Sage Weil
· 13 years ago
eaf5f90
fix shrink_dcache_parent() livelock
by Miklos Szeredi
· 13 years ago
adc0e91
vfs: new helper - d_make_root()
by Al Viro
· 13 years ago
02125a8
fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API
by Al Viro
· 13 years ago
f0023bc
vfs: add d_prune dentry operation
by Sage Weil
· 13 years ago
830c0f0
vfs: renumber DCACHE_xyz flags, remove some stale ones
by Linus Torvalds
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
ed75e95
kill lookup_create()
by Al Viro
· 13 years ago
44396f4
fs: add a DCACHE_NEED_LOOKUP flag for d_flags
by Josef Bacik
· 13 years ago
dea3667
vfs: get rid of insane dentry hashing rules
by Linus Torvalds
· 14 years ago
0f60f24
FS: lookup_mnt() is only used in the core fs routines now
by David Howells
· 14 years ago
1aed3e4
lose 'mounting_here' argument in ->d_manage()
by Al Viro
· 14 years ago
ab90911
Allow d_manage() to be used in RCU-walk mode
by David Howells
· 14 years ago
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 14 years ago
9875cf8
Add a dentry op to handle automounting rather than abusing follow_link()
by David Howells
· 14 years ago
2a8c0c68
fs: fix dcache.h kernel-doc notation
by Randy Dunlap
· 14 years ago
9d55c36
fs: implement faster dentry memcmp
by Nick Piggin
· 14 years ago
4b93688
fs: improve scalability of pseudo filesystems
by Nick Piggin
· 14 years ago
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
ceb5bdc
fs: dcache per-bucket dcache hash locking
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
44a7d7a
fs: cache optimise dentry and inode for rcu-walk
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
5f57cbc
fs: dcache remove d_mounted
by Nick Piggin
· 14 years ago
31e6b01
fs: rcu-walk for path lookup
by Nick Piggin
· 14 years ago
dc0474b
fs: dcache rationalise dget variants
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
949854d
fs: Use rename lock and RCU for multi-step operations
by Nick Piggin
· 14 years ago
b23fb0a
fs: scale inode alias list
by Nick Piggin
· 14 years ago
2fd6b7f
fs: dcache scale subdirs
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
789680d
fs: dcache scale hash
by Nick Piggin
· 14 years ago
ec2447c
hostfs: simplify locking
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
fb2d5b8
fs: name case update method
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
5eef7fa
fs: dcache documentation cleanup
by Nick Piggin
· 14 years ago
8df9d1a
vfs: show unreachable paths in getcwd and proc
by Miklos Szeredi
· 14 years ago
c103135
new helper: __dentry_path()
by Al Viro
· 14 years ago
d83c49f
Fix the regression created by "set S_DEAD on unlink()..." commit
by Al Viro
· 15 years ago
f3da392
dcache: extrace and use d_unlinked()
by Alexey Dobriyan
· 16 years ago
1c755af
switch lookup_mnt()
by Al Viro
· 16 years ago
c28f7e5
fsnotify: parent event notification
by Eric Paris
· 15 years ago
e56980d
fs: make struct dentry->d_op const
by Jan Engelhardt
· 16 years ago
c2452f3
shrink struct dentry
by Nick Piggin
· 16 years ago
e2761a1
[PATCH vfs-2.6 2/6] vfs: add d_ancestor()
by OGAWA Hirofumi
· 16 years ago
Next »