aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03libceph: dump class and method names on method callsGravatar Ilya Dryomov 1-0/+3
2020-06-01libceph: support for balanced and localized readsGravatar Ilya Dryomov 1-2/+4
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCGravatar Ilya Dryomov 1-10/+10
2019-07-03ceph: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-29/+4
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerGravatar Jeff Layton 1-2/+2
2019-01-07libceph: allow setting abort_on_full for rbdGravatar Dongsheng Yang 1-1/+1
2018-04-02libceph, ceph: add __init attribution to init funcitonsGravatar Chengguang Xu 1-5/+2
2018-04-02libceph, ceph: change permission for readonly debugfs entriesGravatar Chengguang Xu 1-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-07libceph: osd_state is 32 bits wide in luminousGravatar Ilya Dryomov 1-1/+1
2017-07-07libceph: pg_upmap[_items] infrastructureGravatar Ilya Dryomov 1-0/+23
2017-07-07libceph: respect RADOS_BACKOFF backoffsGravatar Ilya Dryomov 1-0/+74
2017-07-07libceph: make sure need_resend targets reflect latest mapGravatar Ilya Dryomov 1-1/+1
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Gravatar Ilya Dryomov 1-1/+10
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientGravatar Jeff Layton 1-1/+2
2017-05-04libceph: remove req->r_replay_versionGravatar Jeff Layton 1-3/+1
2016-07-28libceph: rados pool namespace supportGravatar Yan, Zheng 1-2/+10
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsGravatar Ilya Dryomov 1-0/+1
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexGravatar Ilya Dryomov 1-5/+5
2016-05-26libceph: support for sending notifiesGravatar Ilya Dryomov 1-2/+3
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Gravatar Ilya Dryomov 1-0/+36
2016-05-26libceph: a major OSD client updateGravatar Ilya Dryomov 1-8/+26
2016-05-26libceph: switch to calc_target(), part 2Gravatar Ilya Dryomov 1-23/+38
2016-05-26libceph: switch to calc_target(), part 1Gravatar Ilya Dryomov 1-1/+1
2016-05-26libceph: pi->min_size, pi->last_force_request_resendGravatar Ilya Dryomov 1-4/+6
2016-05-26libceph: variable-sized ceph_object_idGravatar Ilya Dryomov 1-1/+1
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolGravatar Ilya Dryomov 1-6/+11
2015-04-20libceph: expose client options through debugfsGravatar Ilya Dryomov 1-0/+24
2015-02-19libceph: nuke pool op infrastructureGravatar Ilya Dryomov 1-2/+0
2014-10-14libceph: separate multiple ops with commas in debugfs outputGravatar Ilya Dryomov 1-1/+2
2014-06-06libceph: mon_get_version request infrastructureGravatar Ilya Dryomov 1-0/+2
2014-06-06libceph: recognize poolop requests in debugfsGravatar Ilya Dryomov 1-2/+4
2014-04-04libceph: dump pool {read,write}_tier to debugfsGravatar Ilya Dryomov 1-3/+3
2014-04-04libceph: primary_affinity infrastructureGravatar Ilya Dryomov 1-2/+3
2014-04-04libceph: primary_temp infrastructureGravatar Ilya Dryomov 1-0/+7
2014-04-04libceph: generalize ceph_pg_mappingGravatar Ilya Dryomov 1-2/+2
2014-04-04libceph: dump pg_temp mappings to debugfsGravatar Ilya Dryomov 1-0/+11
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputGravatar Ilya Dryomov 1-1/+1
2014-04-04libceph: refer to osdmap directly in osdmap_show()Gravatar Ilya Dryomov 1-12/+14
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Gravatar Ilya Dryomov 1-2/+2
2014-01-27libceph: introduce and start using oid abstractionGravatar Ilya Dryomov 1-1/+2
2013-05-01libceph: keep source rather than message osd op arrayGravatar Alex Elder 1-2/+2
2013-02-26libceph: update osd request/reply encodingGravatar Sage Weil 1-14/+4
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresGravatar Sage Weil 1-3/+3
2013-02-26libceph: decode into cpu-native ceph_pg typeGravatar Sage Weil 1-3/+2
2012-08-20libceph: delay debugfs initialization until we learn global_idGravatar Sage Weil 1-0/+4
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-3/+3
2010-10-20rbd: introduce rados block device (rbd), based on libcephGravatar Yehuda Sadeh 1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-0/+268