summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-3/+12
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil-3/+12
2012-01-10libceph: remove useless return value for osd_client __send_request()Sage Weil-15/+6
2012-01-10crush: fix force for non-root TAKESage Weil-3/+8
2012-01-10ceph: Use kmemdup rather than duplicating its implementationThomas Meyer-2/+1
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-22/+13
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil-22/+13
2011-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-1/+1
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-10-25libceph: force resend of osd requests if we skip an osdmapSage Weil-10/+16
2011-10-25ceph: use kernel DNS resolverNoah Watkins-12/+116
2011-10-25ceph: fix ceph_monc_init memory leakNoah Watkins-3/+7
2011-10-25libceph: warn on msg allocation failuresSage Weil-0/+1
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil-19/+32
2011-10-25libceph: always preallocate mon connectionSage Weil-25/+22
2011-10-25libceph: create messenger with clientSage Weil-23/+24
2011-09-29Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-clientLinus Torvalds-42/+48
2011-09-28libceph: fix pg_temp mapping updateSage Weil-26/+24
2011-09-28libceph: fix pg_temp mapping calculationSage Weil-13/+21
2011-09-16libceph: fix linger request requeuingSage Weil-3/+1
2011-09-16libceph: fix parse options memory leakNoah Watkins-0/+1
2011-09-16libceph: initialize ack_stamp to avoid unnecessary connection resetJim Schutt-0/+1
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds-16/+46
2011-08-31libceph: fix leak of osd structs during shutdownSage Weil-5/+17
2011-08-09libceph: fix msgpoolSage Weil-11/+29
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-7/+11
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil-7/+11
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-7/+10
2011-07-19ceph: fix file mode calculationSage Weil-7/+10
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+6
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-5/+10
2011-06-16net: Remove casts of void *Joe Perches-1/+1
2011-06-13libceph: fix page calculation for non-page-aligned ioSage Weil-4/+6
2011-06-07ceph: fix sync vs canceled writeSage Weil-5/+10
2011-05-24libceph: subscribe to osdmap when cluster is fullSage Weil-0/+9
2011-05-24libceph: handle new osdmap down/state change encodingSage Weil-3/+8
2011-05-19ceph: check return value for start_request in writepagesSage Weil-1/+7
2011-05-19libceph: add missing breaks in addr_set_portSage Weil-0/+2
2011-05-19libceph: fix TAG_WAIT caseSage Weil-1/+3
2011-05-19libceph: fix osdmap timestamp assignmentSage Weil-1/+1
2011-05-19libceph: use snprintf for unknown addrsSage Weil-1/+2
2011-05-19libceph: use snprintf for formatting object nameSage Weil-1/+1
2011-05-19libceph: fix uninitialized value when no get_authorizer method is setSage Weil-5/+6
2011-05-19libceph: handle connection reopen race with callbacksSage Weil-13/+51
2011-05-03libceph: fix ceph_osdc_alloc_request error checksSage Weil-2/+2
2011-05-03libceph: fix ceph_msg_new error pathHenry C Chang-13/+13
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-3/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-1/+1
2011-04-06libceph: fix linger request requeueingSage Weil-3/+9