summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* fs: fix kernel-doc warnings in dcache.cRandy Dunlap2012-03-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-24/+0
|\
| * vfs: d_alloc_root() goneAl Viro2012-03-201-24/+0
* | Merge branch 'dcache-word-accesses'Linus Torvalds2012-03-191-0/+23
|\ \
| * | vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds2012-03-081-0/+23
| |/
* / vfs: get rid of batshit-insane pointless dentry hash calculationsLinus Torvalds2012-03-191-3/+3
|/
* vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds2012-03-041-0/+20
* vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds2012-03-021-5/+8
* vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2012-02-131-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-131-2/+9
|\
| * vfs: export symbol d_find_any_alias()Sage Weil2012-01-121-2/+9
* | fix shrink_dcache_parent() livelockMiklos Szeredi2012-01-101-4/+11
* | vfs: new helper - d_make_root()Al Viro2012-01-091-0/+17
* | dcache: use a dispose list in select_parentDave Chinner2012-01-091-42/+21
* | vfs: mnt_ns moved to struct mountAl Viro2012-01-031-1/+1
* | vfs: move mnt_mountpoint to struct mountAl Viro2012-01-031-1/+1
* | vfs: now it can be done - make mnt_parent point to struct mountAl Viro2012-01-031-3/+4
* | vfs: mnt_parent moved to struct mountAl Viro2012-01-031-1/+1
* | vfs: spread struct mount - mnt_has_parentAl Viro2012-01-031-1/+2
* | vfs: more mnt_parent cleanupsAl Viro2012-01-031-25/+0
* | vfs: new internal helper: mnt_has_parent(mnt)Al Viro2012-01-031-3/+3
|/
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-061-27/+44
* VFS: Log the fact that we've given ELOOP rather than creating a loopDavid Howells2011-11-201-1/+10
* vfs: d_invalidate() should leave mountpoints aloneAl Viro2011-11-071-2/+4
* vfs: add d_prune dentry operationSage Weil2011-11-021-5/+35
* vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-061-1/+1
* fs/dcache.c: fix new kernel-doc warningRandy Dunlap2011-08-031-0/+1
* VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lockDavid Howells2011-08-011-17/+5
* VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()David Howells2011-08-011-24/+24
* VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()David Howells2011-08-011-3/+0
* vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton2011-07-261-4/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-171/+91
|\
| * Remove dead code in dget_parent()Al Viro2011-07-201-5/+0
| * switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro2011-07-201-19/+5
| * superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-201-109/+12
| * make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-0/+3
| * Make ->d_sb assign-once and always non-NULLAl Viro2011-07-201-36/+39
| * fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik2011-07-201-2/+32
* | vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds2011-07-211-2/+0
|/
* fix loop checks in d_materialise_unique()Al Viro2011-07-141-17/+34
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-2/+6
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* add hlist_bl_lock/unlock helpersChristoph Hellwig2011-04-251-16/+6
* vfs: get rid of insane dentry hashing rulesLinus Torvalds2011-04-241-26/+16
* vfs: get rid of 'struct dcache_hash_bucket' abstractionLinus Torvalds2011-04-231-24/+21
* vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds2011-04-151-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-181-0/+3
|\
| * fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik2011-03-181-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-2/+2
|\ \ | |/ |/|
| * fs: update comments to point correct documentNamhyung Kim2011-02-171-2/+2