Linus Torvalds
|
05a8252bde
vfs: fix typo in comment in recent dentry work
|
11 years ago |
Linus Torvalds
|
89dc77bcda
vfs: fix dentry LRU list handling and nr_dentry_unused accounting
|
11 years ago |
Linus Torvalds
|
26935fb06e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 years ago |
Linus Torvalds
|
68f0d9d92e
vfs: make d_path() get the root path under RCU
|
11 years ago |
Linus Torvalds
|
3272c544da
vfs: use __getname/__putname for getcwd() system call
|
11 years ago |
Linus Torvalds
|
ff812d7242
vfs: don't copy things to user space holding the rcu readlock
|
11 years ago |
Linus Torvalds
|
8b19e34188
vfs: make getcwd() get the root and pwd path under rcu
|
11 years ago |
Linus Torvalds
|
5762482f54
vfs: move get_fs_root_and_pwd() to single caller
|
11 years ago |
Waiman Long
|
1812997720
dcache: get/release read lock in read_seqbegin_or_lock() & friend
|
11 years ago |
Dave Chinner
|
9b17c62382
fs: convert inode and dentry shrinking to be node aware
|
12 years ago |
Glauber Costa
|
4e717f5c10
list_lru: remove special case function list_lru_dispose_all.
|
12 years ago |
Dave Chinner
|
f604156751
dcache: convert to use new lru list infrastructure
|
12 years ago |
Dave Chinner
|
0a234c6dcb
shrinker: convert superblock shrinkers to new API
|
12 years ago |
Dave Chinner
|
dd1f6b2e43
dcache: remove dentries from LRU before putting on dispose list
|
12 years ago |
Dave Chinner
|
19156840e3
dentry: move to per-sb LRU locks
|
12 years ago |
Dave Chinner
|
62d36c7703
dcache: convert dentry_stat.nr_unused to per-cpu counters
|
12 years ago |
Glauber Costa
|
3942c07ccf
fs: bump inode and dentry counters to long
|
12 years ago |
Linus Torvalds
|
b05430fc93
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
48f5ec21d9
split read_seqretry_or_unlock(), convert d_walk() to resulting primitives
|
12 years ago |
Waiman Long
|
232d2d60aa
dcache: Translating dentry into pathname without taking rename_lock
|
12 years ago |
Linus Torvalds
|
0d98439ea3
vfs: use lockred "dead" flag to mark unrecoverably dead dentries
|
12 years ago |
Linus Torvalds
|
8aab6a2733
vfs: reorganize dput() memory accesses
|
12 years ago |
Miklos Szeredi
|
eed8100766
vfs: check unlinked ancestors before mount
|
12 years ago |
Miklos Szeredi
|
848ac114e8
vfs: check submounts and drop atomically
|
12 years ago |
Miklos Szeredi
|
db14fc3abc
vfs: add d_walk()
|
12 years ago |
Miklos Szeredi
|
01ddc4ede5
vfs: restructure d_genocide()
|
12 years ago |
Linus Torvalds
|
45d9a2220f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Yan, Zheng
|
590fb51f1c
vfs: call d_op->d_prune() before unhashing dentry
|
12 years ago |
Linus Torvalds
|
15570086b5
vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()
|
12 years ago |
Waiman Long
|
df3d0bbcdb
vfs: use lockref_get_not_zero() for optimistic lockless dget_parent()
|
12 years ago |