summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-2/+2
|\
| * ceph: Convert to immutable biovecsKent Overstreet2013-11-241-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-01-288-84/+175
|\ \
| * | libceph: support CEPH_FEATURE_OSD_CACHEPOOL featureIlya Dryomov2014-01-271-0/+1
| * | libceph: follow redirect replies from osdsIlya Dryomov2014-01-271-0/+6
| * | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2014-01-271-2/+2
| * | libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2014-01-271-0/+2
| * | libceph: add ceph_pg_pool_by_id()Ilya Dryomov2014-01-271-0/+3
| * | libceph: CEPH_OSD_FLAG_* enum updateIlya Dryomov2014-01-271-0/+4
| * | libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-271-2/+5
| * | libceph: introduce and start using oid abstractionIlya Dryomov2014-01-272-8/+37
| * | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov2014-01-271-2/+2
| * | libceph: move ceph_file_layout helpers to ceph_fs.hIlya Dryomov2014-01-272-27/+23Star
| * | libceph: start using oloc abstractionIlya Dryomov2014-01-272-3/+3
| * | libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov2014-01-263-6/+7
| * | libceph: support CEPH_FEATURE_EXPORT_PEERYan, Zheng2014-01-211-1/+2
| * | ceph: remove exported caps when handling cap import messageYan, Zheng2014-01-211-1/+10
| * | ceph: handle session flush messageYan, Zheng2014-01-211-0/+2
| * | libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-01-141-1/+1
| * | crush: support new indep mode and SET_* steps (crush v2) by defaultIlya Dryomov2013-12-311-1/+2
| * | libceph: update ceph_features.hIlya Dryomov2013-12-311-32/+64
| * | libceph: all features fields must be u64Ilya Dryomov2013-12-312-9/+9
| * | libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin2013-12-131-0/+1
| |/
* | remove extra definitions of U32_MAXAlex Elder2014-01-241-19/+0Star
* | conditionally define U32_MAXAlex Elder2014-01-241-0/+2
|/
* libceph: add function to ensure notifies are completeJosh Durgin2013-09-091-0/+2
* libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin2013-07-091-5/+0Star
* libceph: fix safe completionYan, Zheng2013-07-041-1/+0Star
* libceph: use slab cache for osd client requestsAlex Elder2013-05-021-0/+3
* libceph: create source file "net/ceph/snapshot.c"Alex Elder2013-05-021-25/+5Star
* libceph: validate timespec conversionsAlex Elder2013-05-021-4/+9
* libceph: add signed type limitsAlex Elder2013-05-021-4/+14
* libceph: support pages for class request dataAlex Elder2013-05-021-0/+5
* libceph: support raw data requestsAlex Elder2013-05-021-0/+10
* libceph: kill off osd data write_request parametersAlex Elder2013-05-021-4/+4
* libceph: change how "safe" callback is usedAlex Elder2013-05-021-1/+3
* libceph: make method call data be a separate data itemAlex Elder2013-05-021-5/+5
* libceph: add, don't set data for a messageAlex Elder2013-05-021-3/+3
* libceph: implement multiple data items in a messageAlex Elder2013-05-021-1/+4
* libceph: replace message data pointer with listAlex Elder2013-05-021-1/+2
* libceph: have cursor point to dataAlex Elder2013-05-021-4/+4
* libceph: move cursor into messageAlex Elder2013-05-021-21/+22
* libceph: record bio lengthAlex Elder2013-05-021-1/+4
* libceph: fix possible CONFIG_BLOCK build problemAlex Elder2013-05-021-0/+2
* libceph: kill off osd request r_data_in and r_data_outAlex Elder2013-05-021-6/+3Star
* libceph: set the data pointers when encoding opsAlex Elder2013-05-021-1/+1
* libceph: combine initializing and setting osd dataAlex Elder2013-05-021-16/+27
* libceph: format class info at init timeAlex Elder2013-05-021-1/+2
* libceph: specify osd op by index in requestAlex Elder2013-05-021-7/+12
* libceph: add data pointers in osd op structuresAlex Elder2013-05-021-0/+6