aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 23-182/+174
2020-04-02Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 102-2186/+3313
2020-04-02Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+3
2020-04-02Merge tag 'iomap-5.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-21/+17
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-905/+676
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 6-186/+173
2020-04-02hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceGravatar Mike Kravetz 1-8/+20
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationGravatar Mike Kravetz 1-0/+2
2020-04-02mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault pathGravatar Peter Xu 1-8/+28
2020-04-02mm: introduce FAULT_FLAG_INTERRUPTIBLEGravatar Peter Xu 1-3/+1
2020-04-02userfaultfd: don't retake mmap_sem to emulate NOPAGEGravatar Peter Xu 1-24/+0
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Gravatar Roman Gushchin 1-1/+1
2020-04-02fs_parse: remove pr_notice() about each validationGravatar Kees Cook 1-2/+0
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveGravatar Matthew Wilcox (Oracle) 1-14/+10
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 4-80/+80
2020-04-02ocfs2: roll back the reference count modification of the parent directory if ...Gravatar wangjian 1-4/+11
2020-04-02ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-9/+9
2020-04-02ocfs2: dlm: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-4/+4
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Gravatar Jules Irenge 1-0/+2
2020-04-02ocfs2: remove useless errGravatar Alex Shi 2-4/+3
2020-04-02ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"Gravatar wangyan 1-1/+1
2020-04-02ocfs2: there is no need to log twice in several functionsGravatar wangyan 2-6/+0
2020-04-02ocfs2: remove dlm_lock_is_remoteGravatar Alex Shi 1-2/+0
2020-04-02ocfs2: use OCFS2_SEC_BITS in macroGravatar Alex Shi 1-1/+1
2020-04-02ocfs2: remove unused macrosGravatar Alex Shi 4-8/+0
2020-04-02ocfs2: remove FS_OCFS2_NMGravatar Alex Shi 1-2/+0
2020-04-02lookup_open(): don't bother with fallbacks to lookup+createGravatar Al Viro 1-25/+9
2020-04-02atomic_open(): no need to pass struct open_flags anymoreGravatar Al Viro 1-2/+1
2020-04-02open_last_lookups(): move complete_walk() into do_open()Gravatar Al Viro 1-10/+8
2020-04-02open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open()Gravatar Al Viro 1-5/+2
2020-04-02open_last_lookups(): don't abuse complete_walk() when all we want is unlazyGravatar Al Viro 1-9/+5
2020-04-02open_last_lookups(): consolidate fsnotify_create() callsGravatar Al Viro 1-5/+2
2020-04-02take post-lookup part of do_last() out of loopGravatar Al Viro 1-12/+9
2020-04-02link_path_walk(): sample parent's i_uid and i_mode for the last componentGravatar Al Viro 1-10/+7
2020-04-02__nd_alloc_stack(): make it return boolGravatar Al Viro 1-27/+18
2020-04-02reserve_stack(): switch to __nd_alloc_stack()Gravatar Al Viro 1-11/+8
2020-04-02pick_link(): take reserving space on stack into a new helperGravatar Al Viro 1-21/+25
2020-04-02pick_link(): more straightforward handling of allocation failuresGravatar Al Viro 1-8/+7
2020-04-02fold path_to_nameidata() into its only remaining callerGravatar Al Viro 1-13/+6
2020-04-02pick_link(): pass it struct path already with normal refcounting rulesGravatar Al Viro 1-6/+6
2020-04-02fs/namei.c: kill follow_mount()Gravatar Al Viro 1-20/+2
2020-04-02non-RCU analogue of the previous commitGravatar Al Viro 1-17/+39
2020-04-02helper for mount rootwards traversalGravatar Al Viro 1-16/+24
2020-04-02follow_dotdot(): be lazy about changing nd->pathGravatar Al Viro 1-5/+13
2020-04-02follow_dotdot_rcu(): be lazy about changing nd->pathGravatar Al Viro 1-15/+20
2020-04-02follow_dotdot{,_rcu}(): massage loopsGravatar Al Viro 1-32/+45
2020-04-02lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcuGravatar Al Viro 1-34/+37
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+8