fix cdev leak on O_PATH final fput()
[cascardo/linux.git] / fs / namei.c
2011-03-16 Al Virofix follow_link() breakage
2011-03-16 Linus TorvaldsMerge branch 'x86-platform-for-linus' of git://git...
2011-03-16 Linus TorvaldsMerge branch 'x86-mm-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'x86-mem-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'x86-microcode-for-linus' of git://git...
2011-03-16 Linus TorvaldsMerge branch 'um-irq-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'x86-debug-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'x86-cpu-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'timers-rtc-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2011-03-16 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2011-03-16 Linus TorvaldsMerge branch 'core-locking-for-linus' of git://git...
2011-03-16 Linus TorvaldsMerge branch 'core-futexes-for-linus' of git://git...
2011-03-16 Linus TorvaldsMerge branch 'core-debugobjects-for-linus' of git:...
2011-03-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-15 Al Virotidy the trailing symlinks traversal up
2011-03-15 Al ViroTurn resolution of trailing symlinks iterative everywhere
2011-03-15 Al Virosimplify link_path_walk() tail
2011-03-15 Al ViroMake trailing symlink resolution in path_lookupat(...
2011-03-15 Al Viroupdate nd->inode in __do_follow_link() instead of after...
2011-03-15 Al Viropull handling of one pathname component into a helper
2011-03-15 Aneesh Kumar K.Vfs: allow AT_EMPTY_PATH in linkat(), limit that to...
2011-03-15 Linus TorvaldsMerge branch 'for-linus' of git://xenbits.xen.org/peopl...
2011-03-15 Linus TorvaldsMerge branches 'stable/ia64', 'stable/blkfront-cleanup...
2011-03-15 Linus TorvaldsMerge branch 'stable/irq.cleanup' of git://git./linux...
2011-03-15 Linus TorvaldsMerge branches 'stable/irq.rework' and 'stable/pcifront...
2011-03-15 Linus TorvaldsMerge branches 'stable/p2m-identity.v4.9.1' and 'stable...
2011-03-15 Ingo MolnarMerge commit 'v2.6.38' into x86/mm
2011-03-15 Al ViroAllow O_PATH for symlinks
2011-03-15 Al ViroNew kind of open files - "location only".
2011-03-15 Aneesh Kumar K.Vfs: Don't allow to create hardlink for deleted file
2011-03-14 Al ViroNew AT_... flag: AT_EMPTY_PATH
2011-03-14 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2011-03-14 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2011-03-14 Al Viroopen-style analog of vfs_path_lookup()
2011-03-14 Al Viroreduce vfs_path_lookup() to do_path_lookup()
2011-03-14 Al Virountangle do_lookup()
2011-03-14 Al Viropath_openat: clean ELOOP handling a bit
2011-03-14 Al Virodo_last: kill a rudiment of old ->d_revalidate() workaround
2011-03-14 Al Virofold __open_namei_create() and open_will_truncate(...
2011-03-14 Al Virodo_last: unify may_open() call and everyting after it
2011-03-14 Al Viromove may_open() from __open_name_create() to do_last()
2011-03-14 Al Viroexpand finish_open() in its only caller
2011-03-14 Al Virosanitize pathname component hash calculation
2011-03-14 Al Virokill __lookup_one_len()
2011-03-14 Al Viroswitch non-create side of open() to use of do_last()
2011-03-14 Al Viroget rid of nd->file
2011-03-14 Al Viroget rid of the last LOOKUP_RCU dependencies in link_pat...
2011-03-14 Al Viromake nameidata_dentry_drop_rcu_maybe() always leave...
2011-03-14 Al Viromake handle_dots() leave RCU mode on error
2011-03-14 Al Viroclear RCU on all failure exits from link_path_walk()
2011-03-14 Al Viropull handling of . and .. into inlined helper
2011-03-14 Al Virokill out_dput: in link_path_walk()
2011-03-14 Al Viroseparate -ESTALE/-ECHILD retries in do_filp_open()...
2011-03-14 Al Viroswitch do_filp_open() to struct open_flags
2011-03-14 Al ViroCollect "operation mode" arguments of do_last() into...
2011-03-14 Al Viroclean up the failure exits after __do_follow_link(...
2011-03-14 Al Viropull security_inode_follow_link() into __do_follow_link()
2011-03-14 Al Viropull dropping RCU on success of link_path_walk() into...
2011-03-14 Al Virountangle the "need_reval_dot" mess
2011-03-14 Al Viromerge component type recognition
2011-03-14 Al Viromerge path_init and path_init_rcu
2011-03-14 Al Virosanitize path_walk() mess
2011-03-14 Al Virotake RCU-dependent stuff around exec_permission() into...
2011-03-14 Al Virokill path_lookup()
2011-03-13 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2011-03-13 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2011-03-13 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2011-03-13 Linus TorvaldsMerge git://git.infradead.org/users/dwmw2/mtd-2.6.38
2011-03-13 Linus TorvaldsMerge branch 'fix/asoc' of git://git./linux/kernel...
2011-03-10 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2011-03-10 Linus TorvaldsMerge branch 'media_fixes' of git://git./linux/kernel...
2011-03-10 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2011-03-10 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2011-03-10 Linus TorvaldsMerge branch 'perf/urgent' of git://git./linux/kernel...
2011-03-10 Konrad Rzeszutek... Merge branch 'stable/pcifront-fixes' into stable/irq...
2011-03-10 Konrad Rzeszutek... Merge branch 'stable/irq.rework' into stable/irq.cleanup
2011-03-10 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2011-03-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-09 Linus TorvaldsMerge branch 'for-2.6.38' of git://linux-nfs.org/~bfiel...
2011-03-09 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2011-03-09 Linus TorvaldsMerge branch 'for-2639-rc7/i2c-fixes' of git://git...
2011-03-09 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2011-03-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-09 Ingo MolnarMerge commit 'v2.6.38-rc8' into x86/asm
2011-03-09 Al Virond->inode is not set on the second attempt in path_walk()
2011-03-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-05 Linus TorvaldsMerge branch 'rmobile-fixes-for-linus' of git://git...
2011-03-05 Linus TorvaldsMerge branch 'sh-fixes-for-linus' of git://git./linux...
2011-03-04 Al Virominimal fix for do_filp_open() race
2011-03-04 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2011-03-03 Frederic WeisbeckerMerge branch '/tip/perf/filter' of git://git./linux...
2011-03-03 Linus TorvaldsMerge branch 'idle-release' of git://git./linux/kernel...
2011-03-02 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-03-01 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-03-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next