summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh2006-09-241-3/+3
* VFS: Fix access("file", X_OK) in the presence of ACLsTrond Myklebust2006-08-241-1/+8
* VFS: add lookup hint for network file systemsASANO Masahiro2006-08-241-0/+2
* [PATCH] don't bother with aux entires for dummy contextAl Viro2006-08-031-2/+2
* [PATCH] fix missed create event for directory auditAmy Griffis2006-08-031-1/+1
* [PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis2006-08-031-0/+2
* [PATCH] struct file leakageKirill Korotaev2006-07-141-1/+7
* [PATCH] lockdep: annotate i_mutexIngo Molnar2006-07-031-10/+10
* [PATCH] Implement AT_SYMLINK_FOLLOW flag for linkatUlrich Drepper2006-06-251-2/+4
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-2/+1
* [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-201-1/+1
* [PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Trond Myklebust2006-06-051-9/+10
* [PATCH] fs/namei.c: make lookup_hash() staticAdrian Bunk2006-03-311-2/+1
* [PATCH] autofs4: nameidata needs to be up to date for follow_linkIan Kent2006-03-271-18/+21
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-5/+6
|\
| * [PATCH] Collect more inode information during syscall processing.Amy Griffis2006-03-201-0/+1
| * [PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis2006-03-201-5/+5
* | [PATCH] Honour AOP_TRUNCATE_PAGE returns in page_symlinkNeilBrown2006-03-251-2/+14
* | [PATCH] Missed error checking for intent's filp in open_namei().Oleg Drokin2006-03-251-0/+6
* | [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-231-6/+6
|/
* [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev2006-03-111-2/+11
* [PATCH] flags parameter for linkatUlrich Drepper2006-02-241-2/+6
* [PATCH] Fix do_path_lookup() to add the check for error in link_path_walk()Suzuki2006-02-071-2/+4
* [PATCH] namei.c: unlock missing in error caseUlrich Drepper2006-02-051-16/+16
* [PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved by link_path_walk()Trond Myklebust2006-02-051-2/+3
* [PATCH] DocBook: fix some kernel-doc comments in fs and blockMartin Waitz2006-02-011-0/+2
* [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-181-36/+136
* [PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven2006-01-141-4/+4
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-4/+4
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-41/+41
* [PATCH] Fix some problems with truncate and mtime semantics.NeilBrown2006-01-081-1/+1
* [PATCH] fs/namei.c: make path_lookup_create() staticAdrian Bunk2005-11-091-2/+3
* [PATCH] sanitize lookup_hash prototypeChristoph Hellwig2005-11-091-10/+10
* [PATCH] add a file_permission helperChristoph Hellwig2005-11-091-0/+18
* [PATCH] add a vfs_permission helperChristoph Hellwig2005-11-091-4/+19
* [PATCH] VFS: pass file pointer to filesystem from ftruncate()Miklos Szeredi2005-11-071-1/+1
* [PATCH] open: cleanup in lookup_flags()Miklos Szeredi2005-10-301-6/+0
* VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission().Trond Myklebust2005-10-181-1/+1
* VFS: Allow the filesystem to return a full file pointer on open intentTrond Myklebust2005-10-181-7/+86
* Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALLLinus Torvalds2005-10-061-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds2005-09-131-1/+1
|\
| * Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-08-271-19/+21
| |\
| * \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-08-171-1/+2
| |\ \
| * \ \ Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-08-091-3/+1
| |\ \ \
| * \ \ \ Merge with /shiny/git/linux-2.6/.gitDavid Woodhouse2005-07-131-15/+17
| |\ \ \ \
| * \ \ \ \ Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-07-021-2/+18
| |\ \ \ \ \
| * | | | | | AUDIT: Report lookup flags with path/inode records.David Woodhouse2005-06-201-1/+1