- e0ab7af hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS by George Spelvin · 8 years ago
- f2a031b Rename other copy of hash_string to hashlen_string by George Spelvin · 8 years ago
- 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
- 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
- 2a18da7a fs/namei.c: Improve dcache hash function by George Spelvin · 8 years ago
- fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 8 years ago
- 0b9210c Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
- f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
- 0fed3ac namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESS by George Spelvin · 9 years ago
- e4d35be Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
- 3c9fe8c vfs: add lookup_hash() helper by Miklos Szeredi · 8 years ago
- 9409e22 vfs: rename: check backing inode being equal by Miklos Szeredi · 8 years ago
- 9cf843e lookup_open(): lock the parent shared unless O_CREAT is given by Al Viro · 9 years ago
- 6fbd071 lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lookup hash by Al Viro · 9 years ago
- 12fa5e2 lookup_open(): expand the call of real_lookup() by Al Viro · 9 years ago
- 384f26e atomic_open(): reorder and clean up a bit by Al Viro · 9 years ago
- 1643b43 lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open() by Al Viro · 9 years ago
- b3d58ea atomic_open(): be paranoid about may_open() return value by Al Viro · 9 years ago
- 0fb1ea0 atomic_open(): delay open_to_namei_flags() until the method call by Al Viro · 9 years ago
- fe9ec82 do_last(): take fput() on error after opening to out: by Al Viro · 9 years ago
- 47f9dbd do_last(): get rid of duplicate ELOOP check by Al Viro · 9 years ago
- 55db2fd atomic_open(): massage the create_error logics a bit by Al Viro · 9 years ago
- 9d0728e atomic_open(): consolidate "overridden ENOENT" in open-yourself cases by Al Viro · 9 years ago
- 5249e41 atomic_open(): don't bother with EEXIST check - it's done in do_last() by Al Viro · 9 years ago
- df889b3 Merge branch 'for-linus' into work.lookups by Al Viro · 9 years ago
- ce8644f lookup_open(): expand the call of vfs_create() by Al Viro · 9 years ago
- 6ac0870 path_openat(): take O_PATH handling out of do_last() by Al Viro · 9 years ago
- 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 9 years ago
- d9171b9 parallel lookups machinery, part 4 (and last) by Al Viro · 9 years ago
- 94bdd65 parallel lookups machinery, part 3 by Al Viro · 9 years ago
- 85c7f81 beginning of transition to parallel lookups - marking in-lookup dentries by Al Viro · 9 years ago
- 1936386 lookup_slow(): bugger off on IS_DEADDIR() from the very beginning by Al Viro · 9 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- 05d1a71 ima: add support for creating files using the mknodat syscall by Mimi Zohar · 9 years ago
- 10c64ce atomic_open(): fix the handling of create_error by Al Viro · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- bfe8804d xfs: use ->readlink to implement the readlink_by_handle ioctl by Christoph Hellwig · 9 years ago
- b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
- 7500c38 fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()" by Al Viro · 9 years ago
- d360775 constify security_path_{mkdir,mknod,symlink} by Al Viro · 9 years ago
- 9d95afd kill dentry_unhash() by Al Viro · 9 years ago
- 949a852 namei: teach lookup_slow() to skip revalidate by Al Viro · 9 years ago
- e3c1392 namei: massage lookup_slow() to be usable by lookup_one_len_unlocked() by Al Viro · 9 years ago
- d6d95de lookup_one_len_unlocked(): use lookup_dcache() by Al Viro · 9 years ago
- 74ff0ff namei: simplify invalidation logics in lookup_dcache() by Al Viro · 9 years ago
- e9742b5 namei: change calling conventions for lookup_{fast,slow} and follow_managed() by Al Viro · 9 years ago
- 5d0f49c namei: untanlge lookup_fast() by Al Viro · 9 years ago
- 6c51e51 lookup_dcache(): lift d_alloc() into callers by Al Viro · 9 years ago
- 6583fe2 do_last(): reorder and simplify a bit by Al Viro · 9 years ago
- 5129fa4 do_last(): ELOOP failure exit should be done after leaving RCU mode by Al Viro · 9 years ago
- a7f7754 should_follow_link(): validate ->d_seq after having decided to follow by Al Viro · 9 years ago
- d456564 namei: ->d_inode of a pinned dentry is stable only for positives by Al Viro · 9 years ago
- c80567c do_last(): don't let a bogus return value from ->open() et.al. to confuse us by Al Viro · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- bbddca8 nfsd: don't hold i_mutex over userspace upcalls by NeilBrown · 9 years ago
- 62fb4a1 don't carry MAY_OPEN in op->acc_mode by Al Viro · 9 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- d3883d4 teach page_get_link() to work in RCU mode by Al Viro · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- e1a63bb restore_nameidata(): no need to clear now->stack by Al Viro · 9 years ago
- 248fb5b namei.c: take "jump to root" into a new helper by Al Viro · 9 years ago
- ef55d91 path_init(): set nd->inode earlier in cwd-relative case by Al Viro · 9 years ago
- 9e6697e namei.c: fold set_root_rcu() into set_root() by Al Viro · 9 years ago
- 57e3715 typo in fs/namei.c comment by Mike Marshall · 9 years ago
- aa80dea namei: page_getlink() and page_follow_link_light() are the same thing by Al Viro · 9 years ago
- 2788cc4 Don't reset ->total_link_count on nested calls of vfs_path_lookup() by Al Viro · 9 years ago
- ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
- 6de29ccb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
- f2ca379 namei: permit linking with CAP_FOWNER in userns by Dirk Steinmetz · 9 years ago
- daf3761 namei: results of d_is_negative() should be checked after dentry revalidation by Trond Myklebust · 9 years ago
- a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
- 2a78b85 namei: fix warning while make xmldocs caused by namei.c by Masanari Iida · 9 years ago
- 397d425 vfs: Test for and handle paths that are unreachable from their mnt_root by Eric W. Biederman · 9 years ago
- aa65fa3 may_follow_link() should use nd->inode by Al Viro · 9 years ago
- 97242f9 link_path_walk(): be careful when failing with ENOTDIR by Al Viro · 9 years ago
- 06d7137 namei: make set_root_rcu() return void by Al Viro · 9 years ago
- b853a16 turn user_{path_at,path,lpath,path_dir}() into static inlines by Al Viro · 9 years ago
- 9883d18 namei: move saved_nd pointer into struct nameidata by Al Viro · 9 years ago
- 520ae68 inline user_path_create() by Al Viro · 9 years ago
- a2ec4a2 inline user_path_parent() by Al Viro · 9 years ago
- 76ae2a5 namei: trim do_last() arguments by Al Viro · 9 years ago
- c8a53ee namei: stash dfd and name into nameidata by Al Viro · 9 years ago
- 102b8af namei: fold path_cleanup() into terminate_walk() by Al Viro · 9 years ago
- 5c31b6c namei: saner calling conventions for filename_parentat() by Al Viro · 9 years ago
- 181c37b namei: saner calling conventions for filename_create() by Al Viro · 9 years ago
- 391172c namei: shift nameidata down into filename_parentat() by Al Viro · 10 years ago
- abc9f5b namei: make filename_lookup() reject ERR_PTR() passed as name by Al Viro · 9 years ago
- 9ad1aaa namei: shift nameidata inside filename_lookup() by Al Viro · 9 years ago
- e4bd1c1 namei: move putname() call into filename_lookup() by Al Viro · 9 years ago
- 625b6d1 namei: pass the struct path to store the result down into path_lookupat() by Al Viro · 9 years ago
- 18d8c86 namei: uninline set_root{,_rcu}() by Al Viro · 9 years ago
- aed434a namei: be careful with mountpoint crossings in follow_dotdot_rcu() by Al Viro · 9 years ago
- 5a8d87e namei: unlazy_walk() doesn't need to mess with current->fs anymore by Al Viro · 9 years ago