UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / dcache.c
2011-03-27 Josef Bacikfs: call security_d_instantiate in d_obtain_alias V2
2011-03-23 Trond MyklebustVFS: Fix the nfs sillyrename regression in kernel 2...
2011-03-23 Linus Torvaldsdcache.c: create helper function for duplicated functio...
2011-03-10 J. Bruce Fieldsfs/dcache: allow d_obtain_alias() to return unhashed...
2011-01-23 Randy Dunlapfs: fix new dcache.c kernel-doc warnings
2011-01-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-16 David HowellsAdd a dentry op to handle automounting rather than...
2011-01-14 Linus TorvaldsTurn d_set_d_op() BUG_ON() into WARN_ON_ONCE()
2011-01-13 Randy Dunlapfs: fix kernel-doc for dcache::prepend_path
2011-01-13 Randy Dunlapfs: fix kernel-doc for dcache::d_validate
2011-01-13 Al Viroper-superblock default ->d_op
2011-01-07 Nick Pigginfs: implement faster dentry memcmp
2011-01-07 Nick Pigginfs: prefetch inode data in dcache lookup
2011-01-07 Nick Pigginfs: improve scalability of pseudo filesystems
2011-01-07 Nick Pigginfs: dcache per-inode inode alias locking
2011-01-07 Nick Pigginfs: dcache per-bucket dcache hash locking
2011-01-07 Nick Pigginfs: cache optimise dentry and inode for rcu-walk
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: dcache remove d_mounted
2011-01-07 Nick Pigginfs: rcu-walk for path lookup
2011-01-07 Nick Pigginfs: consolidate dentry kill sequence
2011-01-07 Nick Pigginfs: use RCU in shrink_dentry_list to reduce lock nesting
2011-01-07 Nick Pigginfs: reduce dcache_inode_lock width in lru scanning
2011-01-07 Nick Pigginfs: dcache reduce prune_one_dentry locking
2011-01-07 Nick Pigginfs: dcache reduce d_parent locking
2011-01-07 Nick Pigginfs: dcache rationalise dget variants
2011-01-07 Nick Pigginfs: dcache reduce dcache_inode_lock
2011-01-07 Nick Pigginfs: dcache reduce locking in d_alloc
2011-01-07 Nick Pigginfs: dcache reduce dput locking
2011-01-07 Nick Pigginfs: dcache avoid starvation in dcache multi-step operations
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2011-01-07 Nick Pigginfs: Use rename lock and RCU for multi-step operations
2011-01-07 Nick Pigginfs: increase d_name lock coverage
2011-01-07 Nick Pigginfs: scale inode alias list
2011-01-07 Nick Pigginfs: dcache scale subdirs
2011-01-07 Nick Pigginfs: dcache scale d_unhashed
2011-01-07 Nick Pigginfs: dcache scale dentry refcount
2011-01-07 Nick Pigginfs: dcache scale lru
2011-01-07 Nick Pigginfs: dcache scale hash
2011-01-07 Nick Pigginhostfs: simplify locking
2011-01-07 Nick Pigginfs: change d_hash for rcu-walk
2011-01-07 Nick Pigginfs: change d_compare for rcu-walk
2011-01-07 Nick Pigginfs: name case update method
2011-01-07 Nick Pigginfs: change d_delete semantics
2011-01-07 Nick Pigginfs: use fast counters for vfs caches
2011-01-07 Nick Pigginvfs: revert per-cpu nr_unused counters for dentry and...
2011-01-07 Nick Pigginfs: d_validate fixes
2011-01-05 Nick PigginRevert "fs: use RCU read side protection in d_validate"
2010-10-26 Christoph Hellwigfs: use RCU read side protection in d_validate
2010-10-26 Christoph Hellwigfs: clean up dentry lru modification
2010-10-26 Christoph Hellwigfs: split __shrink_dcache_sb
2010-10-26 Nick Pigginfs: improve DCACHE_REFERENCED usage
2010-10-26 Christoph Hellwigfs: use percpu counter for nr_dentry and nr_dentry_unused
2010-10-26 Christoph Hellwigfs: simplify __d_free
2010-10-26 Christoph Hellwigfs: take dcache_lock inside __d_path
2010-08-18 Nick Pigginfs: brlock vfsmount_lock
2010-08-18 Nick Pigginfs: remove extra lookup in __lookup_hash
2010-08-14 Randy Dunlapfs/dcache: fix function param name in kernel-doc
2010-08-11 Miklos Szeredivfs: show unreachable paths in getcwd and proc
2010-08-11 Miklos Szeredivfs: only add " (deleted)" where necessary
2010-08-11 Miklos Szeredivfs: add prepend_path() helper
2010-08-11 Miklos Szeredivfs: __d_path: dont prepend the name of the root dentry
2010-08-11 Miklos Szeredivfs: add helpers to get root and pwd
2010-08-09 Al Virono need for list_for_each_entry_safe()/resetting with...
2010-08-09 Al Vironew helper: __dentry_path()
2010-07-19 Dave Chinnermm: add context argument to shrinker callback
2010-06-29 npiggin@suse.defs: fix superblock iteration race
2010-05-21 Al Virofix prune_dcache()/umount() race
2010-05-21 Al ViroLeave superblocks on s_list until the end
2010-05-21 Al Viroclean DCACHE_CANT_MOUNT in d_delete()
2010-03-03 Al Virofix race in d_splice_alias()
2010-03-03 Al ViroNew helper: path_is_under(path1, path2)
2010-03-03 H Hartley Sweetenfs/dcache.c: CodingStyle cleanup
2009-12-16 H Hartley Sweetenlibfs: move EXPORT_SYMBOL for d_alloc_name
2009-07-18 Frederic Weisbeckersched: Pull up the might_sleep() check into cond_resched()
2009-06-12 Alexey Dobriyandcache: extrace and use d_unlinked()
2009-05-09 npiggin@suse.defs: dcache fix LRU ordering
2009-04-21 Al ViroNo need for crossing to mountpoint in audit_tag_tree()
2009-04-01 Al ViroTrim includes of fdtable.h
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-03-27 Christoph Hellwigcleanup d_add_ci
2009-02-28 Benny HalevyEXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 20
2009-01-08 Wu Fengguanggeneric swap(): dcache: use swap() instead of private...
2008-12-31 Eric Dumazetfilp_cachep can be static in fs/file_table.c
2008-12-31 Arjan van de Venexpand some comments (d_path / seq_path)
2008-12-31 Zhaoleicorrect wrong function name of d_put in kernel document...
2008-12-31 Al Virofix switch_names() breakage in short-to-short case
2008-12-31 Nick Pigginshrink struct dentry
2008-10-23 Arjan van de Ven[PATCH] fs: add a sanity check in d_free
2008-10-23 Qinghuang Feng[PATCH] fs/dcache.c: update comment of d_validate()
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_...
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 2/6] vfs: add d_ancestor()
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 1/6] vfs: replace parent == dentry-...
2008-10-23 Christoph Hellwig[PATCH] kill d_alloc_anon
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-23 Christoph Hellwig[PATCH] new helper: d_obtain_alias
2008-09-29 Linus TorvaldsFix NULL pointer dereference in proc_sys_compare
2008-08-25 Christoph Hellwig[PATCH] change d_add_ci argument ordering
next