summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: fix PG split vs OSD (re)connect raceIlya Dryomov2019-08-291-5/+4
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-272-1/+26
* libceph: handle an empty authorize replyIlya Dryomov2019-02-271-6/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-02-151-2/+3
* libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-12-051-0/+7
* libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-12-051-2/+4
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-12-051-17/+56
* libceph: add authorizer challengeIlya Dryomov2018-12-055-6/+117
* libceph: factor out encrypt_authorizer()Ilya Dryomov2018-12-051-13/+36
* libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-12-051-9/+24
* libceph: factor out __prepare_write_connect()Ilya Dryomov2018-12-051-9/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-12-051-28/+26
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-271-3/+9
* libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu2018-05-301-0/+7
* libceph: validate con->state at the top of try_write()Ilya Dryomov2018-05-011-0/+7
* libceph: reschedule a tick in finish_hunting()Ilya Dryomov2018-05-011-0/+1
* libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov2018-05-011-3/+10
* libceph: don't WARN() if user tries to add invalid keyEric Biggers2017-11-301-1/+3
* 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