aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-19don't unlink an active swapfileHugh Dickins1-1/+1
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-17/+4
2008-10-23[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intentOGAWA Hirofumi1-0/+1
2008-10-23[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookupOGAWA Hirofumi1-9/+18
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi1-12/+10
2008-10-23[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()OGAWA Hirofumi1-2/+2
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro1-1/+3
2008-10-23[PATCH] get rid of path_lookup_create()Al Viro1-39/+22
2008-10-23[PATCH] new helper - kern_path()Al Viro1-0/+10
2008-08-01[patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi1-8/+7
2008-08-01Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeStephen Smalley1-1/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro1-13/+0
2008-07-26[PATCH] new (local) helper: user_path_parent()Al Viro1-80/+57
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-18/+18
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-13/+9
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro1-9/+0
2008-07-26[PATCH] more nameidata removal: exec_permission_lite() doesn't need itAl Viro1-3/+2
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-9/+4
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro1-2/+0
2008-07-26[PATCH] kill altrootAl Viro1-87/+2
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepAl Viro1-2/+0
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-2/+2
2008-07-26[patch 4/5] vfs: reuse local variable in vfs_link()Tetsuo Handa1-4/+4
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-6/+17
2008-07-26[patch] vfs: fix lookup on deleted directoryMiklos Szeredi1-2/+17
2008-06-23[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlinkMarcin Slusarz1-7/+8
2008-06-23[patch 1/4] vfs: path_{get,put}() cleanupsJan Blunck1-6/+5
2008-05-16[PATCH] return to old errno choice in mkdir() et.al.Al Viro1-4/+8
2008-04-29cgroups: implement device whitelistSerge E. Hallyn1-0/+9
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen1-10/+65
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen1-0/+4
2008-04-19[PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen1-0/+10
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen1-11/+37
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen1-0/+9
2008-04-19[PATCH] merge open_namei() and do_filp_open()Christoph Hellwig1-43/+57
2008-04-19[PATCH] do namei_flags calculation inside open_namei()Dave Hansen1-9/+34
2008-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-31/+32
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap1-3/+3
2008-03-19[PATCH] get stack footprint of pathname resolution back to relative sanityAl Viro1-31/+32
2008-02-14Use struct path in fs_structJan Blunck1-30/+23
2008-02-14Introduce path_get()Jan Blunck1-2/+15
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck1-10/+5
2008-02-14Introduce path_put()Jan Blunck1-25/+31
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-108/+112
2008-02-14Remove path_release_on_umount()Jan Blunck1-10/+0
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison1-8/+8
2008-02-06inotify: send IN_ATTRIB events when link count changesJan Kara1-1/+2
2008-01-12Use access mode instead of open flags to determine needed permissionsLinus Torvalds1-2/+2
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-5/+5
2007-10-18VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi1-2/+4
2007-10-17r/o bind mounts: give permission() a local 'mnt' variableDave Hansen1-1/+5
2007-10-17r/o bind mounts: rearrange may_open() to be r/o friendlyDave Hansen1-4/+4
2007-10-17fix execute checking in permission()Miklos Szeredi1-12/+24
2007-10-17Clean up duplicate includes in fs/Jesper Juhl1-1/+0
2007-10-17partially fix up the lookup_one_noperm messChristoph Hellwig1-22/+36
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-35/+11
2007-07-19fs: remove path_walk exportJosef 'Jeff' Sipek1-2/+1
2007-07-19fs: mark link_path_walk staticJosef 'Jeff' Sipek1-1/+3
2007-07-19fs: introduce vfs_path_lookupJosef 'Jeff' Sipek1-0/+32
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2007-05-11[PATCH] complete message queue auditingAmy Griffis1-1/+1
2007-05-09fs: use path_walk in do_path_lookupJosef 'Jeff' Sipek1-2/+2
2007-05-09fs: fix indentation in do_path_lookupJosef 'Jeff' Sipek1-3/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08namei.c: remove utterly outdated commentChristoph Hellwig1-11/+0
2007-05-07mm: make read_cache_page synchronousNick Piggin1-11/+1
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()James Morris1-20/+52
2007-02-16[PATCH] __page_symlink retry loop error code fixDmitriy Monakhov1-1/+2
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-5/+5
2006-12-08[PATCH] struct path: move struct path from fs/namei.c into include/linuxJosef "Jeff" Sipek1-5/+0
2006-12-07[PATCH] VFS: extra check inside dentry_unhash()Vasily Averin1-2/+1
2006-12-07[PATCH] honour MNT_NOEXEC for access()Stas Sergeev1-2/+4
2006-10-01[PATCH] r/o bind mount prepwork: move open_namei()'s vfs_create()Dave Hansen1-10/+20
2006-10-01[PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen1-43/+50
2006-09-29[PATCH] fs/namei.c: replace multiple current->fs by shortcut variableAndreas Mohr1-39/+47
2006-09-27[PATCH] autofs4 needs to force fail return revalidateIan Kent1-15/+35
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh1-3/+3
2006-08-24VFS: Fix access("file", X_OK) in the presence of ACLsTrond Myklebust1-1/+8
2006-08-24VFS: add lookup hint for network file systemsASANO Masahiro1-0/+2
2006-08-03[PATCH] don't bother with aux entires for dummy contextAl Viro1-2/+2
2006-08-03[PATCH] fix missed create event for directory auditAmy Griffis1-1/+1
2006-08-03[PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis1-0/+2
2006-07-14[PATCH] struct file leakageKirill Korotaev1-1/+7
2006-07-03[PATCH] lockdep: annotate i_mutexIngo Molnar1-10/+10
2006-06-25[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkatUlrich Drepper1-2/+4
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis1-1/+1
2006-06-05[PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Trond Myklebust1-9/+10
2006-03-31[PATCH] fs/namei.c: make lookup_hash() staticAdrian Bunk1-2/+1
2006-03-27[PATCH] autofs4: nameidata needs to be up to date for follow_linkIan Kent1-18/+21
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-5/+6
2006-03-25[PATCH] Honour AOP_TRUNCATE_PAGE returns in page_symlinkNeilBrown1-2/+14
2006-03-25[PATCH] Missed error checking for intent's filp in open_namei().Oleg Drokin1-0/+6
2006-03-23[PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven1-6/+6
2006-03-20[PATCH] Collect more inode information during syscall processing.Amy Griffis1-0/+1
2006-03-20[PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis1-5/+5
2006-03-11[PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev1-2/+11
2006-02-24[PATCH] flags parameter for linkatUlrich Drepper1-2/+6
2006-02-07[PATCH] Fix do_path_lookup() to add the check for error in link_path_walk()Suzuki1-2/+4
2006-02-05[PATCH] namei.c: unlock missing in error caseUlrich Drepper1-16/+16
2006-02-05[PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved by link_path_walk()Trond Myklebust1-2/+3
2006-02-01[PATCH] DocBook: fix some kernel-doc comments in fs and blockMartin Waitz1-0/+2
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper1-36/+136
2006-01-14[PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven1-4/+4
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-4/+4
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-41/+41
2006-01-08[PATCH] Fix some problems with truncate and mtime semantics.NeilBrown1-1/+1
2005-11-09[PATCH] fs/namei.c: make path_lookup_create() staticAdrian Bunk1-2/+3
2005-11-09[PATCH] sanitize lookup_hash prototypeChristoph Hellwig1-10/+10
2005-11-09[PATCH] add a file_permission helperChristoph Hellwig1-0/+18
2005-11-09[PATCH] add a vfs_permission helperChristoph Hellwig1-4/+19
2005-11-07[PATCH] VFS: pass file pointer to filesystem from ftruncate()Miklos Szeredi1-1/+1
2005-10-30[PATCH] open: cleanup in lookup_flags()Miklos Szeredi1-6/+0
2005-10-18VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission().Trond Myklebust1-1/+1
2005-10-18VFS: Allow the filesystem to return a full file pointer on open intentTrond Myklebust1-7/+86
2005-10-06Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALLLinus Torvalds1-3/+3
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds1-1/+1
2005-09-09[PATCH] remove the inode_post_link and inode_post_rename LSM hooksStephen Smalley1-8/+2
2005-09-09[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooksStephen Smalley1-12/+4
2005-09-07[PATCH] namei cleanupMiklos Szeredi1-28/+24
2005-08-27Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-19/+21
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-19/+21
2005-08-17Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-1/+2
2005-08-15[PATCH] inotify: add MOVE_SELF eventJohn McCutchan1-1/+2
2005-08-09Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse1-3/+1
2005-08-08[PATCH] fsnotify_name/inoderemoveJohn McCutchan1-3/+0
2005-08-04[PATCH] Clean up inotify delete race fixJohn McCutchan1-7/+2
2005-08-04[PATCH] inotify delete race fixJohn McCutchan1-1/+7
2005-08-01[PATCH] inotify: fix file deletion by rename detectionJohn McCutchan1-1/+1
2005-07-13Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse1-15/+17
2005-07-12[PATCH] inotifyRobert Love1-14/+16
2005-07-07[PATCH] namespace: rename _mntput to mntput_no_expireMiklos Szeredi1-1/+1
2005-07-02Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-2/+18
2005-06-23[PATCH] add some comments to lookup_create()Christoph Hellwig1-2/+18
2005-06-20AUDIT: Report lookup flags with path/inode records.David Woodhouse1-1/+1
2005-06-06[PATCH] namei fixes (19/19)Al Viro1-1/+1
2005-06-06[PATCH] namei fixes (18/19)Al Viro1-3/+1
2005-06-06[PATCH] namei fixes (17/19)Al Viro1-19/+16
2005-06-06[PATCH] namei fixes (16/19)Al Viro1-5/+2
2005-06-06[PATCH] namei fixes (15/19)Al Viro1-6/+5
2005-06-06[PATCH] namei fixes (14/19)Al Viro1-4/+4
2005-06-06[PATCH] namei fixes (13/19)Al Viro1-7/+3
2005-06-06[PATCH] namei fixes (12/19)Al Viro1-2/+9
2005-06-06[PATCH] namei fixes (11/19)Al Viro1-4/+10
2005-06-06[PATCH] namei fixes (10/19)Al Viro1-11/+9
2005-06-06[PATCH] namei fixes (9/19)Al Viro1-2/+23
2005-06-06[PATCH] namei fixes (8/19)Al Viro1-4/+2
2005-06-06[PATCH] namei fixes (7/19)Al Viro1-9/+8
2005-06-06[PATCH] namei fixes (6/19)Al Viro1-5/+4
2005-06-06[PATCH] namei fixes (5/19)Al Viro1-0/+2
2005-06-06[PATCH] namei fixes (4/19)Al Viro1-1/+4
2005-06-06[PATCH] namei fixes (3/19)Al Viro1-19/+19
2005-06-06[PATCH] namei fixes (2/19)Al Viro1-6/+5
2005-06-06[PATCH] namei fixesAl Viro1-10/+10
2005-05-19[AF_UNIX]: Use lookup_create().Christoph Hellwig1-0/+1
2005-05-05[PATCH] make some things staticAdrian Bunk1-4/+4
2005-04-29namei: add audit_inode to all branches in path_lookupPrasanna Meda1-8/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2454