- Update to 3.3-final.
[linux-flexiantxendom0-3.2.10.git] / fs / namei.c
2012-03-19 Jeff Mahoney- Update to 3.3-final.
2012-03-10 Miklos Szeredivfs: fix return value from do_last()
2012-03-10 Miklos Szeredivfs: fix double put after complete_walk()
2012-03-05 Jeff MahoneyRefresh patches.xen/xen3-fixup-arch-x86.
2012-03-03 Linus Torvaldsvfs: export full_name_hash() function to modules
2012-03-02 Linus Torvaldsvfs: split up name hashing in link_path_walk() into...
2012-03-02 Linus Torvaldsvfs: uninline full_name_hash()
2012-02-27 Jeff Mahoney- Updated to 3.3-rc5.
2012-02-14 Miklos Szeredivfs: fix d_inode_lookup() dentry ref leak
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2012-01-17 Eric Parisaudit: do not call audit_getname on error
2012-01-07 Al ViroMerge branches 'vfsmount-guts', 'umode_t' and 'partitio...
2012-01-04 Al Virovfs: move mnt_mountpoint to struct mount
2012-01-04 Al Virovfs: now it can be done - make mnt_parent point to...
2012-01-04 Al Virovfs: mnt_parent moved to struct mount
2012-01-04 Al Virovfs: spread struct mount - __lookup_mnt() result
2012-01-04 Al Viroswitch open and mkdir syscalls to umode_t
2012-01-04 Al Viroswitch may_mknod() to umode_t
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Viroswitch sys_mknodat(2) to umode_t
2011-11-16 Jeff Mahoney- Update to 3.2-rc1.
2011-11-07 Al ViroVFS: we need to set LOOKUP_JUMPED on mountpoint crossing
2011-11-02 Andy Whitcroftreadlinkat: ensure we return ENOENT for the empty pathn...
2011-10-28 J. Bruce Fieldsleases: fix write-open/read-lease race
2011-10-28 Andreas Gruenbachervfs: add a comment to inode_permission()
2011-10-28 Andreas Gruenbachervfs: pass all mask flags check_acl and posix_acl_permission
2011-10-28 Andreas Gruenbachervfs: indicate that the permission functions take all...
2011-10-03 Jeff Mahoney- Update to 3.1-rc8.
2011-09-27 Linus Torvaldsvfs: remove LOOKUP_NO_AUTOMOUNT flag
2011-09-27 Linus Torvaldsvfs pathname lookup: Add LOOKUP_AUTOMOUNT flag
2011-09-26 Jeff Mahoney- Update to 3.1-rc7.
2011-09-15 Jeff Mahoney- Update to 3.1-rc6.
2011-09-14 Al Virorestore pinning the victim dentry in vfs_rmdir()/vfs_re...
2011-09-09 Miklos Szeredivfs: automount should ignore LOOKUP_FOLLOW
2011-08-24 Jeff Mahoney- Update to 3.1-rc3.
2011-08-07 Linus Torvaldsvfs: rename 'do_follow_link' to 'should_follow_link'
2011-08-07 Ari SavolainenFix POSIX ACL permission check
2011-08-07 Linus Torvaldsvfs: optimize inode cache access patterns
2011-08-03 Al ViroRCUify freeing acls, let check_acl() go ahead in RCU...
2011-08-01 David HowellsVFS: Fix automount for negative autofs dentries
2011-07-26 Linus Torvaldsvfs: fix check_acl compile error when CONFIG_FS_POSIX_A...
2011-07-26 Linus Torvaldsvfs: make gcc generate more obvious code for acl permis...
2011-07-25 Christoph Hellwigfs: take the ACL checks to common code
2011-07-25 Linus Torvaldsvfs: move ACL cache lookup into generic code
2011-07-22 Michal MarekUpdate to 3.0.
2011-07-21 Tobias KlauserVFS: Fixup kerneldoc for generic_permission()
2011-07-20 Al Virounexport kern_path_parent()
2011-07-20 Al Viroswitch vfs_path_lookup() to struct path
2011-07-20 Al Virokill lookup_create()
2011-07-20 Al Vironew helpers: kern_path_create/user_path_create
2011-07-20 Al Virokill LOOKUP_CONTINUE
2011-07-20 Al Virodon't transliterate lower bits of ->intent.open.flags...
2011-07-20 Al ViroDon't pass nameidata when calling vfs_create() from...
2011-07-20 Al Viromerge do_revalidate() into its only caller
2011-07-20 Al Virono reason to keep exec_permission() separate now
2011-07-20 Al Viromassage generic_permission() to treat directories on...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to exec_per...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->check_...
2011-07-20 Al Viro->permission() sanitizing: pass MAY_NOT_BLOCK to -...
2011-07-20 Al Viro->permission() sanitizing: MAY_NOT_BLOCK
2011-07-20 Al Virokill check_acl callback of generic_permission()
2011-07-20 Al Virolockless get_write_access/deny_write_access
2011-07-20 Al Viromove exec_permission() up to the rest of permission...
2011-07-20 Al Virokill file_permission() completely
2011-07-20 Al Viroswitch path_init() to exec_permission()
2011-07-20 Al Viromake exec_permission(dir) really equivalent to inode_pe...
2011-07-20 Josef Bacikfs: add a DCACHE_NEED_LOOKUP flag for d_flags
2011-07-20 Linus Torvaldsvfs: fix race in rcu lookup of pruned dentry
2011-07-13 Al ViroFix ->d_lock locking order in unlazy_walk()
2011-06-21 Michal MarekUpdate to 3.0-rc4
2011-06-20 Al Virofix comment in generic_permission()
2011-06-20 Al Virokill obsolete comment for follow_down()
2011-06-16 Al ViroVFS: Fix vfsmount overput on simultaneous automount
2011-06-16 Török Edwinfix wrong iput on d_inode introduced by e6bc45d65d
2011-06-15 Jeff Mahoney- Update to 3.0-rc3.
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-08 Jeff Mahoney- Update to 3.0-rc2.
2011-06-07 Theodore Ts'ovfs: make unlink() and rmdir() return ENOENT in prefere...
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-05-31 Jeff Mahoney- Updated to 3.0-rc1.
2011-05-30 Sage Weilvfs: shrink_dcache_parent before rmdir, dir rename
2011-05-27 Al ViroLift the check for automount points into do_lookup()
2011-05-27 Al ViroTrim excessive arguments of follow_mount_rcu()
2011-05-27 Al Virosplit __follow_mount_rcu() into normal and .. cases
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-26 Sage Weilvfs: clean up vfs_rename_other
2011-05-26 Sage Weilvfs: clean up vfs_rename_dir
2011-05-26 Sage Weilvfs: clean up vfs_rmdir
2011-05-26 Miklos Szeredivfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE files...
2011-05-26 Sage Weilvfs: update dentry_unhash() comment
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-05-26 Sage Weilvfs: remove dget() from dentry_unhash()
2011-05-26 Sage Weilvfs: dentry_unhash immediately prior to rmdir
2011-05-26 Al Viromerge handle_reval_dot and nameidata_drop_rcu_last
2011-05-26 Al Viroconsolidate nameidata_..._drop_rcu()
next