| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph: osd_state is 32 bits wide in luminous | Ilya Dryomov | 2017-07-07 | 2 | -10/+21 |
* | crush: remove an obsolete comment | Ilya Dryomov | 2017-07-07 | 1 | -5/+0 |
* | crush: crush_init_workspace starts with struct crush_work | Ilya Dryomov | 2017-07-07 | 1 | -1/+1 |
* | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule() | Ilya Dryomov | 2017-07-07 | 2 | -3/+200 |
* | crush: implement weight and id overrides for straw2 | Ilya Dryomov | 2017-07-07 | 2 | -19/+57 |
* | libceph: apply_upmap() | Ilya Dryomov | 2017-07-07 | 1 | -2/+95 |
* | libceph: compute actual pgid in ceph_pg_to_up_acting_osds() | Ilya Dryomov | 2017-07-07 | 1 | -6/+6 |
* | libceph: pg_upmap[_items] infrastructure | Ilya Dryomov | 2017-07-07 | 2 | -3/+155 |
* | libceph: ceph_decode_skip_* helpers | Ilya Dryomov | 2017-07-07 | 1 | -22/+3 |
* | libceph: kill __{insert,lookup,remove}_pg_mapping() | Ilya Dryomov | 2017-07-07 | 1 | -72/+15 |
* | libceph: introduce and switch to decode_pg_mapping() | Ilya Dryomov | 2017-07-07 | 1 | -67/+83 |
* | libceph: don't pass pgid by value | Ilya Dryomov | 2017-07-07 | 1 | -10/+10 |
* | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 2017-07-07 | 4 | -0/+684 |
* | libceph: avoid unnecessary pi lookups in calc_target() | Ilya Dryomov | 2017-07-07 | 2 | -28/+34 |
* | libceph: use target pi for calc_target() calculations | Ilya Dryomov | 2017-07-07 | 1 | -1/+8 |
* | libceph: always populate t->target_{oid,oloc} in calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -11/+4 |
* | libceph: make sure need_resend targets reflect latest map | Ilya Dryomov | 2017-07-07 | 2 | -9/+26 |
* | libceph: delete from need_resend_linger before check_linger_pool_dne() | Ilya Dryomov | 2017-07-07 | 1 | -0/+1 |
* | libceph: resend on PG splits if OSD has RESEND_ON_SPLIT | Ilya Dryomov | 2017-07-07 | 2 | -11/+17 |
* | libceph: drop need_resend from calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -7/+11 |
* | libceph: MOSDOp v8 encoding (actual spgid + full hash) | Ilya Dryomov | 2017-07-07 | 1 | -19/+134 |
* | libceph: ceph_connection_operations::reencode_message() method | Ilya Dryomov | 2017-07-07 | 1 | -2/+5 |
* | libceph: encode_{pgid,oloc}() helpers | Ilya Dryomov | 2017-07-07 | 1 | -23/+27 |
* | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() | Ilya Dryomov | 2017-07-07 | 3 | -3/+48 |
* | libceph: new pi->last_force_request_resend | Ilya Dryomov | 2017-07-07 | 1 | -0/+37 |
* | libceph: fold [l]req->last_force_resend into ceph_osd_request_target | Ilya Dryomov | 2017-07-07 | 1 | -11/+10 |
* | libceph: support SERVER_JEWEL feature bits | Ilya Dryomov | 2017-07-07 | 1 | -1/+7 |
* | libceph: handle non-empty dest in ceph_{oloc,oid}_copy() | Ilya Dryomov | 2017-07-07 | 1 | -4/+6 |
* | libceph: remove ceph_sanitize_features() workaround | Ilya Dryomov | 2017-07-07 | 1 | -2/+1 |
* | libceph: cleanup old messages according to reconnect seq | Yan, Zheng | 2017-05-24 | 1 | -3/+12 |
* | libceph: NULL deref on crush_decode() error path | Dan Carpenter | 2017-05-23 | 1 | -0/+1 |
* | libceph: fix error handling in process_one_ticket() | Ilya Dryomov | 2017-05-23 | 1 | -5/+5 |
* | libceph: validate blob_struct_v in process_one_ticket() | Ilya Dryomov | 2017-05-23 | 1 | -0/+3 |
* | libceph: drop version variable from ceph_monmap_decode() | Ilya Dryomov | 2017-05-23 | 1 | -3/+1 |
* | libceph: make ceph_msg_data_advance() return void | Ilya Dryomov | 2017-05-23 | 1 | -7/+4 |
* | libceph: use kbasename() and kill ceph_file_part() | Ilya Dryomov | 2017-05-23 | 1 | -13/+0 |
* | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 6 | -34/+198 |
|\ |
|
| * | rbd: support updating the lock cookie without releasing the lock | Ilya Dryomov | 2017-05-04 | 1 | -0/+51 |
| * | libceph: add an epoch_barrier field to struct ceph_osd_client | Jeff Layton | 2017-05-04 | 2 | -8/+74 |
| * | libceph: abort already submitted but abortable requests when map or pool goes... | Jeff Layton | 2017-05-04 | 1 | -0/+34 |
| * | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 2017-05-04 | 1 | -0/+7 |
| * | libceph: remove req->r_replay_version | Jeff Layton | 2017-05-04 | 2 | -6/+5 |
| * | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -1/+1 |
| * | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -8/+8 |
| * | libceph: convert ceph_snap_context.nref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -3/+3 |
| * | libceph: supported_features module parameter | Ilya Dryomov | 2017-05-04 | 1 | -0/+11 |
| * | libceph, ceph: always advertise all supported features | Ilya Dryomov | 2017-05-04 | 1 | -10/+6 |
* | | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani | 2017-05-08 | 2 | -4/+6 |
* | | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2017-05-08 | 1 | -1/+1 |
|/ |
|
* | libceph: force GFP_NOIO for socket allocations | Ilya Dryomov | 2017-03-23 | 1 | -0/+6 |