| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-12-08 | Merge branch 'iov_iter' into for-next | Al Viro | 1 | -0/+1 |
| 2014-11-19 | vfs: fix reference leak in d_prune_aliases() | Yan, Zheng | 1 | -0/+1 |
| 2014-11-19 | dcache: fix kmemcheck warning in switch_names | Mikulas Patocka | 1 | -0/+2 |
| 2014-11-19 | merge d_materialise_unique() into d_splice_alias() | Al Viro | 1 | -108/+35 |
| 2014-11-19 | d_add_ci() should just accept a hashed exact match if it finds one | Al Viro | 1 | -39/+7 |
| 2014-11-03 | deal with deadlock in d_walk() | Al Viro | 1 | -15/+16 |
| 2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -27/+26 |
| 2014-10-23 | fix inode leaks on d_splice_alias() failure exits | Al Viro | 1 | -0/+2 |
| 2014-10-12 | take dname_external() into fs/dcache.c | Al Viro | 1 | -0/+5 |
| 2014-10-09 | dcache: Fix no spaces at the start of a line in dcache.c | Daeseok Youn | 1 | -4/+4 |
| 2014-10-09 | dcache.c: call ->d_prune() regardless of d_unhashed() | Al Viro | 1 | -1/+1 |
| 2014-10-09 | d_prune_alias(): just lock the parent and call __dentry_kill() | Al Viro | 1 | -14/+7 |
| 2014-10-09 | vfs: Make d_invalidate return void | Eric W. Biederman | 1 | -12/+3 |
| 2014-10-09 | vfs: Merge check_submounts_and_drop and d_invalidate | Eric W. Biederman | 1 | -33/+22 |
| 2014-10-09 | vfs: Lazily remove mounts on unlinked files and directories. | Eric W. Biederman | 1 | -27/+33 |
| 2014-10-09 | vfs: More precise tests in d_invalidate | Eric W. Biederman | 1 | -34/+4 |
| 2014-10-09 | vfs: Document the effect of d_revalidate on d_find_alias | Eric W. Biederman | 1 | -1/+2 |
| 2014-10-09 | Allow sharing external names after __d_move() | Al Viro | 1 | -16/+59 |
| 2014-09-29 | missing data dependency barrier in prepend_name() | Al Viro | 1 | -0/+5 |
| 2014-09-27 | vfs: Don't exchange "short" filenames unconditionally. | Mikhail Efremov | 1 | -9/+18 |
| 2014-09-27 | fold swapping ->d_name.hash into switch_names() | Linus Torvalds | 1 | -2/+1 |
| 2014-09-26 | fold unlocking the children into dentry_unlock_parents_for_move() | Al Viro | 1 | -5/+4 |
| 2014-09-26 | kill __d_materialise_dentry() | Al Viro | 1 | -44/+10 |
| 2014-09-26 | __d_materialise_dentry(): flip the order of arguments | Al Viro | 1 | -24/+20 |
| 2014-09-26 | __d_move(): fold manipulations with ->d_child/->d_subdirs | Al Viro | 1 | -5/+3 |
| 2014-09-26 | don't open-code d_rehash() in d_materialise_unique() | Al Viro | 1 | -5/+1 |
| 2014-09-26 | pull rehashing and unlocking the target dentry into __d_materialise_dentry() | Al Viro | 1 | -7/+4 |
| 2014-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+6 |
| 2014-09-13 | move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) | Al Viro | 1 | -2/+6 |
| 2014-09-13 | vfs: fix bad hashing of dentries | Linus Torvalds | 1 | -2/+1 |
| 2014-08-07 | fs: mark __d_obtain_alias static | Fengguang Wu | 1 | -1/+1 |
| 2014-08-07 | dcache: d_splice_alias should detect loops | J. Bruce Fields | 1 | -0/+5 |
| 2014-08-07 | dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED | J. Bruce Fields | 1 | -6/+3 |
| 2014-08-07 | dcache: remove unused d_find_alias parameter | J. Bruce Fields | 1 | -8/+5 |
| 2014-08-07 | dcache: d_obtain_alias callers don't all want DISCONNECTED | J. Bruce Fields | 1 | -20/+49 |
| 2014-08-07 | dcache: d_splice_alias should ignore DCACHE_DISCONNECTED | J. Bruce Fields | 1 | -4/+4 |
| 2014-08-07 | dcache: d_splice_alias mustn't create directory aliases | J. Bruce Fields | 1 | -2/+9 |
| 2014-08-07 | dcache: close d_move race in d_splice_alias | J. Bruce Fields | 1 | -1/+6 |
| 2014-08-07 | dcache: move d_splice_alias | J. Bruce Fields | 1 | -52/+52 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+3 |
| 2014-06-12 | lock_parent: don't step on stale ->d_parent of all-but-freed one | Al Viro | 1 | -1/+3 |
| 2014-06-06 | fs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -1/+1 |
| 2014-05-31 | dcache: add missing lockdep annotation | Linus Torvalds | 1 | -1/+1 |
| 2014-05-30 | dentry_kill() doesn't need the second argument now | Al Viro | 1 | -7/+4 |
| 2014-05-30 | dealing with the rest of shrink_dentry_list() livelock | Al Viro | 1 | -2/+20 |
| 2014-05-30 | shrink_dentry_list(): take parent's ->d_lock earlier | Al Viro | 1 | -12/+41 |
| 2014-05-29 | expand dentry_kill(dentry, 0) in shrink_dentry_list() | Al Viro | 1 | -13/+17 |
| 2014-05-29 | split dentry_kill() | Al Viro | 1 | -26/+36 |
| 2014-05-28 | lift the "already marked killed" case into shrink_dentry_list() | Al Viro | 1 | -6/+9 |
| 2014-05-03 | dcache: don't need rcu in shrink_dentry_list() | Miklos Szeredi | 1 | -23/+4 |
| 2014-05-03 | more graceful recovery in umount_collect() | Al Viro | 1 | -76/+25 |
| 2014-05-03 | don't remove from shrink list in select_collect() | Al Viro | 1 | -21/+10 |
| 2014-05-01 | dentry_kill(): don't try to remove from shrink list | Al Viro | 1 | -8/+19 |
| 2014-04-30 | expand the call of dentry_lru_del() in dentry_kill() | Al Viro | 1 | -1/+6 |
| 2014-04-30 | new helper: dentry_free() | Al Viro | 1 | -5/+10 |
| 2014-04-30 | fold try_prune_one_dentry() | Al Viro | 1 | -50/+25 |
| 2014-04-30 | fold d_kill() and d_free() | Al Viro | 1 | -52/+24 |
| 2014-04-19 | fix races between __d_instantiate() and checks of dentry flags | Al Viro | 1 | -2/+1 |
| 2014-04-08 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+1 |
| 2014-04-01 | vfs: add cross-rename | Miklos Szeredi | 1 | -9/+41 |
| 2014-03-31 | Merge tag 'v3.14' into drm-intel-next-queued | Daniel Vetter | 1 | -2/+2 |
| 2014-03-23 | make prepend_name() work correctly when called with negative *buflen | Al Viro | 1 | -2/+2 |
| 2014-03-16 | drm: add pseudo filesystem for shared inodes | David Herrmann | 1 | -0/+1 |
| 2014-01-26 | __dentry_path() fixes | Al Viro | 1 | -3/+6 |
| 2014-01-26 | vfs: Remove second variable named error in __dentry_path | Eric W. Biederman | 1 | -1/+0 |
| 2014-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+6 |
| 2013-12-12 | dcache: allow word-at-a-time name hashing with big-endian CPUs | Will Deacon | 1 | -1/+1 |
| 2013-11-26 | vfs: In d_path don't call d_dname on a mount point | Eric W. Biederman | 1 | -1/+6 |
| 2013-11-15 | fold try_to_ascend() into the sole remaining caller | Al Viro | 1 | -31/+18 |
| 2013-11-15 | dcache.c: get rid of pointless macros | Al Viro | 1 | -4/+2 |
| 2013-11-15 | take read_seqbegin_or_lock() and friends to seqlock.h | Al Viro | 1 | -29/+0 |
| 2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
| 2013-11-13 | prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts | Al Viro | 1 | -3/+6 |
| 2013-11-13 | fix unpaired rcu lock in prepend_path() | Li Zhong | 1 | -0/+4 |
| 2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -155/+187 |
| 2013-11-09 | dcache: don't clear DCACHE_DISCONNECTED too early | J. Bruce Fields | 1 | -1/+0 |
| 2013-11-09 | dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries | J. Bruce Fields | 1 | -4/+9 |
| 2013-11-09 | dcache: use IS_ROOT to decide where dentry is hashed | J. Bruce Fields | 1 | -1/+6 |
| 2013-11-09 | VFS: Put a small type field into struct dentry::d_flags | David Howells | 1 | -5/+37 |
| 2013-11-09 | fold __d_shrink() into its only remaining caller | Al Viro | 1 | -22/+10 |
| 2013-11-09 | RCU'd vfsmounts | Al Viro | 1 | -6/+14 |
| 2013-11-09 | switch shrink_dcache_for_umount() to use of d_walk() | Al Viro | 1 | -110/+85 |
| 2013-11-06 | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 1 | -2/+2 |
| 2013-10-31 | vfs: decrapify dput(), fix cache behavior under normal load | Linus Torvalds | 1 | -2/+3 |
| 2013-10-24 | vfs: introduce d_instantiate_no_diralias() | Miklos Szeredi | 1 | -0/+27 |
| 2013-10-24 | move taking vfsmount_lock down into prepend_path() | Al Viro | 1 | -9/+2 |
| 2013-10-22 | vfs: fix new kernel-doc warnings | Randy Dunlap | 1 | -8/+7 |
| 2013-09-15 | vfs: fix typo in comment in recent dentry work | Linus Torvalds | 1 | -1/+1 |
| 2013-09-13 | vfs: fix dentry LRU list handling and nr_dentry_unused accounting | Linus Torvalds | 1 | -27/+101 |
| 2013-09-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -98/+178 |
| 2013-09-12 | vfs: make d_path() get the root path under RCU | Linus Torvalds | 1 | -2/+14 |
| 2013-09-12 | vfs: use __getname/__putname for getcwd() system call | Linus Torvalds | 1 | -5/+5 |
| 2013-09-12 | vfs: don't copy things to user space holding the rcu readlock | Linus Torvalds | 1 | -1/+2 |
| 2013-09-12 | vfs: make getcwd() get the root and pwd path under rcu | Linus Torvalds | 1 | -11/+12 |
| 2013-09-12 | vfs: move get_fs_root_and_pwd() to single caller | Linus Torvalds | 1 | -0/+11 |
| 2013-09-12 | dcache: get/release read lock in read_seqbegin_or_lock() & friend | Waiman Long | 1 | -15/+16 |
| 2013-09-10 | fs: convert inode and dentry shrinking to be node aware | Dave Chinner | 1 | -3/+5 |
| 2013-09-10 | list_lru: remove special case function list_lru_dispose_all. | Glauber Costa | 1 | -20/+29 |
| 2013-09-10 | dcache: convert to use new lru list infrastructure | Dave Chinner | 1 | -92/+78 |
| 2013-09-10 | shrinker: convert superblock shrinkers to new API | Dave Chinner | 1 | -2/+5 |
| 2013-09-10 | dcache: remove dentries from LRU before putting on dispose list | Dave Chinner | 1 | -21/+78 |
| 2013-09-10 | dentry: move to per-sb LRU locks | Dave Chinner | 1 | -17/+16 |
| 2013-09-10 | dcache: convert dentry_stat.nr_unused to per-cpu counters | Dave Chinner | 1 | -3/+27 |
| 2013-09-10 | fs: bump inode and dentry counters to long | Glauber Costa | 1 | -4/+4 |
| 2013-09-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -76/+144 |
| 2013-09-09 | split read_seqretry_or_unlock(), convert d_walk() to resulting primitives | Al Viro | 1 | -33/+31 |
| 2013-09-09 | dcache: Translating dentry into pathname without taking rename_lock | Waiman Long | 1 | -63/+133 |
| 2013-09-08 | vfs: use lockred "dead" flag to mark unrecoverably dead dentries | Linus Torvalds | 1 | -7/+10 |
| 2013-09-08 | vfs: reorganize dput() memory accesses | Linus Torvalds | 1 | -10/+10 |
| 2013-09-05 | vfs: check unlinked ancestors before mount | Miklos Szeredi | 1 | -0/+33 |
| 2013-09-05 | vfs: check submounts and drop atomically | Miklos Szeredi | 1 | -0/+65 |
| 2013-09-05 | vfs: add d_walk() | Miklos Szeredi | 1 | -161/+148 |
| 2013-09-05 | vfs: restructure d_genocide() | Miklos Szeredi | 1 | -8/+4 |
| 2013-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+11 |
| 2013-09-03 | vfs: call d_op->d_prune() before unhashing dentry | Yan, Zheng | 1 | -2/+11 |
| 2013-09-02 | vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() | Linus Torvalds | 1 | -1/+1 |
| 2013-09-02 | vfs: use lockref_get_not_zero() for optimistic lockless dget_parent() | Waiman Long | 1 | -0/+15 |
| 2013-08-28 | vfs: make the dentry cache use the lockref infrastructure | Waiman Long | 1 | -34/+23 |
| 2013-08-24 | cope with potentially long ->d_dname() output for shmem/hugetlb | Al Viro | 1 | -0/+11 |
| 2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -43/+23 |
| 2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 1 | -17/+10 |
| 2013-06-29 | kill find_inode_number() | Al Viro | 1 | -29/+0 |
| 2013-06-29 | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n... | Al Viro | 1 | -0/+16 |
| 2013-06-14 | GFS2: Add atomic_open support | Steven Whitehouse | 1 | -2/+9 |
| 2013-05-04 | vfs: use list_move instead of list_del/list_add | Wei Yongjun | 1 | -2/+1 |
| 2013-05-04 | fs: remove dentry_lru_prune() | Yan, Zheng | 1 | -22/+9 |
| 2013-04-30 | fs/dcache.c: add cond_resched() to shrink_dcache_parent() | Greg Thelen | 1 | -1/+3 |
| 2013-03-26 | Nest rename_lock inside vfsmount_lock | Al Viro | 1 | -5/+11 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -6/+3 |
| 2013-02-26 | vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op | Jeff Layton | 1 | -0/+3 |
| 2013-02-26 | d_hash_and_lookup(): export, switch open-coded instances | Al Viro | 1 | -12/+11 |
| 2013-02-22 | __d_materialise_unique() is too generic | Al Viro | 1 | -14/+5 |
| 2013-02-22 | constify d_lookup() arguments | Al Viro | 1 | -1/+1 |
| 2013-02-22 | constify __d_lookup() arguments | Al Viro | 1 | -1/+1 |
| 2013-02-22 | vfs: remove d_path_with_unreachable | Jeff Layton | 1 | -31/+0 |
| 2012-12-20 | vfs: d_obtain_alias() needs to use "/" as default name. | NeilBrown | 1 | -1/+1 |
| 2012-12-20 | vfs: remove DCACHE_NEED_LOOKUP | Jeff Layton | 1 | -32/+1 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2012-09-29 | vfs: dcache: fix deadlock in tree traversal | Miklos Szeredi | 1 | -0/+6 |
| 2012-09-27 | trivial select_parent documentation fix | J. Bruce Fields | 1 | -1/+1 |
| 2012-09-26 | vfs: delete surplus inode NULL check | Alan Cox | 1 | -1/+1 |
| 2012-09-18 | vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() | Miklos Szeredi | 1 | -2/+2 |
| 2012-07-14 | __d_unalias() should refuse to move mountpoints | Al Viro | 1 | -4/+5 |
| 2012-07-14 | vfs: switch i_dentry/d_alias to hlist | Al Viro | 1 | -15/+18 |
| 2012-07-14 | get rid of ->mnt_longterm | Al Viro | 1 | -1/+1 |
| 2012-06-08 | Revert "vfs: stop d_splice_alias creating directory aliases" | Linus Torvalds | 1 | -6/+10 |
| 2012-05-30 | vfs: remove unused __d_splice_alias argument | J. Bruce Fields | 1 | -8/+5 |
| 2012-05-30 | vfs: stop d_splice_alias creating directory aliases | J. Bruce Fields | 1 | -2/+1 |
| 2012-05-29 | brlocks/lglocks: API cleanups | Andi Kleen | 1 | -2/+2 |
| 2012-05-24 | mm: add a low limit to alloc_large_system_hash | Tim Bird | 1 | -0/+2 |
| 2012-05-21 | Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu" | Linus Torvalds | 1 | -0/+2 |
| 2012-05-21 | vfs: be even more careful about dentry RCU name lookups | Linus Torvalds | 1 | -2/+15 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -9/+7 |
| 2012-05-10 | vfs: move dentry name length comparison from dentry_cmp() into callers | Linus Torvalds | 1 | -3/+6 |
| 2012-05-10 | vfs: do the careful dentry name access for all dentry_cmp cases | Linus Torvalds | 1 | -28/+26 |
| 2012-05-10 | vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu | Linus Torvalds | 1 | -2/+0 |
| 2012-05-04 | vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces | Linus Torvalds | 1 | -48/+104 |
| 2012-05-03 | vfs: make word-at-a-time accesses handle a non-existing page | Linus Torvalds | 1 | -4/+22 |
| 2012-03-28 | vfs: fix d_ancestor() case in d_materialize_unique | Michel Lespinasse | 1 | -1/+2 |
| 2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-22 | fs: fix kernel-doc warnings in dcache.c | Randy Dunlap | 1 | -1/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -24/+0 |
| 2012-03-20 | vfs: d_alloc_root() gone | Al Viro | 1 | -24/+0 |
| 2012-03-19 | Merge branch 'dcache-word-accesses' | Linus Torvalds | 1 | -0/+23 |
| 2012-03-19 | vfs: get rid of batshit-insane pointless dentry hash calculations | Linus Torvalds | 1 | -3/+3 |
| 2012-03-08 | vfs: use 'unsigned long' accesses for dcache name comparison and hashing | Linus Torvalds | 1 | -0/+23 |
| 2012-03-04 | vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.c | Linus Torvalds | 1 | -0/+20 |
| 2012-03-02 | vfs: trivial __d_lookup_rcu() cleanups | Linus Torvalds | 1 | -5/+8 |
| 2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
| 2012-02-13 | vfs: fix panic in __d_lookup() with high dentry hashtable counts | Dimitri Sivanich | 1 | -4/+4 |
| 2012-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -2/+9 |
| 2012-01-12 | vfs: export symbol d_find_any_alias() | Sage Weil | 1 | -2/+9 |
| 2012-01-10 | fix shrink_dcache_parent() livelock | Miklos Szeredi | 1 | -4/+11 |
| 2012-01-09 | vfs: new helper - d_make_root() | Al Viro | 1 | -0/+17 |
| 2012-01-09 | dcache: use a dispose list in select_parent | Dave Chinner | 1 | -42/+21 |
| 2012-01-03 | vfs: mnt_ns moved to struct mount | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: move mnt_mountpoint to struct mount | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: now it can be done - make mnt_parent point to struct mount | Al Viro | 1 | -3/+4 |
| 2012-01-03 | vfs: mnt_parent moved to struct mount | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: spread struct mount - mnt_has_parent | Al Viro | 1 | -1/+2 |
| 2012-01-03 | vfs: more mnt_parent cleanups | Al Viro | 1 | -25/+0 |
| 2012-01-03 | vfs: new internal helper: mnt_has_parent(mnt) | Al Viro | 1 | -3/+3 |
| 2011-12-06 | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API | Al Viro | 1 | -27/+44 |
| 2011-11-20 | VFS: Log the fact that we've given ELOOP rather than creating a loop | David Howells | 1 | -1/+10 |
| 2011-11-07 | vfs: d_invalidate() should leave mountpoints alone | Al Viro | 1 | -2/+4 |
| 2011-11-02 | vfs: add d_prune dentry operation | Sage Weil | 1 | -5/+35 |
| 2011-08-06 | vfs: renumber DCACHE_xyz flags, remove some stale ones | Linus Torvalds | 1 | -1/+1 |
| 2011-08-03 | fs/dcache.c: fix new kernel-doc warning | Randy Dunlap | 1 | -0/+1 |
| 2011-08-01 | VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock | David Howells | 1 | -17/+5 |
| 2011-08-01 | VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() | David Howells | 1 | -24/+24 |
| 2011-08-01 | VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() | David Howells | 1 | -3/+0 |
| 2011-07-26 | vfs: document locking requirements for d_move, __d_move and d_materialise_unique | Jeff Layton | 1 | -4/+7 |
| 2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -171/+91 |
| 2011-07-21 | vfs: drop conditional inode prefetch in __do_lookup_rcu | Linus Torvalds | 1 | -2/+0 |
| 2011-07-20 | Remove dead code in dget_parent() | Al Viro | 1 | -5/+0 |
| 2011-07-20 | switch d_add_ci() to d_splice_alias() in "found negative" case as well | Al Viro | 1 | -19/+5 |
| 2011-07-20 | superblock: introduce per-sb cache shrinker infrastructure | Dave Chinner | 1 | -109/+12 |
| 2011-07-20 | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) | Al Viro | 1 | -0/+3 |
| 2011-07-20 | Make ->d_sb assign-once and always non-NULL | Al Viro | 1 | -36/+39 |
| 2011-07-20 | fs: add a DCACHE_NEED_LOOKUP flag for d_flags | Josef Bacik | 1 | -2/+32 |