aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro1-2/+0
2014-04-04libceph: enable PRIMARY_AFFINITY feature bitIlya Dryomov1-1/+2
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov1-1/+1
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov1-1/+1
2014-04-04libceph: ceph_can_shift_osds(pool) and pool type definesIlya Dryomov2-2/+15
2014-04-04libceph: ceph_osd_{exists,is_up,is_down}(osd) definitionsIlya Dryomov1-1/+13
2014-04-04libceph: enable OSDMAP_ENC feature bitIlya Dryomov1-0/+1
2014-04-04libceph: primary_affinity infrastructureIlya Dryomov2-0/+7
2014-04-04libceph: primary_temp infrastructureIlya Dryomov1-0/+5
2014-04-04libceph: generalize ceph_pg_mappingIlya Dryomov1-2/+7
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov1-1/+1
2014-04-04crush: support chooseleaf_vary_r tunable (tunables3) by defaultIlya Dryomov1-1/+9
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng1-2/+2
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng1-0/+1
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov1-1/+1
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2-0/+15
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov2-1/+2
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov1-0/+3
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng1-2/+3
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-84/+175
2014-01-27libceph: support CEPH_FEATURE_OSD_CACHEPOOL featureIlya Dryomov1-0/+1
2014-01-27libceph: follow redirect replies from osdsIlya Dryomov1-0/+6
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov1-2/+2
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov1-0/+2
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov1-0/+3
2014-01-27libceph: CEPH_OSD_FLAG_* enum updateIlya Dryomov1-0/+4
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov1-2/+5
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov2-8/+37
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov1-2/+2
2014-01-27libceph: move ceph_file_layout helpers to ceph_fs.hIlya Dryomov2-27/+23
2014-01-27libceph: start using oloc abstractionIlya Dryomov2-3/+3
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov3-6/+7
2014-01-23remove extra definitions of U32_MAXAlex Elder1-19/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-21libceph: support CEPH_FEATURE_EXPORT_PEERYan, Zheng1-1/+2
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng1-1/+10
2014-01-21ceph: handle session flush messageYan, Zheng1-0/+2
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov1-1/+1
2013-12-31crush: support new indep mode and SET_* steps (crush v2) by defaultIlya Dryomov1-1/+2
2013-12-31libceph: update ceph_features.hIlya Dryomov1-32/+64
2013-12-31libceph: all features fields must be u64Ilya Dryomov2-9/+9
2013-12-13libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin1-0/+1
2013-11-23ceph: Convert to immutable biovecsKent Overstreet1-2/+2
2013-09-09libceph: add function to ensure notifies are completeJosh Durgin1-0/+2
2013-07-09libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin1-5/+0
2013-07-03libceph: fix safe completionYan, Zheng1-1/+0
2013-05-02libceph: use slab cache for osd client requestsAlex Elder1-0/+3
2013-05-01libceph: create source file "net/ceph/snapshot.c"Alex Elder1-25/+5
2013-05-01libceph: validate timespec conversionsAlex Elder1-4/+9