summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-02Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-04-02Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-04-02Merge tag 'iomap-5.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-02hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2020-04-02mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault pathPeter Xu
2020-04-02mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu
2020-04-02userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin
2020-04-02fs_parse: remove pr_notice() about each validationKees Cook
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-04-02ocfs2: roll back the reference count modification of the parent directory if ...wangjian
2020-04-02ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-02ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-02ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-02ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge
2020-04-02ocfs2: remove useless errAlex Shi
2020-04-02ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan
2020-04-02ocfs2: there is no need to log twice in several functionswangyan
2020-04-02ocfs2: remove dlm_lock_is_remoteAlex Shi
2020-04-02ocfs2: use OCFS2_SEC_BITS in macroAlex Shi
2020-04-02ocfs2: remove unused macrosAlex Shi
2020-04-02ocfs2: remove FS_OCFS2_NMAlex Shi
2020-04-02lookup_open(): don't bother with fallbacks to lookup+createAl Viro
2020-04-02atomic_open(): no need to pass struct open_flags anymoreAl Viro
2020-04-02open_last_lookups(): move complete_walk() into do_open()Al Viro
2020-04-02open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open()Al Viro
2020-04-02open_last_lookups(): don't abuse complete_walk() when all we want is unlazyAl Viro
2020-04-02open_last_lookups(): consolidate fsnotify_create() callsAl Viro
2020-04-02take post-lookup part of do_last() out of loopAl Viro
2020-04-02link_path_walk(): sample parent's i_uid and i_mode for the last componentAl Viro
2020-04-02__nd_alloc_stack(): make it return boolAl Viro
2020-04-02reserve_stack(): switch to __nd_alloc_stack()Al Viro
2020-04-02pick_link(): take reserving space on stack into a new helperAl Viro
2020-04-02pick_link(): more straightforward handling of allocation failuresAl Viro
2020-04-02fold path_to_nameidata() into its only remaining callerAl Viro
2020-04-02pick_link(): pass it struct path already with normal refcounting rulesAl Viro
2020-04-02fs/namei.c: kill follow_mount()Al Viro
2020-04-02non-RCU analogue of the previous commitAl Viro
2020-04-02helper for mount rootwards traversalAl Viro
2020-04-02follow_dotdot(): be lazy about changing nd->pathAl Viro
2020-04-02follow_dotdot_rcu(): be lazy about changing nd->pathAl Viro
2020-04-02follow_dotdot{,_rcu}(): massage loopsAl Viro