Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
7ec9df1fdd1ebbca765d82eeed7dda11e052b294
/
include
/
linux
/
ceph
7f25965
libceph: wrap auth methods in a mutex
by Sage Weil
· 13 years ago
aa80dd9
libceph: wrap auth ops in wrapper functions
by Sage Weil
· 13 years ago
29c65a2
libceph: add update_authorizer auth method
by Sage Weil
· 13 years ago
31c4647
libceph: remove 'osdtimeout' option
by Sage Weil
· 13 years ago
d0e85e0
libceph: drop declaration of ceph_con_get()
by Alex Elder
· 14 years ago
dfae3b3
libceph: check for invalid mapping
by Sage Weil
· 14 years ago
63c1362
libceph: clean up con flags
by Sage Weil
· 14 years ago
265fb7c
libceph: replace connection state bits with states
by Sage Weil
· 14 years ago
59d0272
libceph: prevent the race of incoming work during teardown
by Guanjun He
· 14 years ago
9beb73f
libceph: initialize msgpool message types
by Sage Weil
· 14 years ago
638ba17
libceph: set peer name on con_open, not init
by Sage Weil
· 14 years ago
a94af04
libceph: define and use an explicit CONNECTED state
by Alex Elder
· 14 years ago
9021a42
libceph: drop ceph_con_get/put helpers and nref member
by Sage Weil
· 14 years ago
ce4516f
libceph: make ceph_con_revoke_message() a msg op
by Alex Elder
· 14 years ago
ae04853
libceph: make ceph_con_revoke() a msg operation
by Alex Elder
· 14 years ago
e84e066
libceph: have messages point to their connection
by Alex Elder
· 14 years ago
6880138
libceph: fully initialize connection in con_init()
by Alex Elder
· 14 years ago
31a84d8
libceph: embed ceph connection structure in mon_client
by Alex Elder
· 14 years ago
0bcd157
libceph: start tracking connection socket state
by Alex Elder
· 14 years ago
bc32747
libceph: start separating connection flags from state
by Alex Elder
· 14 years ago
d910c11
libceph: embed ceph messenger structure in ceph_client
by Alex Elder
· 14 years ago
809c58f
libceph: kill bad_proto ceph connection op
by Alex Elder
· 14 years ago
ac7a426
libceph: eliminate connection state "DEAD"
by Alex Elder
· 14 years ago
49da293
libceph: fix messenger retry
by Sage Weil
· 14 years ago
ed35fbc
ceph: use info returned by get_authorizer
by Alex Elder
· 14 years ago
4f33c7e
ceph: have get_authorizer methods return pointers
by Alex Elder
· 14 years ago
018a2a1
ceph: messenger: reduce args to create_authorizer
by Alex Elder
· 14 years ago
0f56a54
ceph: define ceph_auth_handshake type
by Alex Elder
· 14 years ago
56b59b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
bca064d
libceph: use "do" in CRC-related Boolean variables
by Alex Elder
· 14 years ago
e0f43c9
libceph: make ceph_msgr_wq private
by Alex Elder
· 14 years ago
ee57741
rbd: make ceph_parse_options() return a pointer
by Alex Elder
· 14 years ago
5766651
ceph: use a shared zero page rather than one per messenger
by Alex Elder
· 14 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 14 years ago
224736d
libceph: Allocate larger oid buffer in request msgs
by Stratos Psomadakis
· 14 years ago
97d2eb1
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
by Linus Torvalds
· 14 years ago
b61c276
libceph: don't complain on msgpool alloc failures
by Sage Weil
· 15 years ago
6ab00d4
libceph: create messenger with client
by Sage Weil
· 15 years ago
e060c38
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
e81b151
Remove unneeded version.h includes from include/
by Jesper Juhl
· 15 years ago
ba5b56c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 15 years ago
4cf9d54
libceph: don't time out osd requests that haven't been received
by Sage Weil
· 15 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 15 years ago
3c454cf
ceph: use LOOKUPINO to make unconnected nfs fh more reliable
by Sage Weil
· 15 years ago
8323c3a
ceph: Move secret key parsing earlier.
by Tommi Virtanen
· 15 years ago
a40c4f1
libceph: add lingering request and watch/notify event framework
by Yehuda Sadeh
· 15 years ago
80456f8
ceph: move readahead default to fs/ceph from libceph
by Sage Weil
· 15 years ago
483fac7
ceph: update common header files
by Yehuda Sadeh
· 15 years ago
6f6c700
libceph: fix osd request queuing on osdmap updates
by Sage Weil
· 15 years ago
e76661d
libceph: fix msgr keepalive flag
by Sage Weil
· 15 years ago
60bf8bf
libceph: fix msgr backoff
by Sage Weil
· 15 years ago
f363e45
net/ceph: make ceph_msgr_wq non-reentrant
by Tejun Heo
· 15 years ago
6c0f3af
ceph: add dir_layout to inode
by Sage Weil
· 15 years ago
b6aa590
ceph: mark user pages dirty on direct-io reads
by Henry C Chang
· 15 years ago
c5c6b19
ceph: explicitly specify page alignment in network messages
by Sage Weil
· 15 years ago
b7495fc
ceph: make page alignment explicit in osd interface
by Sage Weil
· 15 years ago
e98b6fe
ceph: fix comment, remove extraneous args
by Sage Weil
· 15 years ago
571dba5
ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.
by Greg Farnum
· 16 years ago
ac0b74d
ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor
by Greg Farnum
· 16 years ago
3d14c5d
ceph: factor out libceph from Ceph file system
by Yehuda Sadeh
· 16 years ago