summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
...
* kill struct opendataAl Viro2012-07-141-23/+25
* kill opendata->{mnt,dentry}Al Viro2012-07-141-9/+6Star
* make ->atomic_open() return intAl Viro2012-07-141-6/+8
* don't modify od->filp at allAl Viro2012-07-141-3/+1Star
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-16/+17
* vfs: move O_DIRECT check to common codeMiklos Szeredi2012-07-141-12/+5Star
* vfs: do_last(): clean up retryMiklos Szeredi2012-07-141-15/+21
* vfs: do_last(): clean up boolMiklos Szeredi2012-07-141-14/+14
* vfs: do_last(): clean up labelsMiklos Szeredi2012-07-141-5/+5
* vfs: do_last(): clean up error handlingMiklos Szeredi2012-07-141-15/+8Star
* vfs: remove open intents from nameidataMiklos Szeredi2012-07-141-50/+45Star
* vfs: add i_op->atomic_open()Miklos Szeredi2012-07-141-2/+201
* vfs: lookup_open(): expand lookup_hash()Miklos Szeredi2012-07-141-1/+11
* vfs: add lookup_open()Miklos Szeredi2012-07-141-38/+61
* vfs: do_last(): common slow lookupMiklos Szeredi2012-07-141-22/+5Star
* vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi2012-07-141-16/+17
* vfs: do_last(): inline lookup_slow()Miklos Szeredi2012-07-141-2/+15
* namei.c: let follow_link() do put_link() on failureAl Viro2012-07-141-33/+41
* vfs: retry last component if opening stale dentryMiklos Szeredi2012-06-011-2/+35
* vfs: do_last() common post lookupMiklos Szeredi2012-06-011-31/+3Star
* vfs: do_last(): add audit_inode before openMiklos Szeredi2012-06-011-0/+1
* vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi2012-06-011-1/+1
* vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi2012-06-011-0/+3
* vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi2012-06-011-2/+4
* vfs: make follow_link check RCU safeMiklos Szeredi2012-06-011-2/+10
* vfs: do_last(): use inode variableMiklos Szeredi2012-06-011-3/+5
* vfs: do_last(): inline walk_component()Miklos Szeredi2012-06-011-5/+30
* vfs: do_last(): make exit RCU safeMiklos Szeredi2012-06-011-1/+1
* vfs: split do_lookup()Miklos Szeredi2012-06-011-14/+45
* brlocks/lglocks: API cleanupsAndi Kleen2012-05-301-12/+12
* word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-10/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-251-0/+1
|\
| * kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-19/+10Star
|\ \ | |/ |/|
| * userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-031-4/+4
| * userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-081-13/+5Star
| * vfs: Don't allow a user namespace root to make device nodesEric W. Biederman2012-04-031-2/+1Star
* | Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds2012-05-211-3/+16
|\ \
| * | vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds2012-05-051-3/+16
* | | Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds2012-05-211-34/+24Star
|\ \ \ | |/ / |/| |
| * | VFS: clean up and simplify getname_flags()Linus Torvalds2012-04-281-34/+24Star
* | | vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds2012-05-031-2/+2
|/ /
* / Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2012-04-061-32/+3Star
|/
* vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields2012-03-311-1/+1
* vfs: split __lookup_hashMiklos Szeredi2012-03-311-64/+44Star
* untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro2012-03-311-15/+16
* untangling do_lookup() - switch to calling __lookup_hash()Al Viro2012-03-311-67/+46Star
* untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro2012-03-311-3/+3
* untangling do_lookup() - merge failure exits in !dentry caseAl Viro2012-03-311-15/+8Star
* untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro2012-03-311-25/+20Star