aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-03libceph: fix ceph_osdc_alloc_request error checksSage Weil1-2/+2
2011-05-03libceph: fix ceph_msg_new error pathHenry C Chang1-13/+13
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-06libceph: fix linger request requeueingSage Weil1-3/+9
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29libceph: Create a new key type "ceph".Tommi Virtanen3-8/+77
2011-03-29libceph: Get secret from the kernel keys api when mounting with key=NAME.Tommi Virtanen2-0/+59
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen6-15/+59
2011-03-29libceph: fix null dereference when unregistering linger requestsSage Weil1-3/+3
2011-03-29ceph: unlock on error in ceph_osdc_start_request()Dan Carpenter1-1/+3
2011-03-26ceph: fix possible NULL pointer dereferenceMariusz Kozlowski1-1/+1
2011-03-25ceph: flush msgr_wq during mds_client shutdownSage Weil1-2/+2
2011-03-22libceph: add lingering request and watch/notify event frameworkYehuda Sadeh2-12/+374
2011-03-21libceph: fix osd request queuing on osdmap updatesSage Weil1-133/+122
2011-03-15libceph: Fix base64-decoding when input ends in newline.Tommi Virtanen1-1/+3
2011-03-04libceph: fix msgr standby handlingSage Weil1-8/+22
2011-03-04libceph: fix msgr keepalive flagSage Weil1-5/+4
2011-03-04libceph: fix msgr backoffSage Weil1-2/+28
2011-03-03libceph: retry after authorization failureSage Weil1-2/+0
2011-03-03libceph: fix handling of short returns from get_user_pagesSage Weil1-5/+13
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-31/+31
2011-01-25libceph: fix socket write error handlingSage Weil1-11/+12
2011-01-25libceph: fix socket read error handlingSage Weil1-20/+19
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-45/+8
2011-01-12net/ceph: make ceph_msgr_wq non-reentrantTejun Heo1-44/+2
2011-01-12ceph: Always free allocated memory in osdmap_decode()Jesper Juhl1-1/+3
2011-01-12ceph: add dir_layout to inodeSage Weil1-0/+3
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-27/+35
2010-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-11/+12
2010-12-17ceph: handle partial result from get_user_pagesHenry C Chang1-2/+2
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-4/+7
2010-12-13ceph: fix msgr_init error pathSage Weil1-5/+3
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-23/+1
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-22/+0
2010-11-27Net: ceph: Makefile: Remove unnessary codeTracey Dent1-22/+0
2010-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2010-11-22Net: ceph: Makefile: remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet1-1/+1
2010-11-09ceph: explicitly specify page alignment in network messagesSage Weil2-5/+8
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil1-8/+14
2010-11-09ceph: fix comment, remove extraneous argsSage Weil1-2/+1
2010-11-01ceph: fix small seq message skippingSage Weil1-2/+1
2010-10-20ceph: fix num_pages_free accounting in pagelistSage Weil1-0/+1
2010-10-20ceph: don't crash when passed bad mount optionsYehuda Sadeh1-1/+1
2010-10-20ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGreg Farnum1-9/+97
2010-10-20rbd: introduce rados block device (rbd), based on libcephYehuda Sadeh1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh27-0/+10660