aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov24132-573858/+1590334
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds114-1314/+2603
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds107-1991/+1266
2020-12-14Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds34-158/+170
2020-12-14Merge branch 'radeon-fixes' (Radeon and amdgpu fixes)Linus Torvalds2-60/+47
2020-12-14drm/radeon: fix check order in radeon_bo_moveChristian König1-30/+24
2020-12-14drm/amdgpu: fix check order in amdgpu_bo_moveChristian König1-30/+23
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski25-159/+533
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski40-114/+2063
2020-12-14Input: da7280 - fix spelling mistake "sequemce" -> "sequence"Colin Ian King1-1/+1
2020-12-14Input: cyapa_gen6 - fix out-of-bounds stack accessArnd Bergmann1-1/+1
2020-12-14libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov2-34/+0
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov2-32/+10
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov15-31/+4356
2020-12-14libceph: introduce connection modes and ms_mode optionIlya Dryomov7-8/+100
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov3-5/+18
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov10-71/+221
2020-12-14libceph: factor out finish_auth()Ilya Dryomov1-22/+30
2020-12-14libceph: drop ac->ops->name fieldIlya Dryomov3-4/+0
2020-12-14libceph: amend cephx init_protocol() and build_request()Ilya Dryomov3-28/+50
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov8-53/+210
2020-12-14libceph: safer en/decoding of cephx requests and repliesIlya Dryomov1-21/+26
2020-12-14libceph: more insight into ticket expiry and invalidationIlya Dryomov1-14/+25
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov3-247/+257
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov4-1496/+1505
2020-12-14libceph: separate msgr1 protocol implementationIlya Dryomov2-50/+96
2020-12-14libceph: export remaining protocol independent infrastructureIlya Dryomov2-83/+113
2020-12-14libceph: export zero_pageIlya Dryomov2-8/+10
2020-12-14libceph: rename and export con->flags bitsIlya Dryomov2-44/+46
2020-12-14libceph: rename and export con->state statesIlya Dryomov2-52/+50
2020-12-14libceph: make con->state an intIlya Dryomov2-11/+7
2020-12-14libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov1-2/+0
2020-12-14libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov1-10/+17
2020-12-14libceph: factor out ceph_con_get_out_msg()Ilya Dryomov1-20/+39
2020-12-14libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov1-5/+6
2020-12-14libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov1-4/+3
2020-12-14libceph: handle discarding acked and requeued messages separatelyIlya Dryomov1-20/+54
2020-12-14libceph: drop msg->ack_stamp fieldIlya Dryomov2-2/+0
2020-12-14libceph: remove redundant session reset log messageIlya Dryomov1-4/+3
2020-12-14libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov1-3/+3
2020-12-14libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov1-6/+4
2020-12-14libceph: split protocol reset bits out of reset_connection()Ilya Dryomov1-26/+24
2020-12-14libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov1-3/+0
2020-12-14libceph: lower exponential backoff delayIlya Dryomov2-5/+11
2020-12-14libceph: include middle_len in process_message() doutIlya Dryomov1-1/+2
2020-12-14ceph: implement updated ceph_mds_request_head structureJeff Layton2-14/+93
2020-12-14ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton1-9/+9
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2-6/+7
2020-12-14ceph: don't reach into request header for readdir infoJeff Layton1-3/+2
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li3-1/+5