netns xfrm: fix "ip xfrm state|policy count" misreport
[safe/jmp/linux-2.6] / fs / namei.c
2010-01-14 Al ViroFix the -ESTALE handling in do_filp_open()
2010-01-14 Al ViroFix ACC_MODE() for real
2010-01-14 Al Virofix autofs/afs/etc. magic mountpoint breakage
2009-12-30 Serge E. Hallyngeneric_permission: MAY_OPEN is not write access
2009-12-22 Al ViroSanitize f_flags helpers
2009-12-22 Al ViroFix f_flags/f_mode in case of lookup_instantiate_filp...
2009-12-17 Jeff Laytonvfs: remove extraneous NULL d_inode check from do_filp_open
2009-12-16 Jeff Laytonvfs: force reval of target when following LAST_BIND...
2009-12-16 Al ViroUntangling ima mess, part 3: kill dead code in ima
2009-12-16 Al ViroUntangling ima mess, part 2: deal with counters
2009-12-16 Al ViroO_TRUNC open shouldn't fail after file truncation
2009-12-16 Eric Parisfs: move get_empty_filp() deffinition to internal.h
2009-12-16 Al ViroSanitize exec_permission_lite()
2009-12-16 Al ViroKill cached_lookup() and real_lookup()
2009-12-16 Al ViroKill path_lookup_open()
2009-12-16 Al ViroTake hash recalculation into do_lookup()
2009-12-16 Al Virokill __link_path_walk()/link_path_walk() distinction
2009-12-16 Al Virolift path_put(path) to callers of __do_follow_link()
2009-12-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-11 Eric W. Biedermansysfs: Propagate renames to the vfs on demand
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-09-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-10 James MorrisMerge branch 'next' into for-linus
2009-09-08 Linus TorvaldsMake 'check_acl()' a first-class filesystem op
2009-09-08 Linus TorvaldsSimplify exec_permission_lite(), part 3
2009-09-08 Linus TorvaldsSimplify exec_permission_lite() further
2009-09-08 Linus TorvaldsSimplify exec_permission_lite() logic
2009-09-08 Linus TorvaldsDo not call 'ima_path_check()' for each path component
2009-09-07 Mimi ZoharIMA: update ima_counts_put
2009-09-03 Mimi ZoharIMA: open new file for read
2009-06-28 Mimi Zoharintegrity: add ima_counts_put (updated)
2009-06-24 J. R. Okajimavfs: fix nd->root leak in do_filp_open()
2009-06-12 Al Viroswitch lookup_mnt()
2009-06-12 Al Viroswitch follow_mount()
2009-06-12 Al Viroswitch follow_down()
2009-06-12 Al Viroswitch follow_up() to struct path
2009-06-12 Al ViroMake vfs_path_lookup() use starting point as root
2009-06-12 Al ViroCache root in nameidata
2009-06-12 Al ViroPreparations to caching root in path_walk()
2009-05-22 James MorrisMerge branch 'master' into next
2009-05-21 Mimi Zoharintegrity: path_check update
2009-05-09 Al ViroSwitch open_exec() and sys_uselib() to do_open_filp()
2009-04-21 David WoodhouseFix i_mutex vs. readdir handling in nfsd
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-04-01 Al ViroNew helper - current_umask()
2009-04-01 Al ViroTake fs_struct handling to new file (fs/fs_struct.c)
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-03-27 Christoph Hellwigcleanup may_open
2009-03-26 Jan Karavfs: Use lowercase names of quota functions
2009-02-06 James MorrisMerge branch 'master' into next
2009-02-05 Mimi Zoharintegrity: IMA hooks
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 29
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 20
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 15
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 14
2009-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-05 Al Viroinode->i_op is never NULL
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-31 Steven Rostedtmake INIT_FS use the __RW_LOCK_UNLOCKED initialization
2008-12-31 Al Virotake init_fs to saner place
2008-12-31 Christoph Hellwigkill vfs_permission
2008-12-31 Christoph Hellwigpass a struct path * to may_open
2008-12-31 Christoph Hellwigkill walk_init_root
2008-12-31 Christoph Hellwigremove incorrect comment in inode_permission
2008-12-31 Duane Griffinvfs: ensure page symlinks are NUL-terminated
2008-12-31 Kentaro Takedaintroduce new LSM hooks where vfsmount is available.
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-20 Hugh Dickinsdon't unlink an active swapfile
2008-11-13 David HowellsCRED: Wrap task credential accesses in the filesystem...
2008-10-23 Miklos Szeredi[PATCH] move executable checking into ->permission()
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from...
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 2/6] vfs: add d_ancestor()
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 1/6] vfs: replace parent == dentry-...
2008-10-23 Al Viro[PATCH] make O_EXCL in nd->intent.flags visible in...
2008-10-23 Al Viro[PATCH] get rid of path_lookup_create()
2008-10-23 Al Viro[PATCH] new helper - kern_path()
2008-08-01 Miklos Szeredi[patch 3/4] vfs: remove unused nameidata argument of...
2008-08-01 Stephen SmalleyRe: BUG at security/selinux/avc.c:883 (was: Re: linux...
2008-07-27 Al Viro[PATCH] get rid of __user_path_lookup_open
2008-07-27 Al Viro[PATCH] new (local) helper: user_path_parent()
2008-07-27 Al Viro[PATCH] sanitize __user_walk_fd() et.al.
2008-07-27 Al Viro[PATCH] kill nameidata passing to permission(), rename...
2008-07-27 Al Viro[PATCH] take noexec checks to very few callers that...
2008-07-27 Al Viro[PATCH] more nameidata removal: exec_permission_lite...
2008-07-27 Al Viro[PATCH] pass MAY_OPEN to vfs_permission() explicitly
2008-07-27 Al Viro[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
2008-07-27 Al Viro[PATCH] kill altroot
2008-07-27 Al Viro[PATCH] permission checks for chdir need special treatm...
2008-07-27 Miklos Szeredi[patch 5/5] vfs: remove mode parameter from vfs_symlink()
2008-07-27 Tetsuo Handa[patch 4/5] vfs: reuse local variable in vfs_link()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-27 Miklos Szeredi[patch] vfs: fix lookup on deleted directory
2008-06-23 Marcin Slusarz[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink
2008-06-23 Jan Blunck[patch 1/4] vfs: path_{get,put}() cleanups
2008-05-16 Al Viro[PATCH] return to old errno choice in mkdir() et.al.
2008-04-29 Serge E. Hallyncgroups: implement device whitelist
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for open()s
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: get write access for vfs_renam...
next