summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: remove useless return value for osd_client __send_request()Sage Weil2012-01-101-15/+6
* crush: fix force for non-root TAKESage Weil2012-01-101-3/+8
* ceph: Use kmemdup rather than duplicating its implementationThomas Meyer2012-01-101-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-131-22/+13
|\
| * crush: fix mapping calculation when force argument doesn't existSage Weil2011-12-121-22/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-11-211-1/+1
|\|
| * libceph: Allocate larger oid buffer in request msgsStratos Psomadakis2011-11-111-1/+1
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
|/
* libceph: force resend of osd requests if we skip an osdmapSage Weil2011-10-251-10/+16
* ceph: use kernel DNS resolverNoah Watkins2011-10-252-12/+116
* ceph: fix ceph_monc_init memory leakNoah Watkins2011-10-251-3/+7
* libceph: warn on msg allocation failuresSage Weil2011-10-251-0/+1
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-254-19/+32
* libceph: always preallocate mon connectionSage Weil2011-10-251-25/+22
* libceph: create messenger with clientSage Weil2011-10-251-23/+24
* Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-clientLinus Torvalds2011-09-294-42/+48
|\
| * libceph: fix pg_temp mapping updateSage Weil2011-09-281-26/+24
| * libceph: fix pg_temp mapping calculationSage Weil2011-09-281-13/+21
| * libceph: fix linger request requeuingSage Weil2011-09-161-3/+1
| * libceph: fix parse options memory leakNoah Watkins2011-09-161-0/+1
| * libceph: initialize ack_stamp to avoid unnecessary connection resetJim Schutt2011-09-161-0/+1
* | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-092-16/+46
|\|
| * libceph: fix leak of osd structs during shutdownSage Weil2011-08-311-5/+17
| * libceph: fix msgpoolSage Weil2011-08-091-11/+29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-262-7/+11
|\|
| * libceph: don't time out osd requests that haven't been receivedSage Weil2011-07-262-7/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-7/+10
|\|
| * ceph: fix file mode calculationSage Weil2011-07-191-7/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-4/+6
|\|
| * libceph: fix page calculation for non-page-aligned ioSage Weil2011-06-131-4/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-5/+10
|\|
| * ceph: fix sync vs canceled writeSage Weil2011-06-071-5/+10
* | net: Remove casts of void *Joe Perches2011-06-161-1/+1
|/
* libceph: subscribe to osdmap when cluster is fullSage Weil2011-05-241-0/+9
* libceph: handle new osdmap down/state change encodingSage Weil2011-05-241-3/+8
* ceph: check return value for start_request in writepagesSage Weil2011-05-191-1/+7
* libceph: add missing breaks in addr_set_portSage Weil2011-05-191-0/+2
* libceph: fix TAG_WAIT caseSage Weil2011-05-191-1/+3
* libceph: fix osdmap timestamp assignmentSage Weil2011-05-191-1/+1
* libceph: use snprintf for unknown addrsSage Weil2011-05-191-1/+2
* libceph: use snprintf for formatting object nameSage Weil2011-05-191-1/+1
* libceph: fix uninitialized value when no get_authorizer method is setSage Weil2011-05-191-5/+6
* libceph: handle connection reopen race with callbacksSage Weil2011-05-191-13/+51
* libceph: fix ceph_osdc_alloc_request error checksSage Weil2011-05-031-2/+2
* libceph: fix ceph_msg_new error pathHenry C Chang2011-05-031-13/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-04-141-3/+9
|\
| * libceph: fix linger request requeueingSage Weil2011-04-061-3/+9
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | libceph: Create a new key type "ceph".Tommi Virtanen2011-03-293-8/+77