Commit Graph

225 Commits (e1a7eb08ee097e97e928062a242b0de5b2599a11)

Author SHA1 Message Date
Michel Lespinasse b18dafc86b vfs: fix d_ancestor() case in d_materialize_unique 13 years ago
Randy Dunlap 1f1e6e523e fs: fix kernel-doc warnings in dcache.c 13 years ago
Al Viro 32991ab305 vfs: d_alloc_root() gone 13 years ago
Linus Torvalds 6d7d1a0dc7 vfs: get rid of batshit-insane pointless dentry hash calculations 13 years ago
Linus Torvalds bfcfaa77bd vfs: use 'unsigned long' accesses for dcache name comparison and hashing 13 years ago
Linus Torvalds 5483f18e98 vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.c 13 years ago
Linus Torvalds 8966be9030 vfs: trivial __d_lookup_rcu() cleanups 13 years ago
Paul Gortmaker 630d9c4727 fs: reduce the use of module.h wherever possible 13 years ago
Dimitri Sivanich 074b85175a vfs: fix panic in __d_lookup() with high dentry hashtable counts 13 years ago
Sage Weil 46f72b3492 vfs: export symbol d_find_any_alias() 13 years ago
Miklos Szeredi eaf5f90735 fix shrink_dcache_parent() livelock 13 years ago
Al Viro adc0e91ab1 vfs: new helper - d_make_root() 13 years ago
Dave Chinner b48f03b319 dcache: use a dispose list in select_parent 13 years ago
Al Viro 143c8c91ce vfs: mnt_ns moved to struct mount 13 years ago
Al Viro a73324da7a vfs: move mnt_mountpoint to struct mount 13 years ago
Al Viro 0714a53380 vfs: now it can be done - make mnt_parent point to struct mount 13 years ago
Al Viro 3376f34fff vfs: mnt_parent moved to struct mount 13 years ago
Al Viro 676da58df7 vfs: spread struct mount - mnt_has_parent 13 years ago
Al Viro afac7cba7e vfs: more mnt_parent cleanups 13 years ago
Al Viro b2dba1af3c vfs: new internal helper: mnt_has_parent(mnt) 13 years ago
Al Viro 02125a8264 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API 13 years ago
David Howells dd179946db VFS: Log the fact that we've given ELOOP rather than creating a loop 13 years ago
Al Viro 50e696308c vfs: d_invalidate() should leave mountpoints alone 13 years ago
Sage Weil f0023bc617 vfs: add d_prune dentry operation 13 years ago
Linus Torvalds 830c0f0edc vfs: renumber DCACHE_xyz flags, remove some stale ones 14 years ago
Randy Dunlap 2af1416265 fs/dcache.c: fix new kernel-doc warning 14 years ago
David Howells 43c1c9cd24 VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock 14 years ago
David Howells c6627c60c0 VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() 14 years ago
David Howells 35f40ef002 VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() 14 years ago
Jeff Layton c46c887744 vfs: document locking requirements for d_move, __d_move and d_materialise_unique 14 years ago
Linus Torvalds b91da88fed vfs: drop conditional inode prefetch in __do_lookup_rcu 14 years ago
Al Viro 86c98e8cdb Remove dead code in dget_parent() 14 years ago
Al Viro 4513d899c4 switch d_add_ci() to d_splice_alias() in "found negative" case as well 14 years ago
Dave Chinner b0d40c92ad superblock: introduce per-sb cache shrinker infrastructure 14 years ago
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 14 years ago
Al Viro a4464dbc0c Make ->d_sb assign-once and always non-NULL 14 years ago
Josef Bacik 44396f4b5c fs: add a DCACHE_NEED_LOOKUP flag for d_flags 14 years ago
Al Viro 1836750115 fix loop checks in d_materialise_unique() 14 years ago
Ying Han 1495f230fa vmscan: change shrinker API by passing shrink_control struct 14 years ago
Linus Torvalds 268bb0ce3e sanitize <linux/prefetch.h> usage 14 years ago
Christoph Hellwig 1879fd6a26 add hlist_bl_lock/unlock helpers 14 years ago
Linus Torvalds dea3667bc3 vfs: get rid of insane dentry hashing rules 14 years ago
Linus Torvalds b07ad9967f vfs: get rid of 'struct dcache_hash_bucket' abstraction 14 years ago
Linus Torvalds 7ebfa57f6d vfs: fix incorrect dentry_update_name_case() BUG_ON() test 14 years ago
Josef Bacik 24ff6663cc fs: call security_d_instantiate in d_obtain_alias V2 14 years ago
Trond Myklebust c83ce989cb VFS: Fix the nfs sillyrename regression in kernel 2.6.38 14 years ago
Linus Torvalds c826cb7dfc dcache.c: create helper function for duplicated functionality 14 years ago
J. Bruce Fields d891eedbc3 fs/dcache: allow d_obtain_alias() to return unhashed dentries 14 years ago
Namhyung Kim b0a4bb830e fs: update comments to point correct document 14 years ago
Randy Dunlap ff5fdb6149 fs: fix new dcache.c kernel-doc warnings 14 years ago