summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-101-2/+10
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-022-0/+18
* ceph: optimize memory usageChengguang Xu2018-04-021-0/+1
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-022-5/+4
* libceph: striping framework implementationIlya Dryomov2018-04-021-0/+65
* libceph: introduce BVECS data typeIlya Dryomov2018-04-022-0/+50
* libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-022-13/+57
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-021-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0222-0/+22
* ceph: more accurate statfsDouglas Fuller2017-09-062-2/+4
* ceph: new cap message flags indicate if there is pending capsnapYan, Zheng2017-09-061-1/+3
* ceph: nuke startsync opYanhu Cao2017-09-061-1/+0
* ceph: validate correctness of some mount optionsYan, Zheng2017-09-061-10/+0
* ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-061-1/+0
* libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-013-0/+7
* libceph: fix old style declaration warningsArnd Bergmann2017-07-171-4/+4
* libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSIlya Dryomov2017-07-071-0/+6
* libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-071-2/+2
* libceph: pg_upmap[_items] infrastructureIlya Dryomov2017-07-071-1/+9
* libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-0/+60
* libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-074-0/+53
* libceph: make DEFINE_RB_* helpers more generalIlya Dryomov2017-07-071-12/+37
* libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-071-2/+8
* libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-071-0/+1
* libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-071-0/+2
* libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-072-1/+20
* libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-071-0/+2
* libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-072-1/+12
* libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov2017-07-071-2/+2
* libceph: support SERVER_JEWEL feature bitsIlya Dryomov2017-07-071-0/+2
* libceph: advertise support for OSD_POOLRESENDIlya Dryomov2017-07-071-0/+1
* libceph: new features macrosIlya Dryomov2017-07-071-75/+167
* libceph: remove ceph_sanitize_features() workaroundIlya Dryomov2017-07-071-21/+0
* libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov2017-05-231-3/+3
* ceph: fix file open flags on ppc64Alexander Graf2017-05-041-0/+12
* rbd: support updating the lock cookie without releasing the lockIlya Dryomov2017-05-041-0/+5
* libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton2017-05-041-0/+2
* libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-041-0/+1
* libceph: remove req->r_replay_versionJeff Layton2017-05-041-1/+0
* ceph: make seeky readdir more efficientYan, Zheng2017-05-041-0/+2
* ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-041-3/+4
* libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova2017-05-041-3/+3
* libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova2017-05-041-1/+2
* libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova2017-05-041-1/+2
* libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-042-4/+5
* libceph: osd_request_timeout optionIlya Dryomov2017-03-072-0/+3
* libceph: get rid of ack vs commitIlya Dryomov2017-02-241-5/+1
* rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov2017-02-201-7/+0
* libceph: bump CEPH_PG_MAX_SIZE to 32Ilya Dryomov2017-02-201-1/+1
* crush: merge working data and scratchIlya Dryomov2017-02-201-2/+1