summaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)AuthorFilesLines
2013-02-14libceph: fix messenger CONFIG_BLOCK dependenciesAlex Elder1-0/+2
2013-01-30Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder4-29/+34
2013-01-18rbd: kill ceph_osd_req_op->flagsAlex Elder1-1/+0
2013-01-18libceph: pass num_op with opsAlex Elder1-1/+2
2013-01-18libceph: don't set pages or bio in ceph_osdc_alloc_request()Alex Elder1-3/+1
2013-01-18libceph: don't set flags in ceph_osdc_alloc_request()Alex Elder1-1/+0
2013-01-18libceph: drop osdc from ceph_calc_raw_layout()Alex Elder1-2/+1
2013-01-18libceph: drop snapid in ceph_calc_raw_layout()Alex Elder1-1/+1
2013-01-18libceph: pass length to ceph_calc_file_object_mapping()Alex Elder1-1/+1
2013-01-18libceph: pass length to ceph_osdc_build_request()Alex Elder1-1/+1
2013-01-18libceph: always allow trail in osd requestAlex Elder1-2/+2
2013-01-18rbd: drop oid parameters from ceph_osdc_build_request()Alex Elder1-3/+1
2013-01-18ceph: define ceph_encode_8_safe()Alex Elder1-12/+17
2013-01-17libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f...Jim Schutt1-2/+5
2013-01-17ceph: Check for created flag in response from mdsSam Lang1-1/+4
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-2/+3
2012-12-13libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2012-11-01libceph: define ceph_pg_pool_name_by_id()Alex Elder1-0/+1
2012-11-01rbd: get parent spec for version 2 imagesAlex Elder1-0/+2
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-5/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells11-23/+23
2012-10-02libceph: check for invalid mappingSage Weil2-4/+4
2012-10-01libceph: remove unused monc->have_fsidSage Weil1-1/+0
2012-07-31libceph: clean up con flagsSage Weil1-10/+0
2012-07-31libceph: replace connection state bits with statesSage Weil1-12/+0
2012-07-31ceph: define snap counts as u32 everywhereAlex Elder1-1/+1
2012-07-31libceph: support crush tunablesSage Weil1-1/+4
2012-07-31libceph: move feature bits to separate headerSage Weil3-20/+24
2012-07-30libceph: define ceph_extract_encoded_string()Alex Elder1-0/+47
2012-07-30libceph: fix off-by-one bug in ceph_encode_filepath()Alex Elder1-1/+1
2012-07-30libceph: prevent the race of incoming work during teardownGuanjun He1-0/+1
2012-07-30libceph: fix messenger retrySage Weil1-10/+2
2012-07-30libceph: initialize msgpool message typesSage Weil1-1/+2
2012-07-06libceph: set peer name on con_open, not initSage Weil1-2/+2
2012-07-06libceph: drop declaration of ceph_con_get()Alex Elder1-2/+0
2012-07-06libceph: define and use an explicit CONNECTED stateAlex Elder1-0/+1
2012-06-22libceph: drop ceph_con_get/put helpers and nref memberSage Weil1-1/+0
2012-06-15Merge tag 'v3.5-rc1'Sage Weil3-1/+4
2012-06-06libceph: make ceph_con_revoke_message() a msg opAlex Elder1-2/+2
2012-06-06libceph: make ceph_con_revoke() a msg operationAlex Elder1-1/+2
2012-06-06libceph: have messages point to their connectionAlex Elder1-0/+3
2012-06-06libceph: fully initialize connection in con_init()Alex Elder1-2/+4
2012-06-06libceph: embed ceph connection structure in mon_clientAlex Elder1-1/+1
2012-06-01libceph: start tracking connection socket stateAlex Elder1-2/+6
2012-06-01libceph: start separating connection flags from stateAlex Elder1-6/+12
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder2-5/+6
2012-06-01libceph: kill bad_proto ceph connection opAlex Elder1-3/+0
2012-06-01libceph: eliminate connection state "DEAD"Alex Elder1-1/+0
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-18/+26
2012-05-17ceph: use info returned by get_authorizerAlex Elder1-3/+1