Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
af310e96a05bdea2517d639e46e2aea3aef21c5c
/
include
/
linux
/
ceph
40889e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
83aff95
libceph: remove 'osdtimeout' option
by Sage Weil
· 12 years ago
72afc71
libceph: define ceph_pg_pool_name_by_id()
by Alex Elder
· 12 years ago
86b00e0
rbd: get parent spec for version 2 images
by Alex Elder
· 12 years ago
7035cdf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
a1ce392
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
by David Howells
· 12 years ago
d63b77f
libceph: check for invalid mapping
by Sage Weil
· 12 years ago
290e335
libceph: remove unused monc->have_fsid
by Sage Weil
· 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
aa711ee
ceph: define snap counts as u32 everywhere
by Alex Elder
· 12 years ago
546f04e
libceph: support crush tunables
by Sage Weil
· 12 years ago
1fe60e5
libceph: move feature bits to separate header
by Sage Weil
· 12 years ago
f8c36c5
libceph: define ceph_extract_encoded_string()
by Alex Elder
· 12 years ago
c61a1ab
libceph: fix off-by-one bug in ceph_encode_filepath()
by Alex Elder
· 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
d50b409
libceph: initialize msgpool message types
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
9a64e8e
Merge tag 'v3.5-rc1'
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
6713093
libceph: embed ceph connection structure in mon_client
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
af56e0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 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
74f1869
ceph: messenger: reduce args to create_authorizer
by Alex Elder
· 12 years ago
6c4a191
ceph: define ceph_auth_handshake type
by Alex Elder
· 12 years ago
76aa542
ceph: fix bounds check in ceph_decode_need and ceph_encode_need
by Xi Wang
· 13 years ago
3469ac1a
ceph: drop support for preferred_osd pgs
by Sage Weil
· 12 years ago
56b59b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 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
ee57741
rbd: make ceph_parse_options() return a pointer
by Alex Elder
· 13 years ago
5766651
ceph: use a shared zero page rather than one per messenger
by Alex Elder
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
224736d
libceph: Allocate larger oid buffer in request msgs
by Stratos Psomadakis
· 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
6ab00d4
libceph: create messenger with client
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
ba5b56c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
4cf9d54
libceph: don't time out osd requests that haven't been received
by Sage Weil
· 13 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 13 years ago
3c454cf
ceph: use LOOKUPINO to make unconnected nfs fh more reliable
by Sage Weil
· 14 years ago
8323c3a
ceph: Move secret key parsing earlier.
by Tommi Virtanen
· 14 years ago
a40c4f1
libceph: add lingering request and watch/notify event framework
by Yehuda Sadeh
· 14 years ago
80456f8
ceph: move readahead default to fs/ceph from libceph
by Sage Weil
· 14 years ago
483fac7
ceph: update common header files
by Yehuda Sadeh
· 14 years ago
6f6c700
libceph: fix osd request queuing on osdmap updates
by Sage Weil
· 14 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
6c0f3af
ceph: add dir_layout to inode
by Sage Weil
· 14 years ago
b6aa590
ceph: mark user pages dirty on direct-io reads
by Henry C Chang
· 14 years ago
c5c6b19
ceph: explicitly specify page alignment in network messages
by Sage Weil
· 14 years ago
b7495fc
ceph: make page alignment explicit in osd interface
by Sage Weil
· 14 years ago
e98b6fe
ceph: fix comment, remove extraneous args
by Sage Weil
· 14 years ago
571dba5
ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.
by Greg Farnum
· 14 years ago
ac0b74d
ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor
by Greg Farnum
· 14 years ago
3d14c5d
ceph: factor out libceph from Ceph file system
by Yehuda Sadeh
· 15 years ago