aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAge
* vfs: add i_op->atomic_open()Miklos Szeredi2012-07-14
* vfs: lookup_open(): expand lookup_hash()Miklos Szeredi2012-07-14
* vfs: add lookup_open()Miklos Szeredi2012-07-14
* vfs: do_last(): common slow lookupMiklos Szeredi2012-07-14
* vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi2012-07-14
* vfs: do_last(): inline lookup_slow()Miklos Szeredi2012-07-14
* namei.c: let follow_link() do put_link() on failureAl Viro2012-07-14
* vfs: retry last component if opening stale dentryMiklos Szeredi2012-06-01
* vfs: do_last() common post lookupMiklos Szeredi2012-06-01
* vfs: do_last(): add audit_inode before openMiklos Szeredi2012-06-01
* vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi2012-06-01
* vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi2012-06-01
* vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi2012-06-01
* vfs: make follow_link check RCU safeMiklos Szeredi2012-06-01
* vfs: do_last(): use inode variableMiklos Szeredi2012-06-01
* vfs: do_last(): inline walk_component()Miklos Szeredi2012-06-01
* vfs: do_last(): make exit RCU safeMiklos Szeredi2012-06-01
* vfs: split do_lookup()Miklos Szeredi2012-06-01
* brlocks/lglocks: API cleanupsAndi Kleen2012-05-29
* word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-24
|\
| * kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\ \ | |/ |/|
| * userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-03
| * userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-07
| * vfs: Don't allow a user namespace root to make device nodesEric W. Biederman2012-04-03
* | Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds2012-05-21
|\ \
| * | vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds2012-05-04
* | | Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds2012-05-21
|\ \ \ | |/ / |/| |
| * | VFS: clean up and simplify getname_flags()Linus Torvalds2012-04-28
* | | vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds2012-05-03
|/ /
* / Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2012-04-06
|/
* vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields2012-03-31
* vfs: split __lookup_hashMiklos Szeredi2012-03-31
* untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro2012-03-31
* untangling do_lookup() - switch to calling __lookup_hash()Al Viro2012-03-31
* untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro2012-03-31
* untangling do_lookup() - merge failure exits in !dentry caseAl Viro2012-03-31
* untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro2012-03-31
* untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro2012-03-31
* untangling do_lookup() - eliminate a loop.Al Viro2012-03-31
* untangling do_lookup() - expand the area under ->i_mutexAl Viro2012-03-31
* untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro2012-03-31
* vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi2012-03-31
* vfs: don't revalidate just looked up dentryMiklos Szeredi2012-03-31
* vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi2012-03-31
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* | vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds2012-03-22
* | vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds2012-03-22