summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
...
* | vfs: fix propagation of atomic_open create error on negative dentrySage Weil2012-08-161-0/+4
* | vfs: pass right create mode to may_o_create()Miklos Szeredi2012-08-151-1/+1
* | vfs: atomic_open(): fix create mode usageMiklos Szeredi2012-08-151-1/+1
|/
* fs: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-21/+25
* simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro2012-07-311-22/+29
* fix O_EXCL handling for devicesAl Viro2012-07-301-2/+2
* fs: add link restriction audit reportingKees Cook2012-07-291-0/+2
* fs: add link restrictionsKees Cook2012-07-291-0/+122
* vfs: don't let do_last pass negative dentry to audit_inodeJeff Layton2012-07-291-2/+3
* pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro2012-07-291-39/+18
* mknod: take sanity checks on mode into the very beginningAl Viro2012-07-291-5/+3
* new helper: done_path_create()Al Viro2012-07-291-12/+12
* tidy up namei.c a bitAl Viro2012-07-231-18/+21
* unobfuscate follow_up() a bitAl Viro2012-07-231-1/+1
* use __lookup_hash() in kern_path_parent()Al Viro2012-07-221-1/+1
* VFS: Split inode_permission()David Howells2012-07-141-17/+49
* VFS: Comment mount following codeDavid Howells2012-07-141-0/+10
* fs: add nd_jump_linkChristoph Hellwig2012-07-141-10/+17
* fs: move path_put on failure out of ->follow_linkChristoph Hellwig2012-07-141-2/+1
* get rid of kern_path_parent()Al Viro2012-07-141-2/+20
* VFS: Fix the banner comment on lookup_open()David Howells2012-07-141-3/+26
* don't pass nameidata * to vfs_create()Al Viro2012-07-141-4/+5
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+1
* fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro2012-07-141-10/+10
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* fs/namei.c: don't pass namedata to lookup_dcache()Al Viro2012-07-141-4/+4
* fs/namei.c: don't pass nameidata to d_revalidate()Al Viro2012-07-141-6/+6
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* fs/namei.c: get do_last() and friends return intAl Viro2012-07-141-80/+70
* kill struct opendataAl Viro2012-07-141-23/+25
* kill opendata->{mnt,dentry}Al Viro2012-07-141-9/+6
* make ->atomic_open() return intAl Viro2012-07-141-6/+8
* don't modify od->filp at allAl Viro2012-07-141-3/+1
* ->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/+5
* 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/+8
* vfs: remove open intents from nameidataMiklos Szeredi2012-07-141-50/+45
* 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/+5
* 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/+3
* vfs: do_last(): add audit_inode before openMiklos Szeredi2012-06-011-0/+1