serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / fs / namei.c
2012-04-02 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs3-standalone.patch
2012-04-02 Andy WhitcroftUBUNTU: ubuntu: AUFS -- aufs3-base.patch
2012-03-19 Miklos Szeredivfs: fix double put after complete_walk()
2012-03-19 Miklos Szeredivfs: fix return value from do_last()
2012-03-01 Miklos Szeredivfs: fix d_inode_lookup() dentry ref leak
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-09-27 Linus Torvaldsvfs: remove LOOKUP_NO_AUTOMOUNT flag
2011-09-27 Linus Torvaldsvfs pathname lookup: Add LOOKUP_AUTOMOUNT flag
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-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-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-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-07 Theodore Ts'ovfs: make unlink() and rmdir() return ENOENT in prefere...
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()
2011-05-21 Erez ZadokVFS: move BUG_ON test for symlink nd->depth after curre...
2011-05-13 Linus Torvaldsvfs: micro-optimize acl_permission_check()
2011-04-15 Tim Chenvfs: Fix absolute RCU path walk failures due to uniniti...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Ian Kentvfs - check non-mountpoint dentry might block in __foll...
2011-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-24 Serge E. Hallynuserns: rename is_owner_or_cap to inode_owner_or_capable
2011-03-24 Serge E. Hallynuserns: userns: check user namespace for task->file...
2011-03-23 Al Virofix leaks in path_lookupat()
2011-03-18 Al Virolose 'mounting_here' argument in ->d_manage()
2011-03-18 Al Virodon't pass 'mounting_here' flag to follow_down()
2011-03-16 Al Virofix follow_link() breakage
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 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 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(...
next