UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / namei.c
2011-04-27 Tim Chenvfs: Fix absolute RCU path walk failures due to uniniti...
2011-03-28 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs2-standalone.patch aufs2...
2011-03-28 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
2011-03-28 Andy WhitcroftRevert "UBUNTU: ubuntu: AUFS -- aufs2-base.patch aufs2...
2011-03-28 Andy WhitcroftRevert "UBUNTU: ubuntu: AUFS -- aufs2-standalone.patch...
2011-03-28 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs2-standalone.patch aufs2...
2011-03-28 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs2-base.patch aufs2.1-36...
2011-03-28 Andy WhitcroftRevert "UBUNTU: ubuntu: AUFS -- aufs2 base patch for...
2011-03-28 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs2 base patch for linux...
2011-03-09 Al Virond->inode is not set on the second attempt in path_walk()
2011-03-04 Al Virominimal fix for do_filp_open() race
2011-02-16 Linus Torvaldsvfs: fix BUG_ON() in fs/namei.c:1461
2011-02-15 Al Viroget rid of nameidata_dentry_drop_rcu() calling nameidat...
2011-02-15 Al Virodrop out of RCU in return_reval
2011-02-15 Al Virosplit do_revalidate() into RCU and non-RCU cases
2011-02-15 Al Viroin do_lookup() split RCU and non-RCU cases of need_reva...
2011-02-15 Al Vironothing in do_follow_link() is going to see RCU
2011-02-11 Linus TorvaldsFix possible filp_cachep memory corruption
2011-01-18 Ian Kentvfs - fix dentry ref count in do_lookup()
2011-01-17 Al ViroTake the completion of automount into new helper
2011-01-16 Al Virosanitize vfsmount refcounting changes
2011-01-16 David HowellsUnexport do_add_mount() and add in follow_automount...
2011-01-16 David HowellsAllow d_manage() to be used in RCU-walk mode
2011-01-16 David HowellsRemove a further kludge from __do_follow_link()
2011-01-16 David HowellsRemove the automount through follow_link() kludge code...
2011-01-16 David HowellsAdd an AT_NO_AUTOMOUNT flag to suppress terminal automount
2011-01-16 David HowellsAdd a dentry op to allow processes to be held during...
2011-01-16 David HowellsAdd a dentry op to handle automounting rather than...
2011-01-16 Al Virodo_lookup() fix
2011-01-14 Linus TorvaldsMerge branch 'vfs-scale-working' of git://git./linux...
2011-01-14 Nick Pigginfs: namei fix ->put_link on wrong inode in do_filp_open
2011-01-14 Linus TorvaldsMerge branch 'vfs-scale-working' of git://git./linux...
2011-01-14 J. R. Okajimafs: fix do_last error case when need_reval_dot
2011-01-14 Nick Pigginfs: fix dropping of rcu-walk from force_reval_path
2011-01-14 Nick Pigginfs: force_reval_path drop rcu-walk before d_invalidate
2011-01-13 Jeff Laytonvfs: pass struct file to do_truncate on O_TRUNC opens...
2011-01-10 Randy Dunlapfs: fix namei.c kernel-doc notation
2011-01-07 Nick Pigginfs: scale mntget/mntput
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: fs_struct use seqlock
2011-01-07 Nick Pigginfs: rcu-walk for path lookup
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2011-01-07 Nick Pigginfs: dcache scale dentry refcount
2011-01-07 Nick Pigginfs: change d_hash for rcu-walk
2010-12-07 Lino Sanfilippofanotify: if set by user unset FMODE_NONOTIFY before...
2010-10-29 Al Virofix open/umount race
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Christoph Hellwigfs: move permission check back into __lookup_hash
2010-08-18 Nick Pigginfs: brlock vfsmount_lock
2010-08-18 Nick Pigginfs: remove extra lookup in __lookup_hash
2010-08-18 Nick Pigginfs: dentry allocation consolidation
2010-08-18 Nick Pigginfs: fix do_lookup false negative
2010-08-11 Miklos Szeredivfs: add helpers to get root and pwd
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2010-08-02 Eric Parissecurity: make LSMs explicitly mask off permissions
2010-08-02 Tetsuo HandaLSM: Remove unused arguments from security_path_truncate().
2010-07-28 Eric Parisfsnotify: use unsigned char * for dentry->d_name.name
2010-05-28 Neil BrownVFS: fix recent breakage of FS_REVAL_DOT
2010-05-21 Huang Shijienamei.c : update mnt when it needed
2010-05-15 Al ViroFix the regression created by "set S_DEAD on unlink...
2010-05-13 Jan Karavfs: Fix O_NOFOLLOW behavior for paths with trailing...
2010-03-26 Al ViroRestore LOOKUP_DIRECTORY hint handling in final lookup...
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-06 Al ViroFix a dumb typo - use of & instead of &&
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Al ViroSwitch !O_CREAT case to use of do_last()
2010-03-05 Al ViroGet rid of symlink body copying
2010-03-05 Al ViroFinish pulling of -ESTALE handling to upper level in...
2010-03-05 Al ViroTurn do_link spaghetty into a normal loop
2010-03-05 Al ViroUnify exits in O_CREAT handling
2010-03-05 Al ViroKill is_link argument of do_last()
2010-03-05 Al ViroPull handling of LAST_BIND into do_last(), clean up...
2010-03-05 Al ViroLeave mangled flag only for setting nd.intent.open...
2010-03-05 Al ViroGet rid of passing mangled flag to do_last()
2010-03-05 Al ViroDon't pass mangled open_flag to finish_open()
2010-03-05 Al Viropull more into do_last()
2010-03-05 Al Virobail out with ELOOP earlier in do_link loop
2010-03-05 Al Viropull the common predecessors into do_last()
2010-03-05 Al Viropostpone __putname() until after do_last()
2010-03-05 Al Virounroll do_last: loop in do_filp_open()
2010-03-05 Al ViroShift releasing nd->root from do_last() to its caller
2010-03-05 Al Virogut do_filp_open() a bit more (do_last separation)
2010-03-05 Al Virobeginning to untangle do_filp_open()
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-03 Al ViroMerge branch 'for-fsnotify' into for-linus
2010-03-03 Al Viroset S_DEAD on unlink() and non-directory rename() victims
2010-03-03 Al ViroClean follow_dotdot() up a bit
2010-03-03 Al ViroSwitch may_open() and break_lease() to passing O_...
2010-02-19 Al Virofix LOOKUP_FOLLOW on automount "symlinks"
2010-02-08 Al ViroLose the first argument of audit_inode_child()
2010-02-08 Al ViroLose the new_name argument of fsnotify_move()
2010-02-07 Mimi Zoharima: rename ima_path_check to ima_file_check
2010-02-07 Mimi Zoharfix ima breakage
2010-02-04 Adam BuchbinderFix misspellings of "truly" in comments.
2010-01-14 Al ViroFix the -ESTALE handling in do_filp_open()
2010-01-14 Al ViroFix ACC_MODE() for real
2010-01-14 Al Virofix autofs/afs/etc. magic mountpoint breakage
2009-12-30 Serge E. Hallyngeneric_permission: MAY_OPEN is not write access
next