summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox
2015-07-01fs/file.c: __fget() and dup2() atomicity rulesEric Dumazet
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet
2015-07-01fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing
2015-06-30vfs: avoid creation of inode number 0 in get_next_inoCarlos Maiolino
2015-06-29namei: make set_root_rcu() return voidAl Viro
2015-06-23make simple_positive() publicAl Viro
2015-06-23ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick
2015-06-23remove the pointless include of lglock.hAl Viro
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