aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2012-10-31VFS: don't do protected {sym,hard}links by defaultLinus Torvalds
2012-10-21fs: prevent use after free in auditing when symlink following was deniedSasha Levin
2012-08-22fs: fix fs/namei.c kernel-doc warningsRandy Dunlap
2012-08-16vfs: fix propagation of atomic_open create error on negative dentrySage Weil
2012-08-15vfs: pass right create mode to may_o_create()Miklos Szeredi
2012-08-15vfs: atomic_open(): fix create mode usageMiklos Szeredi
2012-07-31fs: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-31simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro
2012-07-30fix O_EXCL handling for devicesAl Viro
2012-07-29fs: add link restriction audit reportingKees Cook
2012-07-29fs: add link restrictionsKees Cook
2012-07-29vfs: don't let do_last pass negative dentry to audit_inodeJeff Layton
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro
2012-07-29mknod: take sanity checks on mode into the very beginningAl Viro
2012-07-29new helper: done_path_create()Al Viro
2012-07-23tidy up namei.c a bitAl Viro
2012-07-23unobfuscate follow_up() a bitAl Viro
2012-07-22use __lookup_hash() in kern_path_parent()Al Viro
2012-07-14VFS: Split inode_permission()David Howells
2012-07-14VFS: Comment mount following codeDavid Howells
2012-07-14fs: add nd_jump_linkChristoph Hellwig
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig
2012-07-14get rid of kern_path_parent()Al Viro
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14fs/namei.c: get do_last() and friends return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14kill opendata->{mnt,dentry}Al Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14don't modify od->filp at allAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14vfs: move O_DIRECT check to common codeMiklos Szeredi
2012-07-14vfs: do_last(): clean up retryMiklos Szeredi
2012-07-14vfs: do_last(): clean up boolMiklos Szeredi
2012-07-14vfs: do_last(): clean up labelsMiklos Szeredi
2012-07-14vfs: do_last(): clean up error handlingMiklos Szeredi
2012-07-14vfs: remove open intents from nameidataMiklos Szeredi
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi
2012-07-14vfs: lookup_open(): expand lookup_hash()Miklos Szeredi
2012-07-14vfs: add lookup_open()Miklos Szeredi
2012-07-14vfs: do_last(): common slow lookupMiklos Szeredi
2012-07-14vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi
2012-07-14vfs: do_last(): inline lookup_slow()Miklos Szeredi
2012-07-14namei.c: let follow_link() do put_link() on failureAl Viro