aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientGravatar Linus Torvalds 2-16/+46
2011-08-31libceph: fix leak of osd structs during shutdownGravatar Sage Weil 1-5/+17
2011-08-09libceph: fix msgpoolGravatar Sage Weil 1-11/+29
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 2-7/+11
2011-07-26libceph: don't time out osd requests that haven't been receivedGravatar Sage Weil 2-7/+11
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-7/+10
2011-07-19ceph: fix file mode calculationGravatar Sage Weil 1-7/+10
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-4/+6
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-5/+10
2011-06-16net: Remove casts of void *Gravatar Joe Perches 1-1/+1
2011-06-13libceph: fix page calculation for non-page-aligned ioGravatar Sage Weil 1-4/+6
2011-06-07ceph: fix sync vs canceled writeGravatar Sage Weil 1-5/+10
2011-05-24libceph: subscribe to osdmap when cluster is fullGravatar Sage Weil 1-0/+9
2011-05-24libceph: handle new osdmap down/state change encodingGravatar Sage Weil 1-3/+8
2011-05-19ceph: check return value for start_request in writepagesGravatar Sage Weil 1-1/+7
2011-05-19libceph: add missing breaks in addr_set_portGravatar Sage Weil 1-0/+2
2011-05-19libceph: fix TAG_WAIT caseGravatar Sage Weil 1-1/+3
2011-05-19libceph: fix osdmap timestamp assignmentGravatar Sage Weil 1-1/+1
2011-05-19libceph: use snprintf for unknown addrsGravatar Sage Weil 1-1/+2
2011-05-19libceph: use snprintf for formatting object nameGravatar Sage Weil 1-1/+1
2011-05-19libceph: fix uninitialized value when no get_authorizer method is setGravatar Sage Weil 1-5/+6
2011-05-19libceph: handle connection reopen race with callbacksGravatar Sage Weil 1-13/+51
2011-05-03libceph: fix ceph_osdc_alloc_request error checksGravatar Sage Weil 1-2/+2
2011-05-03libceph: fix ceph_msg_new error pathGravatar Henry C Chang 1-13/+13
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-3/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-04-06libceph: fix linger request requeueingGravatar Sage Weil 1-3/+9
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-29libceph: Create a new key type "ceph".Gravatar Tommi Virtanen 3-8/+77
2011-03-29libceph: Get secret from the kernel keys api when mounting with key=NAME.Gravatar Tommi Virtanen 2-0/+59
2011-03-29ceph: Move secret key parsing earlier.Gravatar Tommi Virtanen 6-15/+59
2011-03-29libceph: fix null dereference when unregistering linger requestsGravatar Sage Weil 1-3/+3
2011-03-29ceph: unlock on error in ceph_osdc_start_request()Gravatar Dan Carpenter 1-1/+3
2011-03-26ceph: fix possible NULL pointer dereferenceGravatar Mariusz Kozlowski 1-1/+1
2011-03-25ceph: flush msgr_wq during mds_client shutdownGravatar Sage Weil 1-2/+2
2011-03-22libceph: add lingering request and watch/notify event frameworkGravatar Yehuda Sadeh 2-12/+374
2011-03-21libceph: fix osd request queuing on osdmap updatesGravatar Sage Weil 1-133/+122
2011-03-15libceph: Fix base64-decoding when input ends in newline.Gravatar Tommi Virtanen 1-1/+3
2011-03-04libceph: fix msgr standby handlingGravatar Sage Weil 1-8/+22
2011-03-04libceph: fix msgr keepalive flagGravatar Sage Weil 1-5/+4
2011-03-04libceph: fix msgr backoffGravatar Sage Weil 1-2/+28
2011-03-03libceph: retry after authorization failureGravatar Sage Weil 1-2/+0
2011-03-03libceph: fix handling of short returns from get_user_pagesGravatar Sage Weil 1-5/+13
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-31/+31
2011-01-25libceph: fix socket write error handlingGravatar Sage Weil 1-11/+12
2011-01-25libceph: fix socket read error handlingGravatar Sage Weil 1-20/+19
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 3-45/+8
2011-01-12net/ceph: make ceph_msgr_wq non-reentrantGravatar Tejun Heo 1-44/+2
2011-01-12ceph: Always free allocated memory in osdmap_decode()Gravatar Jesper Juhl 1-1/+3
2011-01-12ceph: add dir_layout to inodeGravatar Sage Weil 1-0/+3