Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / namei.c
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...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: write counts for link/symlink
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: get callers of vfs_mknod/creat...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for rmdir...
2008-04-19 Christoph Hellwig[PATCH] merge open_namei() and do_filp_open()
2008-04-19 Dave Hansen[PATCH] do namei_flags calculation inside open_namei()
2008-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-03-20 Randy Dunlapfs: fix kernel-doc notation warnings
2008-03-19 Al Viro[PATCH] get stack footprint of pathname resolution...
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-15 Jan BlunckIntroduce path_get()
2008-02-15 Jan BlunckUse path_put() in a few places instead of {mnt,d}put()
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-15 Jan BlunckRemove path_release_on_umount()
2008-02-08 Harvey Harrisonfs: remove fastcall, it is always empty
2008-02-06 Jan Karainotify: send IN_ATTRIB events when link count changes
2008-01-12 Linus TorvaldsUse access mode instead of open flags to determine...
2007-10-21 Al Viro[PATCH] pass dentry to audit_inode()/audit_inode_child()
2007-10-18 Miklos SzerediVFS: allow filesystems to implement atomic open+truncate
2007-10-17 Dave Hansenr/o bind mounts: give permission() a local 'mnt' variable
2007-10-17 Dave Hansenr/o bind mounts: rearrange may_open() to be r/o friendly
2007-10-17 Miklos Szeredifix execute checking in permission()
2007-10-17 Jesper JuhlClean up duplicate includes in fs/
2007-10-17 Christoph Hellwigpartially fix up the lookup_one_noperm mess
2007-10-16 Nick Pigginfs: introduce write_begin, write_end, and perform_write...
2007-07-19 Josef 'Jeff' Sipekfs: remove path_walk export
2007-07-19 Josef 'Jeff' Sipekfs: mark link_path_walk static
2007-07-19 Josef 'Jeff' Sipekfs: introduce vfs_path_lookup
2007-07-17 Satyam SharmaIntroduce is_owner_or_cap() to wrap CAP_FOWNER use...
2007-05-11 Amy Griffis[PATCH] complete message queue auditing
2007-05-09 Josef 'Jeff' Sipekfs: use path_walk in do_path_lookup
2007-05-09 Josef 'Jeff' Sipekfs: fix indentation in do_path_lookup
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Christoph Hellwignamei.c: remove utterly outdated comment
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-04-27 James Morrissecurity: prevent permission checking of file removal...
2007-02-16 Dmitriy Monakhov[PATCH] __page_symlink retry loop error code fix
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-08 Josef "Jeff" Sipek[PATCH] struct path: move struct path from fs/namei...
2006-12-07 Vasily Averin[PATCH] VFS: extra check inside dentry_unhash()
next