Commit Graph

170 Commits (8323c3aa74cd92465350294567142d12ffdcc963)

Author SHA1 Message Date
Christoph Hellwig be148247cf fs: take dcache_lock inside __d_path 14 years ago
Nick Piggin 99b7db7b8f fs: brlock vfsmount_lock 15 years ago
Nick Piggin b04f784e5d fs: remove extra lookup in __lookup_hash 15 years ago
Randy Dunlap cd956a1c03 fs/dcache: fix function param name in kernel-doc 15 years ago
Miklos Szeredi 8df9d1a414 vfs: show unreachable paths in getcwd and proc 15 years ago
Miklos Szeredi ffd1f4ed5b vfs: only add " (deleted)" where necessary 15 years ago
Miklos Szeredi f2eb6575d5 vfs: add prepend_path() helper 15 years ago
Miklos Szeredi 98dc568bc2 vfs: __d_path: dont prepend the name of the root dentry 15 years ago
Miklos Szeredi f7ad3c6be9 vfs: add helpers to get root and pwd 15 years ago
Al Viro dca332528b no need for list_for_each_entry_safe()/resetting with superblock list 15 years ago
Al Viro c103135c14 new helper: __dentry_path() 15 years ago
Dave Chinner 7f8275d0d6 mm: add context argument to shrinker callback 15 years ago
npiggin@suse.de 57439f878a fs: fix superblock iteration race 15 years ago
Al Viro 79893c17b4 fix prune_dcache()/umount() race 15 years ago
Al Viro 551de6f34d Leave superblocks on s_list until the end 15 years ago
Al Viro 13e3c5e5b9 clean DCACHE_CANT_MOUNT in d_delete() 15 years ago
Al Viro 4919c5e45a fix race in d_splice_alias() 15 years ago
Al Viro 2096f759ab New helper: path_is_under(path1, path2) 15 years ago
H Hartley Sweeten ec4f860597 fs/dcache.c: CodingStyle cleanup 15 years ago
H Hartley Sweeten ef26ca97e8 libfs: move EXPORT_SYMBOL for d_alloc_name 15 years ago
Frederic Weisbecker 613afbf832 sched: Pull up the might_sleep() check into cond_resched() 16 years ago
Alexey Dobriyan f3da392e9f dcache: extrace and use d_unlinked() 16 years ago
npiggin@suse.de c490d79bb7 fs: dcache fix LRU ordering 16 years ago
Al Viro 24b6f16ecf No need for crossing to mountpoint in audit_tag_tree() 16 years ago
Al Viro e5824c97a9 Trim includes of fdtable.h 16 years ago
Al Viro 5ad4e53bd5 Get rid of indirect include of fs_struct.h 16 years ago
Christoph Hellwig b6520c8193 cleanup d_add_ci 16 years ago
Benny Halevy adc487204a EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL 16 years ago
Heiko Carstens 3cdad42884 [CVE-2009-0029] System call wrappers part 20 16 years ago
Wu Fengguang 9a8d5bb4ad generic swap(): dcache: use swap() instead of private do_switch() 16 years ago
Eric Dumazet b6b3fdead2 filp_cachep can be static in fs/file_table.c 16 years ago
Arjan van de Ven 52afeefb9d expand some comments (d_path / seq_path) 16 years ago
Zhaolei be42c4c433 correct wrong function name of d_put in kernel document and source comment 16 years ago
Al Viro dc711ca35f fix switch_names() breakage in short-to-short case 16 years ago
Nick Piggin c2452f3278 shrink struct dentry 16 years ago
Arjan van de Ven fd217f4d70 [PATCH] fs: add a sanity check in d_free 17 years ago
Qinghuang Feng 5cec56deb6 [PATCH] fs/dcache.c: update comment of d_validate() 17 years ago
OGAWA Hirofumi 8f3dfaa5ba [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate() 17 years ago
OGAWA Hirofumi 360da90029 [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper 17 years ago
OGAWA Hirofumi e2761a1167 [PATCH vfs-2.6 2/6] vfs: add d_ancestor() 17 years ago
OGAWA Hirofumi 871c0067d5 [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT() 17 years ago
Christoph Hellwig 9308a6128d [PATCH] kill d_alloc_anon 17 years ago
Christoph Hellwig 440037287c [PATCH] switch all filesystems over to d_obtain_alias 17 years ago
Christoph Hellwig 4ea3ada295 [PATCH] new helper: d_obtain_alias 17 years ago
Linus Torvalds d0185c0882 Fix NULL pointer dereference in proc_sys_compare 17 years ago
Christoph Hellwig e45b590b97 [PATCH] change d_add_ci argument ordering 17 years ago
Barry Naujok 9403540c06 dcache: Add case-insensitive support d_ci_add() routine 17 years ago
Kentaro Makita f3c6ba986a vfs: add cond_resched_lock while scanning dentry LRU lists 17 years ago
Kentaro Makita da3bbdd463 fix soft lock up at NFS mount via per-SB LRU-list of unused dentries 17 years ago
Miklos Szeredi cdd16d0265 [patch 2/3] vfs: dcache cleanups 17 years ago