| Commit message (Expand) | Author | Files | Lines |
2019-07-08 | rbd: support for object-map and fast-diff | Ilya Dryomov | 6 | -3/+794 |
2019-07-08 | rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe() | Ilya Dryomov | 1 | -8/+6 |
2019-07-08 | libceph: export osd_req_op_data() macro | Ilya Dryomov | 2 | -8/+8 |
2019-07-08 | libceph: change ceph_osdc_call() to take page vector for response | Ilya Dryomov | 4 | -11/+11 |
2019-07-08 | libceph: bump CEPH_MSG_MAX_DATA_LEN (again) | Ilya Dryomov | 1 | -2/+4 |
2019-07-08 | rbd: new exclusive lock wait/wake code | Ilya Dryomov | 1 | -143/+186 |
2019-07-08 | rbd: quiescing lock should wait for image requests | Ilya Dryomov | 1 | -14/+90 |
2019-07-08 | rbd: lock should be quiesced on reacquire | Ilya Dryomov | 1 | -14/+21 |
2019-07-08 | rbd: introduce copyup state machine | Ilya Dryomov | 1 | -64/+123 |
2019-07-08 | rbd: rename rbd_obj_setup_*() to rbd_obj_init_*() | Ilya Dryomov | 1 | -13/+13 |
2019-07-08 | rbd: move OSD request allocation into object request state machines | Ilya Dryomov | 1 | -118/+96 |
2019-07-08 | rbd: factor out __rbd_osd_setup_discard_ops() | Ilya Dryomov | 1 | -16/+27 |
2019-07-08 | rbd: factor out rbd_osd_setup_copyup() | Ilya Dryomov | 1 | -12/+17 |
2019-07-08 | rbd: introduce obj_req->osd_reqs list | Ilya Dryomov | 1 | -91/+100 |
2019-07-08 | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov | 3 | -6/+6 |
2019-07-08 | rbd: introduce image request state machine | Ilya Dryomov | 1 | -57/+137 |
2019-07-08 | rbd: move OSD request submission into object request state machines | Ilya Dryomov | 1 | -11/+49 |
2019-07-08 | rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD} | Ilya Dryomov | 1 | -52/+60 |
2019-07-08 | rbd: replace obj_req->tried_parent with obj_req->read_state | Ilya Dryomov | 1 | -36/+46 |
2019-07-08 | rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferred | Ilya Dryomov | 1 | -91/+58 |
2019-07-08 | ceph: don't NULL terminate virtual xattrs | Jeff Layton | 1 | -25/+59 |
2019-07-08 | ceph: return -ERANGE if virtual xattr value didn't fit in buffer | Jeff Layton | 1 | -7/+7 |
2019-07-08 | ceph: make getxattr_cb return ssize_t | Jeff Layton | 1 | -45/+45 |
2019-07-08 | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP | Yan, Zheng | 2 | -12/+31 |
2019-07-08 | ceph: kick flushing and flush snaps before sending normal cap message | Yan, Zheng | 1 | -4/+14 |
2019-07-08 | ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() | Yan, Zheng | 1 | -9/+4 |
2019-07-08 | ceph: increment change_attribute on local changes | Jeff Layton | 2 | -0/+7 |
2019-07-08 | ceph: handle change_attr in cap messages | Jeff Layton | 3 | -9/+13 |
2019-07-08 | ceph: add change_attr field to ceph_inode_info | Jeff Layton | 3 | -2/+8 |
2019-07-08 | iversion: add a routine to update a raw value with a larger one | Jeff Layton | 1 | -0/+24 |
2019-07-08 | ceph: allow querying of STATX_BTIME in ceph_getattr | Jeff Layton | 1 | -3/+13 |
2019-07-08 | libceph: turn on CEPH_FEATURE_MSG_ADDR2 | Jeff Layton | 1 | -0/+1 |
2019-07-08 | ceph: handle btime in cap messages | Jeff Layton | 3 | -7/+14 |
2019-07-08 | ceph: add btime field to ceph_inode_info | Jeff Layton | 4 | -8/+17 |
2019-07-08 | libceph: rename ceph_encode_addr to ceph_encode_banner_addr | Jeff Layton | 2 | -5/+5 |
2019-07-08 | libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE | Jeff Layton | 3 | -14/+18 |
2019-07-08 | ceph: fix decode_locker to use ceph_decode_entity_addr | Jeff Layton | 1 | -2/+5 |
2019-07-08 | ceph: have MDS map decoding use entity_addr_t decoder | Jeff Layton | 1 | -4/+8 |
2019-07-08 | libceph: correctly decode ADDR2 addresses in incremental OSD maps | Jeff Layton | 1 | -5/+10 |
2019-07-08 | libceph: fix watch_item_t decoding to use ceph_decode_entity_addr | Jeff Layton | 1 | -7/+13 |
2019-07-08 | libceph: switch osdmap decoding to use ceph_decode_entity_addr | Jeff Layton | 1 | -8/+8 |
2019-07-08 | libceph: ADDR2 support for monmap | Jeff Layton | 2 | -9/+13 |
2019-07-08 | libceph: add ceph_decode_entity_addr | Jeff Layton | 3 | -1/+93 |
2019-07-08 | libceph: fix sa_family just after reading address | Jeff Layton | 1 | -3/+2 |
2019-07-08 | ceph: remove request from waiting list before unregister | Yan, Zheng | 1 | -0/+2 |
2019-07-08 | ceph: don't blindly unregister session that is in opening state | Yan, Zheng | 1 | -33/+26 |
2019-07-08 | ceph: fix infinite loop in get_quota_realm() | Yan, Zheng | 1 | -2/+13 |
2019-07-08 | ceph: add selinux support | Yan, Zheng | 7 | -17/+173 |
2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng | 5 | -52/+55 |
2019-07-08 | ceph: fix debug print format in __set_xattr() | Yan, Zheng | 1 | -2/+2 |