aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* crush: fix a bug in tree bucket decodeIlya Dryomov2015-08-121-1/+1
* libceph: fix double __remove_osd() problemIlya Dryomov2015-05-091-7/+18
* libceph: do not crash on large auth ticketsIlya Dryomov2014-12-141-37/+132
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-12-141-1/+6
* libceph: do not hard code max auth ticket lenIlya Dryomov2014-11-051-35/+29
* libceph: add process_one_ticket() helperIlya Dryomov2014-11-051-104/+124
* libceph: gracefully handle large reply messages from the monSage Weil2014-11-051-0/+8
* libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-11-052-7/+7
* libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-06-091-1/+19
* libceph: only call kernel_sendpage() via helperAlex Elder2014-06-091-6/+15
* libceph: unregister request in __map_request failed and nofail == falsemajianpeng2013-10-261-0/+2
* libceph: Fix NULL pointer dereference in auth client codeTyler Hicks2013-07-271-0/+6
* 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