UAS: Use unique tags on non-streams devices.
[linux-flexiantxendom0.git] / fs / dcache.c
2012-04-02 Michel Lespinassevfs: fix d_ancestor() case in d_materialize_unique
2012-01-26 Miklos Szeredifix shrink_dcache_parent() livelock
2012-01-26 Dave Chinnerdcache: use a dispose list in select_parent
2011-12-07 Al Virofix apparmor dereferencing potentially freed dentry...
2011-11-21 David HowellsVFS: Log the fact that we've given ELOOP rather than...
2011-11-07 Al Virovfs: d_invalidate() should leave mountpoints alone
2011-11-02 Sage Weilvfs: add d_prune dentry operation
2011-08-07 Linus Torvaldsvfs: renumber DCACHE_xyz flags, remove some stale ones
2011-08-04 Randy Dunlapfs/dcache.c: fix new kernel-doc warning
2011-08-01 David HowellsVFS: Reorganise shrink_dcache_for_umount_subtree()...
2011-08-01 David HowellsVFS: Remove dentry->d_lock locking from shrink_dcache_f...
2011-08-01 David HowellsVFS: Remove detached-dentry counter from shrink_dcache_...
2011-07-26 Jeff Laytonvfs: document locking requirements for d_move, __d_move...
2011-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-21 Linus Torvaldsvfs: drop conditional inode prefetch in __do_lookup_rcu
2011-07-21 Al ViroRemove dead code in dget_parent()
2011-07-21 Al Viroswitch d_add_ci() to d_splice_alias() in "found negativ...
2011-07-21 Dave Chinnersuperblock: introduce per-sb cache shrinker infrastructure
2011-07-20 Al Viromake d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR...
2011-07-20 Al ViroMake ->d_sb assign-once and always non-NULL
2011-07-20 Josef Bacikfs: add a DCACHE_NEED_LOOKUP flag for d_flags
2011-07-15 Al Virofix loop checks in d_materialise_unique()
2011-05-25 Ying Hanvmscan: change shrinker API by passing shrink_control...
2011-05-20 Linus Torvaldssanitize <linux/prefetch.h> usage
2011-04-26 Christoph Hellwigadd hlist_bl_lock/unlock helpers
2011-04-24 Linus Torvaldsvfs: get rid of insane dentry hashing rules
2011-04-24 Linus Torvaldsvfs: get rid of 'struct dcache_hash_bucket' abstraction
2011-04-15 Linus Torvaldsvfs: fix incorrect dentry_update_name_case() BUG_ON...
2011-03-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-18 Josef Bacikfs: call security_d_instantiate in d_obtain_alias V2
2011-03-15 Trond MyklebustVFS: Fix the nfs sillyrename regression in kernel 2...
2011-03-15 Linus Torvaldsdcache.c: create helper function for duplicated functio...
2011-03-10 J. Bruce Fieldsfs/dcache: allow d_obtain_alias() to return unhashed...
2011-02-17 Namhyung Kimfs: update comments to point correct document
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
next