| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2011-07-14 | fix loop checks in d_materialise_unique() | Al Viro | 1 | -17/+34 |
| 2011-05-25 | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 1 | -2/+6 |
| 2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds | 1 | -0/+1 |
| 2011-04-25 | add hlist_bl_lock/unlock helpers | Christoph Hellwig | 1 | -16/+6 |
| 2011-04-24 | vfs: get rid of insane dentry hashing rules | Linus Torvalds | 1 | -26/+16 |
| 2011-04-23 | vfs: get rid of 'struct dcache_hash_bucket' abstraction | Linus Torvalds | 1 | -24/+21 |
| 2011-04-15 | vfs: fix incorrect dentry_update_name_case() BUG_ON() test | Linus Torvalds | 1 | -1/+1 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+3 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
| 2011-03-18 | fs: call security_d_instantiate in d_obtain_alias V2 | Josef Bacik | 1 | -0/+3 |
| 2011-03-15 | VFS: Fix the nfs sillyrename regression in kernel 2.6.38 | Trond Myklebust | 1 | -1/+6 |
| 2011-03-15 | dcache.c: create helper function for duplicated functionality | Linus Torvalds | 1 | -51/+37 |
| 2011-03-10 | fs/dcache: allow d_obtain_alias() to return unhashed dentries | J. Bruce Fields | 1 | -2/+24 |
| 2011-02-17 | fs: update comments to point correct document | Namhyung Kim | 1 | -2/+2 |
| 2011-01-22 | fs: fix new dcache.c kernel-doc warnings | Randy Dunlap | 1 | -1/+3 |
| 2011-01-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+4 |
| 2011-01-15 | Add a dentry op to handle automounting rather than abusing follow_link() | David Howells | 1 | -1/+4 |
| 2011-01-14 | Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE() | Linus Torvalds | 1 | -2/+2 |
| 2011-01-12 | fs: fix kernel-doc for dcache::prepend_path | Randy Dunlap | 1 | -2/+1 |
| 2011-01-12 | fs: fix kernel-doc for dcache::d_validate | Randy Dunlap | 1 | -1/+1 |
| 2011-01-12 | per-superblock default ->d_op | Al Viro | 1 | -0/+4 |
| 2011-01-07 | fs: implement faster dentry memcmp | Nick Piggin | 1 | -9/+3 |
| 2011-01-07 | fs: prefetch inode data in dcache lookup | Nick Piggin | 1 | -0/+3 |
| 2011-01-07 | fs: improve scalability of pseudo filesystems | Nick Piggin | 1 | -0/+12 |
| 2011-01-07 | fs: dcache per-inode inode alias locking | Nick Piggin | 1 | -41/+47 |
| 2011-01-07 | fs: dcache per-bucket dcache hash locking | Nick Piggin | 1 | -50/+83 |
| 2011-01-07 | fs: cache optimise dentry and inode for rcu-walk | Nick Piggin | 1 | -2/+0 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -4/+26 |
| 2011-01-07 | fs: dcache remove d_mounted | Nick Piggin | 1 | -1/+0 |
| 2011-01-07 | fs: rcu-walk for path lookup | Nick Piggin | 1 | -22/+181 |
| 2011-01-07 | fs: consolidate dentry kill sequence | Nick Piggin | 1 | -74/+61 |
| 2011-01-07 | fs: use RCU in shrink_dentry_list to reduce lock nesting | Nick Piggin | 1 | -21/+25 |
| 2011-01-07 | fs: reduce dcache_inode_lock width in lru scanning | Nick Piggin | 1 | -8/+8 |
| 2011-01-07 | fs: dcache reduce prune_one_dentry locking | Nick Piggin | 1 | -12/+15 |
| 2011-01-07 | fs: dcache reduce d_parent locking | Nick Piggin | 1 | -9/+12 |
| 2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin | 1 | -25/+11 |
| 2011-01-07 | fs: dcache reduce dcache_inode_lock | Nick Piggin | 1 | -12/+12 |
| 2011-01-07 | fs: dcache reduce locking in d_alloc | Nick Piggin | 1 | -2/+4 |
| 2011-01-07 | fs: dcache reduce dput locking | Nick Piggin | 1 | -29/+23 |
| 2011-01-07 | fs: dcache avoid starvation in dcache multi-step operations | Nick Piggin | 1 | -14/+42 |
| 2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -140/+20 |
| 2011-01-07 | fs: Use rename lock and RCU for multi-step operations | Nick Piggin | 1 | -23/+111 |
| 2011-01-07 | fs: increase d_name lock coverage | Nick Piggin | 1 | -2/+12 |
| 2011-01-07 | fs: scale inode alias list | Nick Piggin | 1 | -8/+58 |
| 2011-01-07 | fs: dcache scale subdirs | Nick Piggin | 1 | -74/+174 |
| 2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 1 | -24/+50 |
| 2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin | 1 | -24/+82 |
| 2011-01-07 | fs: dcache scale lru | Nick Piggin | 1 | -28/+84 |
| 2011-01-07 | fs: dcache scale hash | Nick Piggin | 1 | -11/+62 |
| 2011-01-07 | hostfs: simplify locking | Nick Piggin | 1 | -2/+13 |
| 2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 1 | -1/+3 |
| 2011-01-07 | fs: name case update method | Nick Piggin | 1 | -0/+27 |
| 2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -2/+0 |
| 2011-01-07 | fs: use fast counters for vfs caches | Nick Piggin | 1 | -6/+13 |
| 2011-01-07 | vfs: revert per-cpu nr_unused counters for dentry and inodes | Nick Piggin | 1 | -11/+5 |
| 2011-01-07 | fs: d_validate fixes | Nick Piggin | 1 | -18/+7 |
| 2011-01-05 | Revert "fs: use RCU read side protection in d_validate" | Nick Piggin | 1 | -12/+19 |
| 2010-10-25 | fs: use RCU read side protection in d_validate | Christoph Hellwig | 1 | -19/+12 |
| 2010-10-25 | fs: clean up dentry lru modification | Christoph Hellwig | 1 | -26/+23 |
| 2010-10-25 | fs: split __shrink_dcache_sb | Christoph Hellwig | 1 | -60/+67 |
| 2010-10-25 | fs: improve DCACHE_REFERENCED usage | Nick Piggin | 1 | -3/+6 |
| 2010-10-25 | fs: use percpu counter for nr_dentry and nr_dentry_unused | Christoph Hellwig | 1 | -19/+32 |
| 2010-10-25 | fs: simplify __d_free | Christoph Hellwig | 1 | -9/+5 |
| 2010-10-25 | fs: take dcache_lock inside __d_path | Christoph Hellwig | 1 | -2/+4 |
| 2010-08-18 | fs: brlock vfsmount_lock | Nick Piggin | 1 | -5/+6 |
| 2010-08-18 | fs: remove extra lookup in __lookup_hash | Nick Piggin | 1 | -25/+35 |
| 2010-08-14 | fs/dcache: fix function param name in kernel-doc | Randy Dunlap | 1 | -1/+1 |
| 2010-08-11 | vfs: show unreachable paths in getcwd and proc | Miklos Szeredi | 1 | -4/+50 |
| 2010-08-11 | vfs: only add " (deleted)" where necessary | Miklos Szeredi | 1 | -10/+22 |
| 2010-08-11 | vfs: add prepend_path() helper | Miklos Szeredi | 1 | -36/+58 |
| 2010-08-11 | vfs: __d_path: dont prepend the name of the root dentry | Miklos Szeredi | 1 | -3/+9 |
| 2010-08-11 | vfs: add helpers to get root and pwd | Miklos Szeredi | 1 | -10/+2 |
| 2010-08-09 | no need for list_for_each_entry_safe()/resetting with superblock list | Al Viro | 1 | -5/+7 |
| 2010-08-09 | new helper: __dentry_path() | Al Viro | 1 | -5/+22 |
| 2010-07-19 | mm: add context argument to shrinker callback | Dave Chinner | 1 | -1/+1 |
| 2010-06-29 | fs: fix superblock iteration race | npiggin@suse.de | 1 | -0/+2 |
| 2010-05-21 | fix prune_dcache()/umount() race | Al Viro | 1 | -11/+6 |
| 2010-05-21 | Leave superblocks on s_list until the end | Al Viro | 1 | -0/+2 |
| 2010-05-21 | clean DCACHE_CANT_MOUNT in d_delete() | Al Viro | 1 | -0/+1 |
| 2010-03-03 | fix race in d_splice_alias() | Al Viro | 1 | -1/+0 |
| 2010-03-03 | New helper: path_is_under(path1, path2) | Al Viro | 1 | -0/+24 |
| 2010-03-03 | fs/dcache.c: CodingStyle cleanup | H Hartley Sweeten | 1 | -23/+22 |
| 2009-12-16 | libfs: move EXPORT_SYMBOL for d_alloc_name | H Hartley Sweeten | 1 | -0/+1 |
| 2009-07-18 | sched: Pull up the might_sleep() check into cond_resched() | Frederic Weisbecker | 1 | -0/+1 |
| 2009-06-11 | dcache: extrace and use d_unlinked() | Alexey Dobriyan | 1 | -4/+3 |
| 2009-05-09 | fs: dcache fix LRU ordering | npiggin@suse.de | 1 | -1/+1 |
| 2009-04-20 | No need for crossing to mountpoint in audit_tag_tree() | Al Viro | 1 | -1/+0 |
| 2009-03-31 | Trim includes of fdtable.h | Al Viro | 1 | -1/+0 |
| 2009-03-31 | Get rid of indirect include of fs_struct.h | Al Viro | 1 | -0/+1 |
| 2009-03-27 | cleanup d_add_ci | Christoph Hellwig | 1 | -30/+18 |
| 2009-02-27 | EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL | Benny Halevy | 1 | -1/+1 |
| 2009-01-14 | [CVE-2009-0029] System call wrappers part 20 | Heiko Carstens | 1 | -1/+1 |
| 2009-01-08 | generic swap(): dcache: use swap() instead of private do_switch() | Wu Fengguang | 1 | -9/+5 |
| 2008-12-31 | filp_cachep can be static in fs/file_table.c | Eric Dumazet | 1 | -6/+0 |
| 2008-12-31 | expand some comments (d_path / seq_path) | Arjan van de Ven | 1 | -2/+6 |
| 2008-12-31 | correct wrong function name of d_put in kernel document and source comment | Zhaolei | 1 | -1/+1 |
| 2008-12-31 | fix switch_names() breakage in short-to-short case | Al Viro | 1 | -2/+3 |
| 2008-12-31 | shrink struct dentry | Nick Piggin | 1 | -4/+0 |
| 2008-10-23 | [PATCH] fs: add a sanity check in d_free | Arjan van de Ven | 1 | -0/+1 |
| 2008-10-23 | [PATCH] fs/dcache.c: update comment of d_validate() | Qinghuang Feng | 1 | -2/+0 |
| 2008-10-23 | [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate() | OGAWA Hirofumi | 1 | -1/+0 |
| 2008-10-23 | [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper | OGAWA Hirofumi | 1 | -15/+16 |
| 2008-10-23 | [PATCH vfs-2.6 2/6] vfs: add d_ancestor() | OGAWA Hirofumi | 1 | -22/+23 |
| 2008-10-23 | [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT() | OGAWA Hirofumi | 1 | -9/+12 |
| 2008-10-23 | [PATCH] kill d_alloc_anon | Christoph Hellwig | 1 | -71/+37 |
| 2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 1 | -5/+5 |
| 2008-10-23 | [PATCH] new helper: d_obtain_alias | Christoph Hellwig | 1 | -0/+35 |
| 2008-09-29 | Fix NULL pointer dereference in proc_sys_compare | Linus Torvalds | 1 | -4/+6 |
| 2008-08-25 | [PATCH] change d_add_ci argument ordering | Christoph Hellwig | 1 | -1/+1 |
| 2008-07-28 | dcache: Add case-insensitive support d_ci_add() routine | Barry Naujok | 1 | -0/+102 |
| 2008-07-26 | vfs: add cond_resched_lock while scanning dentry LRU lists | Kentaro Makita | 1 | -0/+1 |
| 2008-07-24 | fix soft lock up at NFS mount via per-SB LRU-list of unused dentries | Kentaro Makita | 1 | -155/+180 |
| 2008-06-23 | [patch 2/3] vfs: dcache cleanups | Miklos Szeredi | 1 | -17/+14 |
| 2008-06-23 | [patch 1/3] vfs: dcache sparse fixes | Miklos Szeredi | 1 | -11/+12 |
| 2008-06-23 | [patch 3/3] vfs: make d_path() consistent across mount operations | Andreas Gruenbacher | 1 | -5/+7 |
| 2008-06-23 | [patch 2/4] fs: make struct file arg to d_path const | Jan Engelhardt | 1 | -1/+1 |
| 2008-04-23 | [patch 2/7] vfs: mountinfo: add seq_file_root() | Miklos Szeredi | 1 | -8/+16 |
| 2008-04-23 | [patch 1/7] vfs: mountinfo: add dentry_path() | Ram Pai | 1 | -24/+66 |
| 2008-02-14 | dentries: Extract common code to remove dentry from lru | Christoph Lameter | 1 | -28/+14 |
| 2008-02-14 | d_path: Make d_path() use a struct path | Jan Blunck | 1 | -7/+5 |
| 2008-02-14 | d_path: kerneldoc cleanup | Jan Blunck | 1 | -3/+16 |
| 2008-02-14 | One less parameter to __d_path | Jan Blunck | 1 | -7/+5 |
| 2008-02-14 | Use struct path in fs_struct | Jan Blunck | 1 | -19/+15 |
| 2008-02-06 | inotify: remove debug code | Nick Piggin | 1 | -3/+0 |
| 2008-02-06 | fs: use hlist_unhashed | Akinobu Mita | 1 | -1/+1 |
| 2007-10-22 | dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd> | J. Bruce Fields | 1 | -0/+2 |
| 2007-10-21 | [PATCH] audit: watching subtrees | Al Viro | 1 | -1/+1 |
| 2007-10-17 | vfs: use the predefined d_unhashed inline function instead | Denis Cheng | 1 | -1/+1 |
| 2007-10-17 | shrink_dcache_sb speedup | Denis V. Lunev | 1 | -3/+3 |
| 2007-10-17 | dcache: trivial comment fix | J. Bruce Fields | 1 | -2/+2 |
| 2007-10-17 | clean out unused code in dentry pruning | Miklos Szeredi | 1 | -14/+10 |
| 2007-10-17 | fs: remove the unused mempages parameter | Denis Cheng | 1 | -4/+4 |
| 2007-10-16 | Group short-lived and reclaimable kernel allocations | Mel Gorman | 1 | -1/+1 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -2/+2 |
| 2007-07-17 | mm: clean up and kernelify shrinker registration | Rusty Russell | 1 | -1/+6 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |