aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+5
2012-02-02rbd: fix safety of rbd_put_client()Alex Elder1-2/+4
2012-02-02rbd: fix a memory leak in rbd_get_client()Alex Elder1-0/+1
2012-01-12rbd: initialize snap_rwsem in rbd_add()Alex Elder1-0/+2
2011-12-07rbd: remove buggy rollback functionalityJosh Durgin1-90/+0
2011-12-07rbd: return an error when an invalid header is readJosh Durgin1-1/+10
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds1-1/+1
2011-10-25libceph: create messenger with clientSage Weil1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-1/+45
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock1-1/+1
2011-07-26rbd: set blk_queue request sizes to object sizeJosh Durgin1-0/+15
2011-07-26rbd: cancel watch request when releasing the deviceYehuda Sadeh1-1/+30
2011-05-24rbd: handle online resize of underlying rbd imageSage Weil1-0/+3
2011-05-24rbd: use snprintf for disk->disk_nameSage Weil1-1/+2
2011-05-24rbd: cleanup: make kfree match kmallocSage Weil1-7/+7
2011-05-19rbd: warn on update_snaps failure on notifySage Weil1-1/+6
2011-05-13rbd: fix split bio handlingYehuda Sadeh1-20/+151
2011-05-12rbd: fix leak of ops structSage Weil1-1/+5
2011-05-03libceph: fix ceph_osdc_alloc_request error checksSage Weil1-2/+2
2011-03-22rbd: use watch/notify for changes in rbd headerYehuda Sadeh1-26/+335
2011-01-12rbd: fix cleanup when trying to mount inexistent imageYehuda Sadeh1-4/+15
2010-12-01rbd: replace the rbd sysfs interfaceYehuda Sadeh1-277/+471
2010-10-20rbd: passing wrong variable to bvec_kunmap_irq()Dan Carpenter1-1/+1
2010-10-20rbd: null vs ERR_PTRDan Carpenter1-2/+2
2010-10-20block: rbd: removing unnecessary testYehuda Sadeh1-4/+0
2010-10-20block: rbd: fixed may leaksVasiliy Kulikov1-6/+8
2010-10-20rbd: introduce rados block device (rbd), based on libcephYehuda Sadeh1-0/+1843