summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rbd: support for object-map and fast-diffIlya Dryomov2019-07-086-3/+794
* rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov2019-07-081-8/+6Star
* libceph: export osd_req_op_data() macroIlya Dryomov2019-07-082-8/+8
* libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-084-11/+11
* libceph: bump CEPH_MSG_MAX_DATA_LEN (again)Ilya Dryomov2019-07-081-2/+4
* rbd: new exclusive lock wait/wake codeIlya Dryomov2019-07-081-143/+186
* rbd: quiescing lock should wait for image requestsIlya Dryomov2019-07-081-14/+90
* rbd: lock should be quiesced on reacquireIlya Dryomov2019-07-081-14/+21
* rbd: introduce copyup state machineIlya Dryomov2019-07-081-64/+123
* rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov2019-07-081-13/+13
* rbd: move OSD request allocation into object request state machinesIlya Dryomov2019-07-081-118/+96Star
* rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov2019-07-081-16/+27
* rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov2019-07-081-12/+17
* rbd: introduce obj_req->osd_reqs listIlya Dryomov2019-07-081-91/+100
* libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-083-6/+6
* rbd: introduce image request state machineIlya Dryomov2019-07-081-57/+137
* rbd: move OSD request submission into object request state machinesIlya Dryomov2019-07-081-11/+49
* rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov2019-07-081-52/+60
* rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov2019-07-081-36/+46
* rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov2019-07-081-91/+58Star
* ceph: don't NULL terminate virtual xattrsJeff Layton2019-07-081-25/+59
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-07-081-7/+7
* ceph: make getxattr_cb return ssize_tJeff Layton2019-07-081-45/+45
* ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng2019-07-082-12/+31
* ceph: kick flushing and flush snaps before sending normal cap messageYan, Zheng2019-07-081-4/+14
* ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps()Yan, Zheng2019-07-081-9/+4Star
* ceph: increment change_attribute on local changesJeff Layton2019-07-082-0/+7
* ceph: handle change_attr in cap messagesJeff Layton2019-07-083-9/+13
* ceph: add change_attr field to ceph_inode_infoJeff Layton2019-07-083-2/+8
* iversion: add a routine to update a raw value with a larger oneJeff Layton2019-07-081-0/+24
* ceph: allow querying of STATX_BTIME in ceph_getattrJeff Layton2019-07-081-3/+13
* libceph: turn on CEPH_FEATURE_MSG_ADDR2Jeff Layton2019-07-081-0/+1
* ceph: handle btime in cap messagesJeff Layton2019-07-083-7/+14
* ceph: add btime field to ceph_inode_infoJeff Layton2019-07-084-8/+17
* libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-082-5/+5
* libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-083-14/+18
* ceph: fix decode_locker to use ceph_decode_entity_addrJeff Layton2019-07-081-2/+5
* ceph: have MDS map decoding use entity_addr_t decoderJeff Layton2019-07-081-4/+8
* libceph: correctly decode ADDR2 addresses in incremental OSD mapsJeff Layton2019-07-081-5/+10
* libceph: fix watch_item_t decoding to use ceph_decode_entity_addrJeff Layton2019-07-081-7/+13
* libceph: switch osdmap decoding to use ceph_decode_entity_addrJeff Layton2019-07-081-8/+8
* libceph: ADDR2 support for monmapJeff Layton2019-07-082-9/+13
* libceph: add ceph_decode_entity_addrJeff Layton2019-07-083-1/+93
* libceph: fix sa_family just after reading addressJeff Layton2019-07-081-3/+2Star
* ceph: remove request from waiting list before unregisterYan, Zheng2019-07-081-0/+2
* ceph: don't blindly unregister session that is in opening stateYan, Zheng2019-07-081-33/+26Star
* ceph: fix infinite loop in get_quota_realm()Yan, Zheng2019-07-081-2/+13
* ceph: add selinux supportYan, Zheng2019-07-087-17/+173
* ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng2019-07-085-52/+55
* ceph: fix debug print format in __set_xattr()Yan, Zheng2019-07-081-2/+2