summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-15libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov15-31/+4356
2020-12-15libceph: introduce connection modes and ms_mode optionIlya Dryomov7-8/+100
2020-12-15libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov3-5/+18
2020-12-15libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov10-72/+222
2020-12-15libceph: factor out finish_auth()Ilya Dryomov1-22/+30
2020-12-15libceph: drop ac->ops->name fieldIlya Dryomov3-4/+0
2020-12-15libceph: amend cephx init_protocol() and build_request()Ilya Dryomov3-28/+50
2020-12-15libceph, ceph: incorporate nautilus cephx changesIlya Dryomov8-53/+210
2020-12-15libceph: safer en/decoding of cephx requests and repliesIlya Dryomov1-21/+26
2020-12-15libceph: more insight into ticket expiry and invalidationIlya Dryomov1-14/+25
2020-12-15libceph: move msgr1 protocol specific fields to its own structIlya Dryomov3-247/+257
2020-12-15libceph: move msgr1 protocol implementation to its own fileIlya Dryomov4-1496/+1505
2020-12-15libceph: separate msgr1 protocol implementationIlya Dryomov2-50/+96
2020-12-15libceph: export remaining protocol independent infrastructureIlya Dryomov2-83/+113
2020-12-15libceph: export zero_pageIlya Dryomov2-8/+10
2020-12-15libceph: rename and export con->flags bitsIlya Dryomov2-44/+46
2020-12-15libceph: rename and export con->state statesIlya Dryomov2-52/+50
2020-12-15libceph: make con->state an intIlya Dryomov2-11/+7
2020-12-15libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov1-2/+0
2020-12-15libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov1-10/+17
2020-12-15libceph: factor out ceph_con_get_out_msg()Ilya Dryomov1-20/+39
2020-12-15libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov1-5/+6
2020-12-15libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov1-4/+3
2020-12-15libceph: handle discarding acked and requeued messages separatelyIlya Dryomov1-20/+54
2020-12-15libceph: drop msg->ack_stamp fieldIlya Dryomov2-2/+0
2020-12-15libceph: remove redundant session reset log messageIlya Dryomov1-4/+3
2020-12-15libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov1-3/+3
2020-12-15libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov1-6/+4
2020-12-15libceph: split protocol reset bits out of reset_connection()Ilya Dryomov1-26/+24
2020-12-15libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov1-3/+0
2020-12-15libceph: lower exponential backoff delayIlya Dryomov2-5/+11
2020-12-15libceph: include middle_len in process_message() doutIlya Dryomov1-1/+2
2020-12-15ceph: implement updated ceph_mds_request_head structureJeff Layton2-14/+93
2020-12-15ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton1-9/+9
2020-12-15ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2-6/+7
2020-12-15ceph: don't reach into request header for readdir infoJeff Layton1-3/+2
2020-12-15ceph: set osdmap epoch for setxattrXiubo Li3-1/+5
2020-12-15ceph: remove redundant assignment to variable iColin Ian King1-1/+1
2020-12-15ceph: add ceph.caps vxattrLuis Henriques1-0/+27
2020-12-15ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2-9/+21
2020-12-15Revert "ceph: allow rename operation under different quota realms"Luis Henriques3-64/+6
2020-12-15ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton1-0/+2
2020-12-15ceph: downgrade warning from mdsmap decode to debugLuis Henriques1-2/+2
2020-12-15ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-12-15ceph: pass down the flags to grab_cache_page_write_beginJeff Layton1-1/+1
2020-12-15ceph: add ceph.{cluster_fsid/client_id} vxattrsXiubo Li1-0/+42
2020-12-15ceph: add status debugfs fileXiubo Li2-0/+21
2020-12-15libceph: remove unused port macrosLiu, Changcheng1-9/+0
2020-12-15ceph: ensure we have Fs caps when fetching dir link countJeff Layton1-5/+14
2020-12-15ceph: send dentry lease metrics to MDS daemonXiubo Li2-3/+29