aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23make simple_positive() publicAl Viro7-29/+9
2015-06-23ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick1-9/+4
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick7-38/+0
2015-06-23remove the pointless include of lglock.hAl Viro1-1/+0
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes13-13/+13
2015-06-23Merge branch 'fscache-fixes' into for-nextAl Viro8-155/+322
2015-06-23xfs: Correctly lock inode when removing suid and file capabilitiesJan Kara1-1/+10
2015-06-23fs: Call security_ops->inode_killpriv on truncateJan Kara2-5/+6
2015-06-23fs: Provide function telling whether file_remove_privs() will do anythingJan Kara1-12/+32
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara6-10/+13
2015-06-23fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-06-23fs/posix_acl.c: make posix_acl_create() safer and cleanerDan Carpenter1-26/+20
2015-06-23nilfs2_direct_IO(): remove dead codeAl Viro1-20/+2
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi4-4/+18
2015-06-23vfs: add file_path() helperMiklos Szeredi4-4/+10
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells6-32/+39
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells1-10/+4
2015-06-17Merge branch 'for-linus' into for-nextAl Viro9-79/+85
2015-06-17fs/ufs: restore s_lock mutex_init()Fabian Frederick1-0/+1
2015-06-16ufs: don't touch mtime/ctime of directory being movedAl Viro3-5/+12
2015-06-16ufs: don't bother with lock_ufs()/unlock_ufs() for directory accessAl Viro1-40/+14
2015-06-16ufs: Fix possible deadlock when looking up directoriesJan Kara1-0/+1
2015-06-16ufs: Fix warning from unlock_new_inode()Jan Kara1-1/+6
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick4-25/+36
2015-06-14fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2-7/+12
2015-06-14ncpfs: successful rename() should invalidate caches for parentsAl Viro1-0/+2
2015-05-28d_walk() might skip too muchAl Viro1-4/+4
2015-05-15turn user_{path_at,path,lpath,path_dir}() into static inlinesAl Viro1-7/+1
2015-05-15namei: move saved_nd pointer into struct nameidataAl Viro1-22/+24
2015-05-15inline user_path_create()Al Viro1-1/+1
2015-05-15inline user_path_parent()Al Viro1-1/+1
2015-05-15namei: trim do_last() argumentsAl Viro1-6/+6
2015-05-15namei: stash dfd and name into nameidataAl Viro1-50/+46
2015-05-15namei: fold path_cleanup() into terminate_walk()Al Viro1-12/+4
2015-05-15namei: saner calling conventions for filename_parentat()Al Viro1-38/+22
2015-05-15namei: saner calling conventions for filename_create()Al Viro1-16/+10
2015-05-15namei: shift nameidata down into filename_parentat()Al Viro1-41/+43
2015-05-15namei: make filename_lookup() reject ERR_PTR() passed as nameAl Viro1-20/+10
2015-05-15namei: shift nameidata inside filename_lookup()Al Viro1-16/+14
2015-05-15namei: move putname() call into filename_lookup()Al Viro1-23/+15
2015-05-15namei: pass the struct path to store the result down into path_lookupat()Al Viro1-38/+34
2015-05-15namei: uninline set_root{,_rcu}()Al Viro1-2/+2
2015-05-15namei: be careful with mountpoint crossings in follow_dotdot_rcu()Al Viro1-30/+21
2015-05-15get rid of assorted nameidata-related debrisAl Viro4-7/+4
2015-05-15namei: unlazy_walk() doesn't need to mess with current->fs anymoreAl Viro1-7/+4
2015-05-15namei: handle absolute symlinks without dropping out of RCU modeAl Viro1-11/+20
2015-05-15enable passing fast relative symlinks without dropping out of RCU modeAl Viro1-5/+8
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown2-12/+30
2015-05-15namei: don't unlazy until get_link()Al Viro1-11/+26
2015-05-15namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_linkAl Viro1-38/+100