summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells
2015-06-17Merge branch 'for-linus' into for-nextAl Viro
2015-06-17fs/ufs: restore s_lock mutex_init()Fabian Frederick
2015-06-16ufs: don't touch mtime/ctime of directory being movedAl Viro
2015-06-16ufs: don't bother with lock_ufs()/unlock_ufs() for directory accessAl Viro
2015-06-16ufs: Fix possible deadlock when looking up directoriesJan Kara
2015-06-16ufs: Fix warning from unlock_new_inode()Jan Kara
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick
2015-06-14fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick
2015-06-14ncpfs: successful rename() should invalidate caches for parentsAl Viro
2015-05-28d_walk() might skip too muchAl Viro
2015-05-15turn user_{path_at,path,lpath,path_dir}() into static inlinesAl Viro
2015-05-15namei: move saved_nd pointer into struct nameidataAl Viro
2015-05-15inline user_path_create()Al Viro
2015-05-15inline user_path_parent()Al Viro
2015-05-15namei: trim do_last() argumentsAl Viro
2015-05-15namei: stash dfd and name into nameidataAl Viro
2015-05-15namei: fold path_cleanup() into terminate_walk()Al Viro
2015-05-15namei: saner calling conventions for filename_parentat()Al Viro
2015-05-15namei: saner calling conventions for filename_create()Al Viro
2015-05-15namei: shift nameidata down into filename_parentat()Al Viro
2015-05-15namei: make filename_lookup() reject ERR_PTR() passed as nameAl Viro
2015-05-15namei: shift nameidata inside filename_lookup()Al Viro
2015-05-15namei: move putname() call into filename_lookup()Al Viro
2015-05-15namei: pass the struct path to store the result down into path_lookupat()Al Viro
2015-05-15namei: uninline set_root{,_rcu}()Al Viro
2015-05-15namei: be careful with mountpoint crossings in follow_dotdot_rcu()Al Viro
2015-05-15get rid of assorted nameidata-related debrisAl Viro
2015-05-15namei: unlazy_walk() doesn't need to mess with current->fs anymoreAl Viro
2015-05-15namei: handle absolute symlinks without dropping out of RCU modeAl Viro
2015-05-15enable passing fast relative symlinks without dropping out of RCU modeAl Viro
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown
2015-05-15namei: don't unlazy until get_link()Al Viro
2015-05-15namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_linkAl Viro
2015-05-11namei: store seq numbers in nd->stack[]Al Viro
2015-05-11new helper: __legitimize_mnt()Al Viro
2015-05-11namei: make may_follow_link() safe in RCU modeAl Viro
2015-05-11namei: make put_link() RCU-safeAl Viro
2015-05-11new helper: free_page_put_link()Al Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown
2015-05-11namei: pick_link() callers already have inodeAl Viro
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkDavid Howells
2015-05-11namei: store inode in nd->stack[]Al Viro
2015-05-11namei: don't mangle nd->seq in lookup_fast()Al Viro
2015-05-11namei: explicitly pass seq number to unlazy_walk() when dentry != NULLAl Viro
2015-05-11link_path_walk: use explicit returns for failure exitsAl Viro