summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+5
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov-10/+21
2017-07-07crush: remove an obsolete commentIlya Dryomov-5/+0
2017-07-07crush: crush_init_workspace starts with struct crush_workIlya Dryomov-1/+1
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov-3/+200
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov-19/+57
2017-07-07libceph: apply_upmap()Ilya Dryomov-2/+95
2017-07-07libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov-6/+6
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov-3/+155
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov-22/+3
2017-07-07libceph: kill __{insert,lookup,remove}_pg_mapping()Ilya Dryomov-72/+15
2017-07-07libceph: introduce and switch to decode_pg_mapping()Ilya Dryomov-67/+83
2017-07-07libceph: don't pass pgid by valueIlya Dryomov-10/+10
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov-0/+684
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov-28/+34
2017-07-07libceph: use target pi for calc_target() calculationsIlya Dryomov-1/+8
2017-07-07libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov-11/+4
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov-9/+26
2017-07-07libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov-11/+17
2017-07-07libceph: drop need_resend from calc_target()Ilya Dryomov-7/+11
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov-19/+134
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov-2/+5
2017-07-07libceph: encode_{pgid,oloc}() helpersIlya Dryomov-23/+27
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov-3/+48
2017-07-07libceph: new pi->last_force_request_resendIlya Dryomov-0/+37
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov-11/+10
2017-07-07libceph: support SERVER_JEWEL feature bitsIlya Dryomov-1/+7
2017-07-07libceph: handle non-empty dest in ceph_{oloc,oid}_copy()Ilya Dryomov-4/+6
2017-07-07libceph: remove ceph_sanitize_features() workaroundIlya Dryomov-2/+1
2017-06-19ceph: ensure RNG is seeded before usingJason A. Donenfeld-1/+5
2017-05-24libceph: cleanup old messages according to reconnect seqYan, Zheng-3/+12
2017-05-23libceph: NULL deref on crush_decode() error pathDan Carpenter-0/+1
2017-05-23libceph: fix error handling in process_one_ticket()Ilya Dryomov-5/+5
2017-05-23libceph: validate blob_struct_v in process_one_ticket()Ilya Dryomov-0/+3
2017-05-23libceph: drop version variable from ceph_monmap_decode()Ilya Dryomov-3/+1
2017-05-23libceph: make ceph_msg_data_advance() return voidIlya Dryomov-7/+4
2017-05-23libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov-13/+0
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-34/+198
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani-4/+6
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-1/+1
2017-05-04rbd: support updating the lock cookie without releasing the lockIlya Dryomov-0/+51
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton-8/+74
2017-05-04libceph: abort already submitted but abortable requests when map or pool goes...Jeff Layton-0/+34
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton-0/+7
2017-05-04libceph: remove req->r_replay_versionJeff Layton-6/+5
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova-1/+1
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova-8/+8
2017-05-04libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova-3/+3
2017-05-04libceph: supported_features module parameterIlya Dryomov-0/+11