summaryrefslogtreecommitdiff
path: root/fs/dcache.c
Commit message (Expand)AuthorAge
* vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-06
* fs/dcache.c: fix new kernel-doc warningRandy Dunlap2011-08-03
* VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lockDavid Howells2011-08-01
* VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()David Howells2011-08-01
* VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()David Howells2011-08-01
* vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton2011-07-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-22
|\
| * Remove dead code in dget_parent()Al Viro2011-07-20
| * switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro2011-07-20
| * superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-20
| * make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20
| * Make ->d_sb assign-once and always non-NULLAl Viro2011-07-20
| * fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik2011-07-20
* | vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds2011-07-21
|/
* fix loop checks in d_materialise_unique()Al Viro2011-07-14
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-25
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-20
* add hlist_bl_lock/unlock helpersChristoph Hellwig2011-04-25
* vfs: get rid of insane dentry hashing rulesLinus Torvalds2011-04-24
* vfs: get rid of 'struct dcache_hash_bucket' abstractionLinus Torvalds2011-04-23
* vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds2011-04-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-18
|\
| * fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik2011-03-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-18
|\ \ | |/ |/|
| * fs: update comments to point correct documentNamhyung Kim2011-02-17
* | VFS: Fix the nfs sillyrename regression in kernel 2.6.38Trond Myklebust2011-03-15
* | dcache.c: create helper function for duplicated functionalityLinus Torvalds2011-03-15
* | fs/dcache: allow d_obtain_alias() to return unhashed dentriesJ. Bruce Fields2011-03-10
|/
* fs: fix new dcache.c kernel-doc warningsRandy Dunlap2011-01-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-16
|\
| * Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-15
* | Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE()Linus Torvalds2011-01-14
|/
* fs: fix kernel-doc for dcache::prepend_pathRandy Dunlap2011-01-12
* fs: fix kernel-doc for dcache::d_validateRandy Dunlap2011-01-12
* per-superblock default ->d_opAl Viro2011-01-12
* fs: implement faster dentry memcmpNick Piggin2011-01-07
* fs: prefetch inode data in dcache lookupNick Piggin2011-01-07
* fs: improve scalability of pseudo filesystemsNick Piggin2011-01-07
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-07
* fs: dcache per-bucket dcache hash lockingNick Piggin2011-01-07
* fs: cache optimise dentry and inode for rcu-walkNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache remove d_mountedNick Piggin2011-01-07
* fs: rcu-walk for path lookupNick Piggin2011-01-07
* fs: consolidate dentry kill sequenceNick Piggin2011-01-07
* fs: use RCU in shrink_dentry_list to reduce lock nestingNick Piggin2011-01-07
* fs: reduce dcache_inode_lock width in lru scanningNick Piggin2011-01-07
* fs: dcache reduce prune_one_dentry lockingNick Piggin2011-01-07
* fs: dcache reduce d_parent lockingNick Piggin2011-01-07
* fs: dcache rationalise dget variantsNick Piggin2011-01-07