Age | Commit message (Expand) | Author |
2013-01-17 | rbd: do not allow remove of mounted-on image | Alex Elder |
2013-01-17 | rbd: fix bug in rbd_dev_id_put() | Alex Elder |
2013-01-17 | rbd: BUG on invalid layout | Sage Weil |
2013-01-17 | rbd: kill notify_timeout option | Alex Elder |
2013-01-17 | rbd: add read_only rbd map option | Alex Elder |
2013-01-17 | rbd: kill create_snap sysfs entry | Alex Elder |
2013-01-17 | rbd: drop dev reference on error in rbd_open() | Alex Elder |
2013-01-17 | rbd: send header version when notifying | Josh Durgin |
2013-01-17 | rbd: use reference counting for the snap context | Josh Durgin |
2013-01-17 | rbd: set image size when header is updated | Josh Durgin |
2013-01-17 | rbd: expose the correct size of the device in sysfs | Josh Durgin |
2013-01-17 | rbd: only reset capacity when pointing to head | Josh Durgin |
2013-01-17 | rbd: return errors for mapped but deleted snapshot | Josh Durgin |
2012-11-26 | rbd: Fix ceph_snap_context size calculation | Yan, Zheng |
2012-11-26 | rbd: store snapshot id instead of index | Josh Durgin |
2012-11-26 | rbd: protect read of snapshot sequence number | Josh Durgin |
2012-11-26 | rbd: don't hold spinlock during messenger flush | Alex Elder |
2012-03-22 | rbd: move snap_rwsem to the device, rename to header_rwsem | Josh Durgin |
2012-03-22 | rbd: don't drop the rbd_id too early | Alex Elder |
2012-03-22 | rbd: small changes | Alex Elder |
2012-03-22 | rbd: do some refactoring | Alex Elder |
2012-03-22 | rbd: fix module sysfs setup/teardown code | Alex Elder |
2012-03-22 | rbd: don't allocate mon_addrs buffer in rbd_add() | Alex Elder |
2012-03-22 | rbd: have rbd_parse_args() report found mon_addrs size | Alex Elder |
2012-03-22 | rbd: do a few checks at build time | Alex Elder |
2012-03-22 | rbd: don't use sscanf() in rbd_add_parse_args() | Alex Elder |
2012-03-22 | rbd: encapsulate argument parsing for rbd_add() | Alex Elder |
2012-03-22 | rbd: simplify error handling in rbd_add() | Alex Elder |
2012-03-22 | rbd: reduce memory used for rbd_dev fields | Alex Elder |
2012-03-22 | rbd: have rbd_get_client() return a rbd_client | Alex Elder |
2012-03-22 | rbd: a few simple changes | Alex Elder |
2012-03-22 | rbd: rename "node_lock" | Alex Elder |
2012-03-22 | rbd: move ctl_mutex lock inside rbd_client_create() | Alex Elder |
2012-03-22 | rbd: move ctl_mutex lock inside rbd_get_client() | Alex Elder |
2012-03-22 | rbd: release client list lock sooner | Alex Elder |
2012-03-22 | rbd: restore previous rbd id sequence behavior | Alex Elder |
2012-03-22 | rbd: tie rbd_dev_list changes to rbd_id operations | Alex Elder |
2012-03-22 | rbd: protect the rbd_dev_list with a spinlock | Alex Elder |
2012-03-22 | rbd: rework calculation of new rbd id's | Alex Elder |
2012-03-22 | rbd: encapsulate new rbd id selection | Alex Elder |
2012-03-22 | rbd: use a single value of snap_name to mean no snap | Josh Durgin |
2012-03-22 | rbd: do not duplicate ceph_client pointer in rbd_device | Alex Elder |
2012-03-22 | rbd: make ceph_parse_options() return a pointer | Alex Elder |
2012-03-22 | rbd: a few small cleanups | Alex Elder |
2012-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-02-02 | rbd: fix safety of rbd_put_client() | Alex Elder |
2012-02-02 | rbd: fix a memory leak in rbd_get_client() | Alex Elder |
2012-01-12 | rbd: initialize snap_rwsem in rbd_add() | Alex Elder |
2011-12-07 | rbd: remove buggy rollback functionality | Josh Durgin |
2011-12-07 | rbd: return an error when an invalid header is read | Josh Durgin |