Age | Commit message (Expand) | Author | Files | Lines |
2016-05-26 | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2 | -18/+18 |
2016-05-26 | libceph: switch to calc_target(), part 1 | Ilya Dryomov | 1 | -10/+5 |
2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 3 | -0/+62 |
2016-05-26 | libceph: pi->min_size, pi->last_force_request_resend | Ilya Dryomov | 1 | -3/+6 |
2016-05-26 | libceph: make pgid_cmp() global | Ilya Dryomov | 1 | -0/+2 |
2016-05-26 | libceph: rename ceph_calc_pg_primary() | Ilya Dryomov | 1 | -2/+2 |
2016-05-26 | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov | 1 | -3/+18 |
2016-05-26 | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov | 1 | -5/+4 |
2016-05-26 | libceph: fix ceph_eversion encoding | Ilya Dryomov | 1 | -1/+1 |
2016-05-26 | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 1 | -0/+57 |
2016-05-26 | libceph: nuke unused fields and functions | Ilya Dryomov | 3 | -13/+2 |
2016-05-26 | libceph: variable-sized ceph_object_id | Ilya Dryomov | 1 | -25/+37 |
2016-05-26 | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 1 | -0/+1 |
2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 2 | -6/+5 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-03-25 | ceph: fix security xattr deadlock | Yan, Zheng | 1 | -1/+2 |
2016-03-25 | libceph: add helper that duplicates last extent operation | Yan, Zheng | 1 | -0/+2 |
2016-03-25 | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 1 | -2/+4 |
2016-03-25 | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng | 1 | -2/+3 |
2016-03-25 | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov | 1 | -1/+1 |
2016-03-25 | libceph: monc hunt rate is 3s with backoff up to 30s | Ilya Dryomov | 2 | -0/+6 |
2016-03-25 | libceph: monc ping rate is 10s | Ilya Dryomov | 1 | -2/+3 |
2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 3 | -10/+24 |
2016-03-04 | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 1 | -0/+1 |
2016-02-04 | libceph: MOSDOpReply v7 encoding | Ilya Dryomov | 1 | -1/+4 |
2016-02-04 | libceph: advertise support for TUNABLES5 | Ilya Dryomov | 1 | -1/+12 |
2016-01-21 | libceph: fix ceph_msg_revoke() | Ilya Dryomov | 1 | -1/+1 |
2016-01-21 | ceph: ceph_frag_contains_value can be boolean | Yaowei Bai | 1 | -1/+1 |
2016-01-21 | ceph: remove unused functions in ceph_frag.h | Yaowei Bai | 1 | -35/+0 |
2015-11-03 | libceph: add nocephx_sign_messages option | Ilya Dryomov | 1 | -1/+2 |
2015-11-03 | libceph: stop duplicating client fields in messenger | Ilya Dryomov | 2 | -10/+2 |
2015-11-03 | libceph: msg signing callouts don't need con argument | Ilya Dryomov | 1 | -3/+2 |
2015-09-17 | libceph: advertise support for keepalive2 | Ilya Dryomov | 1 | -0/+1 |
2015-09-17 | libceph: don't access invalid memory in keepalive2 path | Ilya Dryomov | 1 | -1/+3 |
2015-09-08 | libceph: use keepalive2 to verify the mon session is alive | Yan, Zheng | 3 | -1/+9 |
2015-07-09 | libceph: enable ceph in a non-default network namespace | Ilya Dryomov | 1 | -0/+3 |
2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 1 | -0/+1 |
2015-06-25 | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 1 | -6/+11 |
2015-06-25 | libceph: nuke time_sub() | Ilya Dryomov | 1 | -9/+0 |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng | 1 | -1/+1 |
2015-04-22 | libceph: announce support for straw2 buckets | Ilya Dryomov | 1 | -1/+15 |
2015-04-22 | ceph: rename snapshot support | Yan, Zheng | 1 | -0/+1 |
2015-04-20 | libceph: simplify our debugfs attr macro | Ilya Dryomov | 1 | -7/+1 |
2015-04-20 | libceph: expose client options through debugfs | Ilya Dryomov | 1 | -0/+1 |
2015-04-20 | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 1 | -0/+1 |
2015-04-20 | libceph: osdmap.h: Add missing format newlines | Joe Perches | 1 | -3/+2 |
2015-02-19 | libceph: tcp_nodelay support | Chaitanya Huilgol | 2 | -2/+5 |
2015-02-19 | ceph: handle SESSION_FORCE_RO message | Yan, Zheng | 1 | -0/+1 |
2015-02-19 | libceph: nuke pool op infrastructure | Ilya Dryomov | 2 | -44/+1 |
2015-01-08 | libceph: fix sparse endianness warnings | Ilya Dryomov | 1 | -2/+2 |