summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] return to old errno choice in mkdir() et.al.Al Viro2008-05-161-4/+8
* cgroups: implement device whitelistSerge E. Hallyn2008-04-291-0/+9
* [PATCH] r/o bind mounts: elevate write count for open()sDave Hansen2008-04-191-10/+65
* [PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen2008-04-191-0/+4
* [PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen2008-04-191-0/+10
* [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen2008-04-191-11/+37
* [PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen2008-04-191-0/+9
* [PATCH] merge open_namei() and do_filp_open()Christoph Hellwig2008-04-191-43/+57
* [PATCH] do namei_flags calculation inside open_namei()Dave Hansen2008-04-191-9/+34
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-251-31/+32
|\
| * [PATCH] get stack footprint of pathname resolution back to relative sanityAl Viro2008-03-191-31/+32
* | fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-3/+3
|/
* Use struct path in fs_structJan Blunck2008-02-141-30/+23
* Introduce path_get()Jan Blunck2008-02-141-2/+15
* Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2008-02-141-10/+5
* Introduce path_put()Jan Blunck2008-02-141-25/+31
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-108/+112
* Remove path_release_on_umount()Jan Blunck2008-02-141-10/+0
* fs: remove fastcall, it is always emptyHarvey Harrison2008-02-081-8/+8
* inotify: send IN_ATTRIB events when link count changesJan Kara2008-02-061-1/+2
* Use access mode instead of open flags to determine needed permissionsLinus Torvalds2008-01-121-2/+2
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-211-5/+5
* VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi2007-10-181-2/+4
* r/o bind mounts: give permission() a local 'mnt' variableDave Hansen2007-10-171-1/+5
* r/o bind mounts: rearrange may_open() to be r/o friendlyDave Hansen2007-10-171-4/+4
* fix execute checking in permission()Miklos Szeredi2007-10-171-12/+24
* Clean up duplicate includes in fs/Jesper Juhl2007-10-171-1/+0
* partially fix up the lookup_one_noperm messChristoph Hellwig2007-10-171-22/+36
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-35/+11
* fs: remove path_walk exportJosef 'Jeff' Sipek2007-07-191-2/+1
* fs: mark link_path_walk staticJosef 'Jeff' Sipek2007-07-191-1/+3
* fs: introduce vfs_path_lookupJosef 'Jeff' Sipek2007-07-191-0/+32
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
* [PATCH] complete message queue auditingAmy Griffis2007-05-111-1/+1
* fs: use path_walk in do_path_lookupJosef 'Jeff' Sipek2007-05-091-2/+2
* fs: fix indentation in do_path_lookupJosef 'Jeff' Sipek2007-05-091-3/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* namei.c: remove utterly outdated commentChristoph Hellwig2007-05-081-11/+0
* mm: make read_cache_page synchronousNick Piggin2007-05-071-11/+1
* security: prevent permission checking of file removal via sysfs_remove_group()James Morris2007-04-271-20/+52
* [PATCH] __page_symlink retry loop error code fixDmitriy Monakhov2007-02-161-1/+2
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-5/+5
* [PATCH] struct path: move struct path from fs/namei.c into include/linuxJosef "Jeff" Sipek2006-12-081-5/+0
* [PATCH] VFS: extra check inside dentry_unhash()Vasily Averin2006-12-071-2/+1
* [PATCH] honour MNT_NOEXEC for access()Stas Sergeev2006-12-071-2/+4
* [PATCH] r/o bind mount prepwork: move open_namei()'s vfs_create()Dave Hansen2006-10-011-10/+20
* [PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen2006-10-011-43/+50
* [PATCH] fs/namei.c: replace multiple current->fs by shortcut variableAndreas Mohr2006-09-291-39/+47
* [PATCH] autofs4 needs to force fail return revalidateIan Kent2006-09-271-15/+35