| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-10-08 | 3 | -5/+4 |
|\ |
|
| * | libceph: check for invalid mapping | Sage Weil | 2012-10-01 | 2 | -4/+4 |
| * | libceph: remove unused monc->have_fsid | Sage Weil | 2012-10-01 | 1 | -1/+0 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 11 | -23/+23 |
|/ |
|
* | libceph: clean up con flags | Sage Weil | 2012-07-30 | 1 | -10/+0 |
* | libceph: replace connection state bits with states | Sage Weil | 2012-07-30 | 1 | -12/+0 |
* | ceph: define snap counts as u32 everywhere | Alex Elder | 2012-07-30 | 1 | -1/+1 |
* | libceph: support crush tunables | Sage Weil | 2012-07-30 | 1 | -1/+4 |
* | libceph: move feature bits to separate header | Sage Weil | 2012-07-30 | 3 | -20/+24 |
* | libceph: define ceph_extract_encoded_string() | Alex Elder | 2012-07-30 | 1 | -0/+47 |
* | libceph: fix off-by-one bug in ceph_encode_filepath() | Alex Elder | 2012-07-30 | 1 | -1/+1 |
* | libceph: prevent the race of incoming work during teardown | Guanjun He | 2012-07-30 | 1 | -0/+1 |
* | libceph: fix messenger retry | Sage Weil | 2012-07-30 | 1 | -10/+2 |
* | libceph: initialize msgpool message types | Sage Weil | 2012-07-30 | 1 | -1/+2 |
* | libceph: set peer name on con_open, not init | Sage Weil | 2012-07-05 | 1 | -2/+2 |
* | libceph: drop declaration of ceph_con_get() | Alex Elder | 2012-07-05 | 1 | -2/+0 |
* | libceph: define and use an explicit CONNECTED state | Alex Elder | 2012-07-05 | 1 | -0/+1 |
* | libceph: drop ceph_con_get/put helpers and nref member | Sage Weil | 2012-06-22 | 1 | -1/+0 |
* | Merge tag 'v3.5-rc1' | Sage Weil | 2012-06-15 | 3 | -1/+4 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client | Linus Torvalds | 2012-05-30 | 6 | -18/+26 |
| |\ |
|
| * \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-03-28 | 2 | -5/+2 |
| |\ \ |
|
| * | | | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 | 3 | -1/+4 |
* | | | | libceph: make ceph_con_revoke_message() a msg op | Alex Elder | 2012-06-06 | 1 | -2/+2 |
* | | | | libceph: make ceph_con_revoke() a msg operation | Alex Elder | 2012-06-06 | 1 | -1/+2 |
* | | | | libceph: have messages point to their connection | Alex Elder | 2012-06-06 | 1 | -0/+3 |
* | | | | libceph: fully initialize connection in con_init() | Alex Elder | 2012-06-06 | 1 | -2/+4 |
* | | | | libceph: embed ceph connection structure in mon_client | Alex Elder | 2012-06-06 | 1 | -1/+1 |
* | | | | libceph: start tracking connection socket state | Alex Elder | 2012-06-01 | 1 | -2/+6 |
* | | | | libceph: start separating connection flags from state | Alex Elder | 2012-06-01 | 1 | -6/+12 |
* | | | | libceph: embed ceph messenger structure in ceph_client | Alex Elder | 2012-06-01 | 2 | -5/+6 |
* | | | | libceph: kill bad_proto ceph connection op | Alex Elder | 2012-06-01 | 1 | -3/+0 |
* | | | | libceph: eliminate connection state "DEAD" | Alex Elder | 2012-06-01 | 1 | -1/+0 |
| |_|/
|/| | |
|
* | | | ceph: use info returned by get_authorizer | Alex Elder | 2012-05-17 | 1 | -3/+1 |
* | | | ceph: have get_authorizer methods return pointers | Alex Elder | 2012-05-17 | 1 | -3/+5 |
* | | | ceph: messenger: reduce args to create_authorizer | Alex Elder | 2012-05-17 | 1 | -3/+1 |
* | | | ceph: define ceph_auth_handshake type | Alex Elder | 2012-05-17 | 2 | -6/+13 |
* | | | ceph: fix bounds check in ceph_decode_need and ceph_encode_need | Xi Wang | 2012-05-14 | 1 | -2/+7 |
* | | | ceph: drop support for preferred_osd pgs | Sage Weil | 2012-05-07 | 2 | -4/+2 |
| |/
|/| |
|
* | | libceph: use "do" in CRC-related Boolean variables | Alex Elder | 2012-03-22 | 1 | -1/+1 |
* | | libceph: make ceph_msgr_wq private | Alex Elder | 2012-03-22 | 1 | -2/+0 |
* | | rbd: make ceph_parse_options() return a pointer | Alex Elder | 2012-03-22 | 1 | -1/+1 |
* | | ceph: use a shared zero page rather than one per messenger | Alex Elder | 2012-03-22 | 1 | -1/+0 |
|/ |
|
* | libceph: Allocate larger oid buffer in request msgs | Stratos Psomadakis | 2011-11-11 | 1 | -1/+7 |
* | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client | Linus Torvalds | 2011-10-28 | 2 | -2/+5 |
|\ |
|
| * | libceph: don't complain on msgpool alloc failures | Sage Weil | 2011-10-25 | 1 | -1/+2 |
| * | libceph: create messenger with client | Sage Weil | 2011-10-25 | 1 | -1/+3 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2011-09-15 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-07-26 | 1 | -0/+1 |
| |\ |
|
| | * | libceph: don't time out osd requests that haven't been received | Sage Weil | 2011-07-26 | 1 | -0/+1 |
* | | | Remove unneeded version.h includes from include/ | Jesper Juhl | 2011-09-15 | 1 | -1/+0 |
|/ / |
|