summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds
2012-03-22vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds
2012-03-22Fix full_name_hash() behaviour when length is a multiple of 8Al Viro
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-22fs/namei.c: fix warnings on 32-bitAndrew Morton
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-21switch touch_atime to struct pathAl Viro
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-19Merge branch 'dcache-word-accesses'Linus Torvalds
2012-03-10vfs: fix return value from do_last()Miklos Szeredi
2012-03-10vfs: fix double put after complete_walk()Miklos Szeredi
2012-03-09vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds
2012-03-03vfs: export full_name_hash() function to modulesLinus Torvalds
2012-03-02vfs: split up name hashing in link_path_walk() into helper functionLinus Torvalds
2012-03-02vfs: uninline full_name_hash()Linus Torvalds
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-02-14vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi
2012-01-17audit: do not call audit_getname on errorEric Paris
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-04vfs: move mnt_mountpoint to struct mountAl Viro
2012-01-04vfs: now it can be done - make mnt_parent point to struct mountAl Viro
2012-01-04vfs: mnt_parent moved to struct mountAl Viro
2012-01-04vfs: spread struct mount - __lookup_mnt() resultAl Viro
2012-01-04switch open and mkdir syscalls to umode_tAl Viro
2012-01-04switch may_mknod() to umode_tAl Viro
2012-01-04switch ->mknod() to umode_tAl Viro
2012-01-04switch ->create() to umode_tAl Viro
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-04switch sys_mknodat(2) to umode_tAl Viro
2011-11-07VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft
2011-10-28leases: fix write-open/read-lease raceJ. Bruce Fields
2011-10-28vfs: add a comment to inode_permission()Andreas Gruenbacher
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher
2011-10-28vfs: indicate that the permission functions take all the MAY_* flagsAndreas Gruenbacher
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds
2011-09-27vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds
2011-09-14restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro
2011-09-09vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi
2011-08-07vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds
2011-08-07Fix POSIX ACL permission checkAri Savolainen
2011-08-07vfs: optimize inode cache access patternsLinus Torvalds