cascardo/linux.git
2015-06-23 Al ViroMerge branch 'fscache-fixes' into for-next
2015-06-23 Jan Karaxfs: Correctly lock inode when removing suid and file...
2015-06-23 Jan Karafs: Call security_ops->inode_killpriv on truncate
2015-06-23 Jan Karafs: Provide function telling whether file_remove_privs...
2015-06-23 Jan Karafs: Rename file_remove_suid() to file_remove_privs()
2015-06-23 Jan Karafs: Fix S_NOSEC handling
2015-06-23 Dan Carpenterfs/posix_acl.c: make posix_acl_create() safer and cleaner
2015-06-23 Al Vironilfs2_direct_IO(): remove dead code
2015-06-23 Miklos Szeredivfs: add seq_file_path() helper
2015-06-23 Miklos Szeredivfs: add file_path() helper
2015-06-19 David Howellsoverlayfs: Make f_path always point to the overlay...
2015-06-19 David Howellsoverlay: Call ovl_drop_write() earlier in ovl_dentry_open()
2015-06-17 Al ViroMerge branch 'for-linus' into for-next
2015-06-17 Fabian Frederickfs/ufs: restore s_lock mutex_init()
2015-06-16 Al Viroufs: don't touch mtime/ctime of directory being moved
2015-06-16 Al Viroufs: don't bother with lock_ufs()/unlock_ufs() for...
2015-06-16 Jan Karaufs: Fix possible deadlock when looking up directories
2015-06-16 Jan Karaufs: Fix warning from unlock_new_inode()
2015-06-16 Fabian Frederickfs/ufs: restore s_lock mutex
2015-06-14 Fabian Frederickfs/ufs: revert "ufs: fix deadlocks introduced by sb...
2015-06-14 Al Vironcpfs: successful rename() should invalidate caches...
2015-05-29 Al Virod_walk() might skip too much
2015-05-15 Al Viroturn user_{path_at,path,lpath,path_dir}() into static...
2015-05-15 Al Vironamei: move saved_nd pointer into struct nameidata
2015-05-15 Al Viroinline user_path_create()
2015-05-15 Al Viroinline user_path_parent()
2015-05-15 Al Vironamei: trim do_last() arguments
2015-05-15 Al Vironamei: stash dfd and name into nameidata
2015-05-15 Al Vironamei: fold path_cleanup() into terminate_walk()
2015-05-15 Al Vironamei: saner calling conventions for filename_parentat()
2015-05-15 Al Vironamei: saner calling conventions for filename_create()
2015-05-15 Al Vironamei: shift nameidata down into filename_parentat()
2015-05-15 Al Vironamei: make filename_lookup() reject ERR_PTR() passed...
2015-05-15 Al Vironamei: shift nameidata inside filename_lookup()
2015-05-15 Al Vironamei: move putname() call into filename_lookup()
2015-05-15 Al Vironamei: pass the struct path to store the result down...
2015-05-15 Al Vironamei: uninline set_root{,_rcu}()
2015-05-15 Al Vironamei: be careful with mountpoint crossings in follow_d...
2015-05-15 NeilBrownDocumentation: remove outdated information from automou...
2015-05-15 Al Viroget rid of assorted nameidata-related debris
2015-05-15 Al Virolustre: kill unused helper
2015-05-15 Al Virolustre: kill unused macro (LOOKUP_CONTINUE)
2015-05-15 Al Vironamei: unlazy_walk() doesn't need to mess with current...
2015-05-15 Al Viroupdate Documentation/filesystems/ regarding the follow_...
2015-05-15 Al Vironamei: handle absolute symlinks without dropping out...
2015-05-15 Al Viroenable passing fast relative symlinks without dropping...
2015-05-15 NeilBrownVFS/namei: make the use of touch_atime() in get_link...
2015-05-15 Al Vironamei: don't unlazy until get_link()
2015-05-15 Al Vironamei: make unlazy_walk and terminate_walk handle nd...
2015-05-11 Al Vironamei: store seq numbers in nd->stack[]
2015-05-11 Al Vironew helper: __legitimize_mnt()
2015-05-11 Al Vironamei: make may_follow_link() safe in RCU mode
2015-05-11 Al Vironamei: make put_link() RCU-safe
2015-05-11 Al Vironew helper: free_page_put_link()
2015-05-11 Al Viroswitch ->put_link() from dentry to inode
2015-05-11 NeilBrownsecurity: make inode_follow_link RCU-walk aware
2015-05-11 NeilBrownsecurity/selinux: pass 'flags' arg to avc_audit() and...
2015-05-11 Al Vironamei: pick_link() callers already have inode
2015-05-11 David HowellsVFS: Handle lower layer dentry/inode in pathwalk
2015-05-11 Al Vironamei: store inode in nd->stack[]
2015-05-11 Al Vironamei: don't mangle nd->seq in lookup_fast()
2015-05-11 Al Vironamei: explicitly pass seq number to unlazy_walk()...
2015-05-11 Al Virolink_path_walk: use explicit returns for failure exits
2015-05-11 Al Vironamei: lift terminate_walk() all the way up
2015-05-11 Al Vironamei: lift link_path_walk() call out of trailing_symlink()
2015-05-11 Al Vironamei: path_init() calling conventions change
2015-05-11 Al Vironamei: get rid of nameidata->base
2015-05-11 Al Vironamei: split off filename_lookupat() with LOOKUP_PARENT
2015-05-11 Al Vironamei: may_follow_link() - lift terminate_walk() on...
2015-05-11 Al Vironamei: take increment of nd->depth into pick_link()
2015-05-11 Al Vironamei: kill nd->link
2015-05-11 Al Viromay_follow_link(): trim arguments
2015-05-11 Al Vironamei: move bumping the refcount of link->mnt into...
2015-05-11 Al Vironamei: fold put_link() into the failure case of complet...
2015-05-11 Al Vironamei: take the treatment of absolute symlinks to get_l...
2015-05-11 Al Vironamei: simpler treatment of symlinks with nothing other...
2015-05-11 Al Vironamei: simplify failure exits in get_link()
2015-05-11 Al Virodon't pass nameidata to ->follow_link()
2015-05-11 Al Vironamei: simplify the callers of follow_managed()
2015-05-11 NeilBrownVFS: replace {, total_}link_count in task_struct with...
2015-05-11 Al Virolustre: rip the private symlink nesting limit out
2015-05-11 Al Vironamei: move link count check and stack allocation into...
2015-05-11 Al Vironamei: make should_follow_link() store the link in...
2015-05-11 Al Vironamei: new calling conventions for walk_component()
2015-05-11 Al Virolink_path_walk: move the OK: inside the loop
2015-05-11 Al Vironamei: have terminate_walk() do put_link() on everythin...
2015-05-11 Al Vironamei: take put_link() into {lookup,mountpoint,do}_last()
2015-05-11 Al Vironamei: lift (open-coded) terminate_walk() into callers...
2015-05-11 Al Virolift terminate_walk() into callers of walk_component()
2015-05-11 Al Vironamei: lift (open-coded) terminate_walk() in follow_dot...
2015-05-11 Al Vironamei: we never need more than MAXSYMLINKS entries...
2015-05-11 Al Virolink_path_walk: end of nd->depth massage
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 10
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 9
2015-05-11 Al Viroput_link: nd->depth massage, part 8
2015-05-11 Al Virotrailing_symlink: nd->depth massage, part 7
2015-05-11 Al Viroget_link: nd->depth massage, part 6
2015-05-11 Al Virotrailing_symlink: nd->depth massage, part 5
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 4
2015-05-11 Al Virolink_path_walk: nd->depth massage, part 3
next