aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)AuthorFilesLines
2017-09-06ceph: more accurate statfsGravatar Douglas Fuller 2-2/+4
2017-09-06ceph: new cap message flags indicate if there is pending capsnapGravatar Yan, Zheng 1-1/+3
2017-09-06ceph: nuke startsync opGravatar Yanhu Cao 1-1/+0
2017-09-06ceph: validate correctness of some mount optionsGravatar Yan, Zheng 1-10/+0
2017-09-06ceph: remove unused cap_release_safety mount optionGravatar Yan, Zheng 1-1/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalGravatar Ilya Dryomov 3-0/+7
2017-07-17libceph: fix old style declaration warningsGravatar Arnd Bergmann 1-4/+4
2017-07-07libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSGravatar Ilya Dryomov 1-0/+6
2017-07-07libceph: osd_state is 32 bits wide in luminousGravatar Ilya Dryomov 1-2/+2
2017-07-07libceph: pg_upmap[_items] infrastructureGravatar Ilya Dryomov 1-1/+9
2017-07-07libceph: ceph_decode_skip_* helpersGravatar Ilya Dryomov 1-0/+60
2017-07-07libceph: respect RADOS_BACKOFF backoffsGravatar Ilya Dryomov 4-0/+53
2017-07-07libceph: make DEFINE_RB_* helpers more generalGravatar Ilya Dryomov 1-12/+37
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Gravatar Ilya Dryomov 1-2/+8
2017-07-07libceph: make sure need_resend targets reflect latest mapGravatar Ilya Dryomov 1-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITGravatar Ilya Dryomov 1-0/+2
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Gravatar Ilya Dryomov 2-1/+20
2017-07-07libceph: ceph_connection_operations::reencode_message() methodGravatar Ilya Dryomov 1-0/+2
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Gravatar Ilya Dryomov 2-1/+12
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetGravatar Ilya Dryomov 1-2/+2
2017-07-07libceph: support SERVER_JEWEL feature bitsGravatar Ilya Dryomov 1-0/+2
2017-07-07libceph: advertise support for OSD_POOLRESENDGravatar Ilya Dryomov 1-0/+1
2017-07-07libceph: new features macrosGravatar Ilya Dryomov 1-75/+167
2017-07-07libceph: remove ceph_sanitize_features() workaroundGravatar Ilya Dryomov 1-21/+0
2017-05-23libceph: use kbasename() and kill ceph_file_part()Gravatar Ilya Dryomov 1-3/+3
2017-05-04ceph: fix file open flags on ppc64Gravatar Alexander Graf 1-0/+12
2017-05-04rbd: support updating the lock cookie without releasing the lockGravatar Ilya Dryomov 1-0/+5
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientGravatar Jeff Layton 1-0/+2
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Gravatar Jeff Layton 1-0/+1
2017-05-04libceph: remove req->r_replay_versionGravatar Jeff Layton 1-1/+0
2017-05-04ceph: make seeky readdir more efficientGravatar Yan, Zheng 1-0/+2
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsGravatar Yan, Zheng 1-3/+4
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-3/+3
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-05-04libceph: convert ceph_snap_context.nref from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-05-04libceph, ceph: always advertise all supported featuresGravatar Ilya Dryomov 2-4/+5
2017-03-07libceph: osd_request_timeout optionGravatar Ilya Dryomov 2-0/+3
2017-02-24libceph: get rid of ack vs commitGravatar Ilya Dryomov 1-5/+1
2017-02-20rbd: kill obj_request->object_name and rbd_segment_name_cacheGravatar Ilya Dryomov 1-7/+0
2017-02-20libceph: bump CEPH_PG_MAX_SIZE to 32Gravatar Ilya Dryomov 1-1/+1
2017-02-20crush: merge working data and scratchGravatar Ilya Dryomov 1-2/+1
2017-02-20crush: remove mutable part of CRUSH mapGravatar Ilya Dryomov 1-0/+1
2017-02-20libceph: use BUG() instead of BUG_ON(1)Gravatar Arnd Bergmann 1-1/+1
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 5-5/+12
2016-12-14libceph: always signal completion when doneGravatar Ilya Dryomov 1-1/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-12-12ceph: add flags parameter to send_cap_msgGravatar Jeff Layton 1-0/+3
2016-12-12ceph: check availability of mds cluster on mountGravatar Yan, Zheng 1-0/+5
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Gravatar Ilya Dryomov 2-4/+3
2016-11-10libceph: initialize last_linger_id with a large integerGravatar Ilya Dryomov 1-0/+2