summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2020-11-05libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov1-0/+5
2020-07-22libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov1-0/+1
2020-06-03libceph: ignore pool overlay and cache logic on redirectsJerry Lee1-1/+3
2019-08-29libceph: fix PG split vs OSD (re)connect raceIlya Dryomov1-5/+4
2019-03-27libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2-1/+26
2019-02-27libceph: handle an empty authorize replyIlya Dryomov1-6/+9
2019-02-15libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov1-2/+3
2018-12-05libceph: check authorizer reply/challenge length before readingIlya Dryomov1-0/+7
2018-12-05libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov1-2/+4
2018-12-05libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-17/+56
2018-12-05libceph: add authorizer challengeIlya Dryomov5-6/+117
2018-12-05libceph: factor out encrypt_authorizer()Ilya Dryomov1-13/+36
2018-12-05libceph: factor out __ceph_x_decrypt()Ilya Dryomov1-9/+24
2018-12-05libceph: factor out __prepare_write_connect()Ilya Dryomov1-9/+12
2018-12-05libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-28/+26
2018-11-27libceph: fall back to sendmsg for slab pagesIlya Dryomov1-3/+9
2018-05-30libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+7
2018-05-01libceph: validate con->state at the top of try_write()Ilya Dryomov1-0/+7
2018-05-01libceph: reschedule a tick in finish_hunting()Ilya Dryomov1-0/+1
2018-05-01libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov1-3/+10
2017-11-30libceph: don't WARN() if user tries to add invalid keyEric Biggers1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman25-0/+25
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov1-10/+25
2017-09-06ceph: more accurate statfsDouglas Fuller1-1/+5
2017-09-06ceph: nuke startsync opYanhu Cao1-5/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2-1/+9
2017-08-01libceph: upmap semantic changesIlya Dryomov1-28/+11
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov2-1/+5
2017-08-01libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov1-1/+11
2017-08-01libceph: don't call ->reencode_message() more than once per messageIlya Dryomov1-3/+3
2017-08-01libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov1-3/+6
2017-07-17libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter1-2/+4
2017-07-17libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov1-1/+4
2017-07-17libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov1-1/+1
2017-07-17libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov1-11/+12
2017-07-17libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter1-3/+3
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov2-10/+21
2017-07-07crush: remove an obsolete commentIlya Dryomov1-5/+0
2017-07-07crush: crush_init_workspace starts with struct crush_workIlya Dryomov1-1/+1
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2-3/+200
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov2-19/+57
2017-07-07libceph: apply_upmap()Ilya Dryomov1-2/+95
2017-07-07libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov1-6/+6
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov2-3/+155
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov1-22/+3
2017-07-07libceph: kill __{insert,lookup,remove}_pg_mapping()Ilya Dryomov1-72/+15
2017-07-07libceph: introduce and switch to decode_pg_mapping()Ilya Dryomov1-67/+83
2017-07-07libceph: don't pass pgid by valueIlya Dryomov1-10/+10
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov4-0/+684