summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-171-2/+2
|\
| * ceph: use get_user_pages_fast()Al Viro2017-09-221-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
* | libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov2017-09-191-10/+25
|/
* ceph: more accurate statfsDouglas Fuller2017-09-061-1/+5
* ceph: nuke startsync opYanhu Cao2017-09-061-5/+0
* libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-012-1/+9
* libceph: upmap semantic changesIlya Dryomov2017-08-011-28/+11
* crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov2017-08-012-1/+5
* libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov2017-08-011-1/+11
* libceph: don't call ->reencode_message() more than once per messageIlya Dryomov2017-08-011-3/+3
* libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov2017-08-011-3/+6
* libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter2017-07-171-2/+4
* libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov2017-07-171-1/+4
* libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov2017-07-171-1/+1
* libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov2017-07-171-11/+12
* libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter2017-07-171-3/+3
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-1/+5
|\
| * ceph: ensure RNG is seeded before usingJason A. Donenfeld2017-06-191-1/+5
* | libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-072-10/+21
* | crush: remove an obsolete commentIlya Dryomov2017-07-071-5/+0
* | crush: crush_init_workspace starts with struct crush_workIlya Dryomov2017-07-071-1/+1
* | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2017-07-072-3/+200
* | crush: implement weight and id overrides for straw2Ilya Dryomov2017-07-072-19/+57
* | libceph: apply_upmap()Ilya Dryomov2017-07-071-2/+95
* | libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov2017-07-071-6/+6
* | libceph: pg_upmap[_items] infrastructureIlya Dryomov2017-07-072-3/+155
* | libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-22/+3
* | libceph: kill __{insert,lookup,remove}_pg_mapping()Ilya Dryomov2017-07-071-72/+15
* | libceph: introduce and switch to decode_pg_mapping()Ilya Dryomov2017-07-071-67/+83
* | libceph: don't pass pgid by valueIlya Dryomov2017-07-071-10/+10
* | libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-074-0/+684
* | libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-072-28/+34
* | libceph: use target pi for calc_target() calculationsIlya Dryomov2017-07-071-1/+8
* | libceph: always populate t->target_{oid,oloc} in calc_target()Ilya Dryomov2017-07-071-11/+4
* | libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-072-9/+26
* | libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov2017-07-071-0/+1
* | libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-072-11/+17
* | libceph: drop need_resend from calc_target()Ilya Dryomov2017-07-071-7/+11
* | libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-071-19/+134
* | libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-071-2/+5
* | libceph: encode_{pgid,oloc}() helpersIlya Dryomov2017-07-071-23/+27
* | libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-073-3/+48
* | libceph: new pi->last_force_request_resendIlya Dryomov2017-07-071-0/+37
* | libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov2017-07-071-11/+10
* | libceph: support SERVER_JEWEL feature bitsIlya Dryomov2017-07-071-1/+7
* | libceph: handle non-empty dest in ceph_{oloc,oid}_copy()Ilya Dryomov2017-07-071-4/+6
* | libceph: remove ceph_sanitize_features() workaroundIlya Dryomov2017-07-071-2/+1
* | libceph: cleanup old messages according to reconnect seqYan, Zheng2017-05-241-3/+12
* | libceph: NULL deref on crush_decode() error pathDan Carpenter2017-05-231-0/+1
OpenPOWER on IntegriCloud