| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -40/+15 |
| 2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro | 1 | -2/+2 |
| 2016-07-29 | fold _d_rehash() and __d_rehash() together | Al Viro | 1 | -23/+11 |
| 2016-07-29 | fold dentry_rcuwalk_invalidate() into its only remaining caller | Al Viro | 1 | -15/+2 |
| 2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -139/+69 |
| 2016-07-28 | Merge branch 'salted-string-hash' | Linus Torvalds | 1 | -13/+10 |
| 2016-07-24 | fs/dcache.c: avoid soft-lockup in dput() | Wei Fang | 1 | -2/+5 |
| 2016-07-24 | vfs: new d_init method | Miklos Szeredi | 1 | -0/+11 |
| 2016-07-24 | Merge branch 'test.d_iput' into work.misc | Al Viro | 1 | -35/+10 |
| 2016-07-20 | qstr constify instances in fs/dcache.c | Al Viro | 1 | -2/+2 |
| 2016-06-30 | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere... | Al Viro | 1 | -3/+0 |
| 2016-06-30 | new helper: d_same_name() | Al Viro | 1 | -91/+36 |
| 2016-06-30 | dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends() | He Kuang | 1 | -4/+3 |
| 2016-06-30 | Merge branch 'for-linus' into work.misc | Al Viro | 1 | -13/+66 |
| 2016-06-30 | vfs: merge .d_select_inode() into .d_real() | Miklos Szeredi | 1 | -3/+0 |
| 2016-06-20 | fix idiotic braino in d_alloc_parallel() | Al Viro | 1 | -5/+12 |
| 2016-06-11 | fs/dcache.c: Save one 32-bit multiply in dcache lookup | George Spelvin | 1 | -1/+1 |
| 2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 1 | -12/+9 |
| 2016-06-10 | much milder d_walk() race | Al Viro | 1 | -6/+52 |
| 2016-06-07 | fix d_walk()/non-delayed __d_free() race | Al Viro | 1 | -2/+2 |
| 2016-05-29 | unify dentry_iput() and dentry_unlink_inode() | Al Viro | 1 | -35/+10 |
| 2016-05-29 | trim fsnotify hooks a bit | Al Viro | 1 | -4/+4 |
| 2016-05-28 | Merge branch 'hash' of git://ftp.sciencehorizons.net/linux | Linus Torvalds | 1 | -2/+1 |
| 2016-05-28 | fs/namei.c: Add hashlen_string() function | George Spelvin | 1 | -2/+1 |
| 2016-05-18 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+7 |
| 2016-05-02 | parallel lookups: actual switch to rwsem | Al Viro | 1 | -4/+5 |
| 2016-05-02 | parallel lookups machinery, part 4 (and last) | Al Viro | 1 | -20/+74 |
| 2016-05-02 | parallel lookups machinery, part 3 | Al Viro | 1 | -0/+104 |
| 2016-05-02 | parallel lookups machinery, part 2 | Al Viro | 1 | -2/+32 |
| 2016-05-02 | beginning of transition to parallel lookups - marking in-lookup dentries | Al Viro | 1 | -0/+13 |
| 2016-05-02 | __d_add(): don't drop/regain ->d_lock | Al Viro | 1 | -3/+11 |
| 2016-05-02 | security_d_instantiate(): move to the point prior to attaching dentry to inode | Al Viro | 1 | -8/+7 |
| 2016-03-27 | __d_alloc(): treat NULL name as QSTR("/", 1) | Al Viro | 1 | -6/+7 |
| 2016-03-26 | fs: add file_dentry() | Miklos Szeredi | 1 | -1/+4 |
| 2016-03-14 | dcache.c: new helper: __d_add() | Al Viro | 1 | -7/+17 |
| 2016-03-14 | don't bother with __d_instantiate(dentry, NULL) | Al Viro | 1 | -10/+7 |
| 2016-03-14 | untangle fsnotify_d_instantiate() a bit | Al Viro | 1 | -1/+2 |
| 2016-03-14 | uninline d_add() | Al Viro | 1 | -0/+16 |
| 2016-03-14 | replace d_add_unique() with saner primitive | Al Viro | 1 | -75/+50 |
| 2016-02-29 | use ->d_seq to get coherency between ->d_inode and ->d_flags | Al Viro | 1 | -15/+5 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -2/+3 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+7 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -1/+1 |
| 2015-12-06 | fs/dcache.c: is_subdir can be boolean | Yaowei Bai | 1 | -7/+7 |
| 2015-08-21 | dcache: Reduce the scope of i_lock in d_splice_alias | Eric W. Biederman | 1 | -4/+3 |
| 2015-08-21 | dcache: Handle escaped paths in prepend_path | Eric W. Biederman | 1 | -0/+7 |
| 2015-08-07 | fs, file table: reinit files_stat.max_files after deferred memory initialisation | Mel Gorman | 1 | -10/+3 |
| 2015-07-12 | freeing unlinked file indefinitely delayed | Al Viro | 1 | -2/+5 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+4 |
| 2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -11/+0 |
| 2015-07-01 | vfs: Remove incorrect debugging WARN in prepend_path | Eric W. Biederman | 1 | -11/+0 |
| 2015-06-22 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -8/+8 |
| 2015-06-19 | overlayfs: Make f_path always point to the overlay and f_inode to the underlay | David Howells | 1 | -1/+4 |
| 2015-06-19 | seqcount: Rename write_seqcount_barrier() | Peter Zijlstra | 1 | -8/+8 |
| 2015-05-28 | d_walk() might skip too much | Al Viro | 1 | -4/+4 |
| 2015-04-15 | VFS: Impose ordering on accesses of d_inode and d_flags | David Howells | 1 | -8/+39 |
| 2015-04-11 | dcache: return -ESTALE not -EBUSY on distributed fs race | J. Bruce Fields | 1 | -1/+1 |
| 2015-02-22 | VFS: Split DCACHE_FILE_TYPE into regular and special types | David Howells | 1 | -5/+13 |
| 2015-02-22 | VFS: Add a fallthrough flag for marking virtual dentries | David Howells | 1 | -1/+18 |
| 2015-02-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -35/+114 |
| 2015-02-13 | fs: dcache: manually unpoison dname after allocation to shut up kasan's reports | Andrey Ryabinin | 1 | -0/+5 |
| 2015-02-12 | list_lru: add helpers to isolate items | Vladimir Davydov | 1 | -10/+11 |
| 2015-02-12 | list_lru: introduce list_lru_shrink_{count,walk} | Vladimir Davydov | 1 | -8/+6 |
| 2015-01-25 | dcache: let the dentry count go down to zero without taking d_lock | Linus Torvalds | 1 | -4/+114 |
| 2015-01-25 | kill d_validate() | Al Viro | 1 | -31/+0 |
| 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 |