aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-5/+105
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-182/+174
2020-04-02Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds102-2186/+3313
2020-04-02Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+3
2020-04-02Merge tag 'iomap-5.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-21/+17
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-905/+676
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds6-186/+173
2020-04-02hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz1-8/+20
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-0/+2
2020-04-02mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault pathPeter Xu1-8/+28
2020-04-02mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu1-3/+1
2020-04-02userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu1-24/+0
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin1-1/+1
2020-04-02fs_parse: remove pr_notice() about each validationKees Cook1-2/+0
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)1-14/+10
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai4-80/+80
2020-04-02ocfs2: roll back the reference count modification of the parent directory if an error occurswangjian1-4/+11
2020-04-02ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva1-9/+9
2020-04-02ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-02ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-02ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock()Jules Irenge1-0/+2
2020-04-02ocfs2: remove useless errAlex Shi2-4/+3
2020-04-02ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan1-1/+1
2020-04-02ocfs2: there is no need to log twice in several functionswangyan2-6/+0
2020-04-02ocfs2: remove dlm_lock_is_remoteAlex Shi1-2/+0
2020-04-02ocfs2: use OCFS2_SEC_BITS in macroAlex Shi1-1/+1
2020-04-02ocfs2: remove unused macrosAlex Shi4-8/+0
2020-04-02ocfs2: remove FS_OCFS2_NMAlex Shi1-2/+0
2020-04-02lookup_open(): don't bother with fallbacks to lookup+createAl Viro1-25/+9
2020-04-02atomic_open(): no need to pass struct open_flags anymoreAl Viro1-2/+1
2020-04-02open_last_lookups(): move complete_walk() into do_open()Al Viro1-10/+8
2020-04-02open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open()Al Viro1-5/+2
2020-04-02open_last_lookups(): don't abuse complete_walk() when all we want is unlazyAl Viro1-9/+5
2020-04-02open_last_lookups(): consolidate fsnotify_create() callsAl Viro1-5/+2
2020-04-02take post-lookup part of do_last() out of loopAl Viro1-12/+9
2020-04-02link_path_walk(): sample parent's i_uid and i_mode for the last componentAl Viro1-10/+7
2020-04-02__nd_alloc_stack(): make it return boolAl Viro1-27/+18
2020-04-02reserve_stack(): switch to __nd_alloc_stack()Al Viro1-11/+8
2020-04-02pick_link(): take reserving space on stack into a new helperAl Viro1-21/+25
2020-04-02pick_link(): more straightforward handling of allocation failuresAl Viro1-8/+7
2020-04-02fold path_to_nameidata() into its only remaining callerAl Viro1-13/+6
2020-04-02pick_link(): pass it struct path already with normal refcounting rulesAl Viro1-6/+6
2020-04-02fs/namei.c: kill follow_mount()Al Viro1-20/+2
2020-04-02non-RCU analogue of the previous commitAl Viro1-17/+39
2020-04-02helper for mount rootwards traversalAl Viro1-16/+24
2020-04-02follow_dotdot(): be lazy about changing nd->pathAl Viro1-5/+13
2020-04-02follow_dotdot_rcu(): be lazy about changing nd->pathAl Viro1-15/+20
2020-04-02follow_dotdot{,_rcu}(): massage loopsAl Viro1-32/+45