Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1eca825f5dfeeb657e99cb07b271602adec622a6
/
include
/
linux
/
ceph
/
messenger.h
67645d7
libceph: fix ceph_msg_revoke()
by Ilya Dryomov
· 9 years ago
859bff5
libceph: stop duplicating client fields in messenger
by Ilya Dryomov
· 9 years ago
79dbd1b
libceph: msg signing callouts don't need con argument
by Ilya Dryomov
· 9 years ago
7f61f54
libceph: don't access invalid memory in keepalive2 path
by Ilya Dryomov
· 9 years ago
8b9558a
libceph: use keepalive2 to verify the mon session is alive
by Yan, Zheng
· 9 years ago
757856d
libceph: enable ceph in a non-default network namespace
by Ilya Dryomov
· 9 years ago
ba988f8
libceph: tcp_nodelay support
by Chaitanya Huilgol
· 10 years ago
33d0733
libceph: message signature support
by Yan, Zheng
· 10 years ago
0215e44
libceph: move and add dout()s to ceph_msg_{get,put}()
by Ilya Dryomov
· 10 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
eeb0bed
libceph: add ceph_kv{malloc,free}() and switch to them
by Ilya Dryomov
· 11 years ago
3cea4c3
libceph: rename ceph_msg::front_max to front_alloc_len
by Ilya Dryomov
· 11 years ago
12b4629
libceph: all features fields must be u64
by Ilya Dryomov
· 11 years ago
f38a518
ceph: Convert to immutable biovecs
by Kent Overstreet
· 11 years ago
90af360
libceph: add, don't set data for a message
by Alex Elder
· 12 years ago
ca8b3a6
libceph: implement multiple data items in a message
by Alex Elder
· 12 years ago
5240d9f
libceph: replace message data pointer with list
by Alex Elder
· 12 years ago
8ae4f4f
libceph: have cursor point to data
by Alex Elder
· 12 years ago
36153ec
libceph: move cursor into message
by Alex Elder
· 12 years ago
c851c49
libceph: record bio length
by Alex Elder
· 12 years ago
ea96571
libceph: fix possible CONFIG_BLOCK build problem
by Alex Elder
· 12 years ago
a193080
libceph: record message data length
by Alex Elder
· 12 years ago
6644ed7
libceph: make message data be a pointer
by Alex Elder
· 12 years ago
f5db90b
libceph: kill last of ceph_msg_pos
by Alex Elder
· 12 years ago
859a35d
libceph: kill most of ceph_msg_pos
by Alex Elder
· 12 years ago
4c59b4a
libceph: collapse all data items into one
by Alex Elder
· 12 years ago
6518be4
libceph: kill ceph message bio_iter, bio_seg
by Alex Elder
· 12 years ago
25aff7c
libceph: record residual bytes for all message data types
by Alex Elder
· 12 years ago
9d2a06c
libceph: kill message trail
by Alex Elder
· 12 years ago
e766d7b
libceph: implement pages array cursor
by Alex Elder
· 12 years ago
6aaa451
libceph: implement bio message data item cursor
by Alex Elder
· 12 years ago
dd236fc
libceph: prepare for other message data item types
by Alex Elder
· 12 years ago
fe38a2b
libceph: start defining message data cursor
by Alex Elder
· 12 years ago
4379450
libceph: abstract message data
by Alex Elder
· 12 years ago
f9e1577
libceph: be explicit about message data representation
by Alex Elder
· 12 years ago
97fb1c7
libceph: define ceph_msg_has_*() data macros
by Alex Elder
· 12 years ago
4a73ef2
libceph: record message data byte length
by Alex Elder
· 12 years ago
27fa838
libceph: isolate other message data fields
by Alex Elder
· 12 years ago
f1baeb2
libceph: set page info with byte length
by Alex Elder
· 12 years ago
02afca6
libceph: isolate message page field manipulation
by Alex Elder
· 12 years ago
ec02a2f
libceph: kill ceph_msg->pagelist_count
by Alex Elder
· 12 years ago
d4b515f
libceph: distinguish page array and pagelist count
by Alex Elder
· 12 years ago
07c09b7
libceph: make ceph_msg->bio_seg be unsigned
by Alex Elder
· 12 years ago
3ebc21f
libceph: fix messenger CONFIG_BLOCK dependencies
by Alex Elder
· 12 years ago
a1ce392
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
by David Howells
· 12 years ago
4a86169
libceph: clean up con flags
by Sage Weil
· 12 years ago
8dacc7d
libceph: replace connection state bits with states
by Sage Weil
· 12 years ago
a2a3258
libceph: prevent the race of incoming work during teardown
by Guanjun He
· 12 years ago
a16cb1f
libceph: fix messenger retry
by Sage Weil
· 12 years ago
b7a9e5d
libceph: set peer name on con_open, not init
by Sage Weil
· 12 years ago
2610302
libceph: drop declaration of ceph_con_get()
by Alex Elder
· 12 years ago
e27947c
libceph: define and use an explicit CONNECTED state
by Alex Elder
· 12 years ago
d59315c
libceph: drop ceph_con_get/put helpers and nref member
by Sage Weil
· 12 years ago
8921d11
libceph: make ceph_con_revoke_message() a msg op
by Alex Elder
· 12 years ago
6740a84
libceph: make ceph_con_revoke() a msg operation
by Alex Elder
· 12 years ago
38941f8
libceph: have messages point to their connection
by Alex Elder
· 12 years ago
1bfd89f
libceph: fully initialize connection in con_init()
by Alex Elder
· 12 years ago
ce2c890
libceph: start tracking connection socket state
by Alex Elder
· 12 years ago
928443c
libceph: start separating connection flags from state
by Alex Elder
· 12 years ago
15d9882
libceph: embed ceph messenger structure in ceph_client
by Alex Elder
· 12 years ago
6384bb8
libceph: kill bad_proto ceph connection op
by Alex Elder
· 12 years ago
e5e372d
libceph: eliminate connection state "DEAD"
by Alex Elder
· 12 years ago
8f43fb5
ceph: use info returned by get_authorizer
by Alex Elder
· 12 years ago
a3530df
ceph: have get_authorizer methods return pointers
by Alex Elder
· 12 years ago
bca064d
libceph: use "do" in CRC-related Boolean variables
by Alex Elder
· 13 years ago
e0f43c9
libceph: make ceph_msgr_wq private
by Alex Elder
· 13 years ago
5766651
ceph: use a shared zero page rather than one per messenger
by Alex Elder
· 13 years ago
97d2eb1
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
by Linus Torvalds
· 13 years ago
b61c276
libceph: don't complain on msgpool alloc failures
by Sage Weil
· 13 years ago
e060c38
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
e81b151
Remove unneeded version.h includes from include/
by Jesper Juhl
· 13 years ago
4cf9d54
libceph: don't time out osd requests that haven't been received
by Sage Weil
· 13 years ago
e76661d
libceph: fix msgr keepalive flag
by Sage Weil
· 14 years ago
60bf8bf
libceph: fix msgr backoff
by Sage Weil
· 14 years ago
f363e45
net/ceph: make ceph_msgr_wq non-reentrant
by Tejun Heo
· 14 years ago
c5c6b19
ceph: explicitly specify page alignment in network messages
by Sage Weil
· 14 years ago
3d14c5d
ceph: factor out libceph from Ceph file system
by Yehuda Sadeh
· 15 years ago
[Renamed (97%) from fs/ceph/messenger.h]
68b4476
ceph: messenger and osdc changes for rbd
by Yehuda Sadeh
· 15 years ago
a922d38
ceph: close out mds, osd connections before stopping auth
by Sage Weil
· 14 years ago
34d2376
ceph: all allocation functions should get gfp_mask
by Yehuda Sadeh
· 15 years ago
aba558e
ceph: save peer feature bits in connection structure
by Sage Weil
· 15 years ago
ca9d93a
ceph: resync headers with userland
by Sage Weil
· 15 years ago
6f2bc3f
ceph: clean up connection reset
by Sage Weil
· 15 years ago
bb25766
ceph: simplify ceph_msg_new
by Sage Weil
· 15 years ago
e84346b
ceph: preserve seq # on requeued messages after transient transport errors
by Sage Weil
· 15 years ago
87b315a
ceph: avoid reopening osd connections when address hasn't changed
by Sage Weil
· 15 years ago
1679f87
ceph: reset bits on connection close
by Sage Weil
· 15 years ago
9bd2e6f
ceph: allow renewal of auth credentials
by Sage Weil
· 15 years ago
0d59ab8
ceph: keep reserved replies on the request structure
by Yehuda Sadeh
· 15 years ago
0547a9b
ceph: alloc message data pages and check if tid exists
by Yehuda Sadeh
· 15 years ago
2450418
ceph: allocate middle of message before stating to read
by Yehuda Sadeh
· 15 years ago
58bb3b3
ceph: support ceph_pagelist for message payload
by Sage Weil
· 15 years ago
350b1c3
ceph: control access to page vector for incoming data
by Sage Weil
· 15 years ago
ec30264
ceph: use connection mutex to protect read and write stages
by Sage Weil
· 15 years ago
9ec7cab
ceph: hex dump corrupt server data to KERN_DEBUG
by Sage Weil
· 15 years ago
c86a293
ceph: carry explicit msg reference for currently sending message
by Sage Weil
· 15 years ago
c2e552e
ceph: use kref for ceph_msg
by Sage Weil
· 15 years ago
4e7a5dc
ceph: negotiate authentication protocol; implement AUTH_NONE protocol
by Sage Weil
· 15 years ago
42ce56e
ceph: remove bad calls to ceph_con_shutdown
by Sage Weil
· 15 years ago
eed0ef2
ceph: separate banner and connect during handshake into distinct stages
by Sage Weil
· 15 years ago
Next »