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