summaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)AuthorFilesLines
2013-06-20libceph: wrap auth methods in a mutexSage Weil1-0/+2
2013-06-20libceph: wrap auth ops in wrapper functionsSage Weil1-0/+13
2013-06-20libceph: add update_authorizer auth methodSage Weil1-0/+3
2013-01-17libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2012-11-26libceph: drop declaration of ceph_con_get()Alex Elder1-2/+0
2012-11-26libceph: check for invalid mappingSage Weil2-4/+4
2012-11-26libceph: clean up con flagsSage Weil1-10/+0
2012-11-26libceph: replace connection state bits with statesSage Weil1-12/+0
2012-11-26libceph: prevent the race of incoming work during teardownGuanjun He1-0/+1
2012-11-26libceph: initialize msgpool message typesSage Weil1-1/+2
2012-11-26libceph: set peer name on con_open, not initSage Weil1-2/+2
2012-11-26libceph: define and use an explicit CONNECTED stateAlex Elder1-0/+1
2012-11-26libceph: drop ceph_con_get/put helpers and nref memberSage Weil1-1/+0
2012-11-26libceph: make ceph_con_revoke_message() a msg opAlex Elder1-2/+2
2012-11-26libceph: make ceph_con_revoke() a msg operationAlex Elder1-1/+2
2012-11-26libceph: have messages point to their connectionAlex Elder1-0/+3
2012-11-26libceph: fully initialize connection in con_init()Alex Elder1-2/+4
2012-11-26libceph: embed ceph connection structure in mon_clientAlex Elder1-1/+1
2012-11-26libceph: start tracking connection socket stateAlex Elder1-2/+6
2012-11-26libceph: start separating connection flags from stateAlex Elder1-6/+12
2012-11-26libceph: embed ceph messenger structure in ceph_clientAlex Elder2-5/+6
2012-11-26libceph: kill bad_proto ceph connection opAlex Elder1-3/+0
2012-11-26libceph: eliminate connection state "DEAD"Alex Elder1-1/+0
2012-11-26libceph: fix messenger retrySage Weil1-10/+2
2012-11-26ceph: use info returned by get_authorizerAlex Elder1-3/+1
2012-11-26ceph: have get_authorizer methods return pointersAlex Elder1-3/+5
2012-11-26ceph: messenger: reduce args to create_authorizerAlex Elder1-3/+1
2012-11-26ceph: define ceph_auth_handshake typeAlex Elder2-6/+13
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-5/+2
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder1-1/+1
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder1-2/+0
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-1/+1
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder1-1/+0
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker3-1/+4
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis1-1/+7
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-2/+5
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil1-1/+2
2011-10-25libceph: create messenger with clientSage Weil1-1/+3
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-0/+1
2011-09-15Remove unneeded version.h includes from include/Jesper Juhl1-1/+0
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+1
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil1-0/+1
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-05-24ceph: use LOOKUPINO to make unconnected nfs fh more reliableSage Weil1-0/+1
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen2-3/+3
2011-03-22libceph: add lingering request and watch/notify event frameworkYehuda Sadeh1-0/+52
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil1-1/+0
2011-03-21ceph: update common header filesYehuda Sadeh2-13/+45
2011-03-21libceph: fix osd request queuing on osdmap updatesSage Weil1-2/+3
2011-03-04libceph: fix msgr keepalive flagSage Weil1-1/+0