summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2015-06-23Merge branch 'fscache-fixes' into for-nextAl Viro
2015-06-23xfs: Correctly lock inode when removing suid and file capabilitiesJan Kara
2015-06-23fs: Call security_ops->inode_killpriv on truncateJan Kara
2015-06-23fs: Provide function telling whether file_remove_privs() will do anythingJan Kara
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-23fs: Fix S_NOSEC handlingJan Kara
2015-06-23fs/posix_acl.c: make posix_acl_create() safer and cleanerDan Carpenter
2015-06-23nilfs2_direct_IO(): remove dead codeAl Viro
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