summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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/...Linus Torvalds7-912/+680
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds26-248/+349
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
2020-04-02lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcuAl Viro1-34/+37
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds120-4495/+5401
2020-04-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds11-433/+227
2020-04-02Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds10-31/+182
2020-04-02Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds27-202/+1022
2020-04-02Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-79/+3191
2020-04-02Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-102/+431
2020-04-02Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1082-27683/+56968
2020-04-02Merge tag 'mailbox-v5.7' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds11-142/+733
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds13-18/+878
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds12-18/+15
2020-04-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds152-5297/+13777
2020-04-01x86: start using named parameters for low-level uaccess asmsLinus Torvalds1-11/+15
2020-04-01x86: get rid of 'rtype' argument to __get_user_asm() macroLinus Torvalds1-11/+17
2020-04-01x86: get rid of 'rtype' argument to __put_user_goto() macroLinus Torvalds1-7/+7
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman3-4/+4
2020-04-01Merge branch 'for-5.7/mcp2221' into for-linusJiri Kosina5-0/+761
2020-04-01Merge branch 'for-5.7/logitech' into for-linusJiri Kosina1-2/+9
2020-04-01Merge branch 'for-5.7/ish' into for-linusJiri Kosina2-2/+2
2020-04-01Merge branch 'for-5.7/glorious' into for-linusJiri Kosina768-3731/+7427
2020-04-01Merge branch 'for-5.7/core' into for-linusJiri Kosina1-3/+0
2020-04-01Merge branch 'for-5.7/appleir' into for-linusJiri Kosina10698-225640/+529669
2020-04-01Merge branch 'for-5.6/upstream-fixes' into for-linusJiri Kosina2-3/+4
2020-04-01x86: get rid of 'errret' argument to __get_user_xyz() macrossLinus Torvalds1-15/+15
2020-04-01x86: remove __put_user_asm() infrastructureLinus Torvalds1-11/+0
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1772-26287/+113633
2020-04-01Merge tag 'ntb-5.7' of git://github.com/jonmason/ntbLinus Torvalds7-98/+332