Age | Commit message (Expand) | Author | Files | Lines |
2013-09-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -18/+59 |
2013-09-12 | block: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -1/+1 |
2013-09-09 | rbd: fix error handling from rbd_snap_name() | Josh Durgin | 1 | -4/+6 |
2013-09-09 | rbd: ignore unmapped snapshots that no longer exist | Josh Durgin | 1 | -2/+7 |
2013-09-09 | rbd: fix use-after free of rbd_dev->disk | Josh Durgin | 1 | -7/+33 |
2013-09-09 | rbd: make rbd_obj_notify_ack() synchronous | Josh Durgin | 1 | -5/+6 |
2013-09-09 | rbd: complete notifies before cleaning up osd_client and rbd_dev | Josh Durgin | 1 | -0/+7 |
2013-09-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -17/+19 |
2013-09-04 | rbd: fix null dereference in dout | Josh Durgin | 1 | -3/+5 |
2013-09-04 | rbd: fix buffer size for writes to images with snapshots | Josh Durgin | 1 | -5/+5 |
2013-09-04 | rbd: fix I/O error propagation for reads | Josh Durgin | 1 | -7/+7 |
2013-08-28 | rbd: convert bus code to use bus_groups | Greg Kroah-Hartman | 1 | -5/+9 |
2013-08-10 | block: rbd: use NULL instead of 0 | Jingoo Han | 1 | -2/+2 |
2013-07-04 | rbd: fix a couple warnings | Sage Weil | 1 | -2/+2 |
2013-07-04 | rbd: take a little credit | Alex Elder | 1 | -0/+1 |
2013-07-04 | rbd: use rwsem to protect header updates | Alex Elder | 1 | -16/+10 |
2013-07-04 | rbd: don't hold ctl_mutex to get/put device | Alex Elder | 1 | -15/+2 |
2013-07-04 | rbd: protect against concurrent unmaps | Alex Elder | 1 | -2/+4 |
2013-07-04 | rbd: set removing flag while holding list lock | Alex Elder | 1 | -31/+22 |
2013-07-04 | rbd: protect against duplicate client creation | Alex Elder | 1 | -10/+7 |
2013-07-04 | rbd: clean up a few things in the refresh path | Alex Elder | 1 | -10/+43 |
2013-07-04 | rbd: flush dcache after zeroing page data | Alex Elder | 1 | -0/+2 |
2013-07-01 | rbd: drop original request earlier for existence check | Alex Elder | 1 | -2/+1 |
2013-07-01 | rbd: Use min_t() to fix comparison of distinct pointer types warning | Geert Uytterhoeven | 1 | -2/+2 |
2013-06-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+5 |
2013-06-27 | rbd: send snapshot context with writes | Josh Durgin | 1 | -1/+5 |
2013-06-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -4/+4 |
2013-06-25 | rbd: fetch object order before using it | Josh Durgin | 1 | -4/+4 |
2013-06-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+5 |
2013-06-13 | rbd: use the correct length for format 2 object names | Josh Durgin | 1 | -1/+5 |
2013-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -15/+18 |
2013-05-17 | rbd: fix cleanup in rbd_add() | Alex Elder | 1 | -9/+14 |
2013-05-17 | rbd: don't destroy ceph_opts in rbd_add() | Alex Elder | 1 | -6/+4 |
2013-05-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -386/+549 |
2013-05-14 | rbd: re-submit flattened write request (part 2) | Alex Elder | 1 | -2/+16 |
2013-05-14 | rbd: re-submit write request for flattened clone | Alex Elder | 1 | -7/+22 |
2013-05-14 | rbd: re-submit read request for flattened clone | Alex Elder | 1 | -5/+25 |
2013-05-14 | rbd: detect when clone image is flattened | Alex Elder | 1 | -2/+28 |
2013-05-14 | rbd: reference count parent requests | Alex Elder | 1 | -2/+102 |
2013-05-14 | rbd: define parent image request routines | Alex Elder | 1 | -23/+55 |
2013-05-14 | rbd: define rbd_dev_unparent() | Alex Elder | 1 | -5/+13 |
2013-05-14 | rbd: don't release write request until necessary | Alex Elder | 1 | -12/+7 |
2013-05-14 | rbd: get parent info on refresh | Alex Elder | 1 | -30/+37 |
2013-05-13 | rbd: ignore zero-overlap parent | Alex Elder | 1 | -3/+7 |
2013-05-13 | rbd: support reading parent page data for writes | Alex Elder | 1 | -6/+14 |
2013-05-13 | rbd: fix parent request size assumption | Alex Elder | 1 | -11/+20 |
2013-05-09 | rbd: kill rbd_img_request_get() | Alex Elder | 1 | -10/+0 |
2013-05-09 | rbd: only set up watch for mapped images | Alex Elder | 1 | -19/+24 |
2013-05-09 | rbd: set mapping read-only flag in rbd_add() | Alex Elder | 1 | -12/+11 |
2013-05-09 | rbd: support reading parent page data | Alex Elder | 1 | -3/+7 |