| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: check mds_wanted for imported cap | Yan, Zheng | 2013-01-17 | 1 | -1/+3 |
* | ceph: allocate cap_release message when receiving cap import | Yan, Zheng | 2013-01-17 | 1 | -0/+3 |
* | ceph: allow revoking duplicated caps issued by non-auth MDS | Yan, Zheng | 2013-01-17 | 1 | -5/+10 |
* | ceph: move dirty inode to migrating list when clearing auth caps | Yan, Zheng | 2013-01-17 | 1 | -1/+9 |
* | ceph: re-calculate truncate_size for strip object | Yan, Zheng | 2013-01-17 | 1 | -0/+8 |
* | ceph: Check for created flag in response from mds | Sam Lang | 2013-01-17 | 4 | -3/+44 |
* | ceph: Check for err on mds request in atomic_open | Sam Lang | 2013-01-17 | 1 | -0/+3 |
* | libceph: fix protocol feature mismatch failure path | Sage Weil | 2012-12-28 | 1 | -10/+4 |
* | libceph: WARN, don't BUG on unexpected connection states | Alex Elder | 2012-12-28 | 1 | -6/+5 |
* | libceph: always reset osds when kicking | Alex Elder | 2012-12-28 | 1 | -2/+2 |
* | libceph: move linger requests sooner in kick_requests() | Alex Elder | 2012-12-28 | 1 | -11/+19 |
* | rbd: get rid of rbd_{get,put}_dev() | Alex Elder | 2012-12-20 | 1 | -12/+2 |
* | libceph: register request before unregister linger | Alex Elder | 2012-12-20 | 1 | -1/+1 |
* | libceph: don't use rb_init_node() in ceph_osdc_alloc_request() | Alex Elder | 2012-12-20 | 1 | -1/+1 |
* | libceph: init event->node in ceph_osdc_create_event() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
* | libceph: init osd->o_node in create_osd() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
* | libceph: report connection fault with warning | Alex Elder | 2012-12-20 | 1 | -1/+1 |
* | libceph: socket can close in any connection state | Alex Elder | 2012-12-17 | 1 | -17/+30 |
* | rbd: don't use ENOTSUPP | Alex Elder | 2012-12-17 | 1 | -1/+1 |
* | rbd: remove linger unconditionally | Alex Elder | 2012-12-17 | 1 | -1/+1 |
* | rbd: get rid of RBD_MAX_SEG_NAME_LEN | Alex Elder | 2012-12-17 | 2 | -5/+3 |
* | libceph: avoid using freed osd in __kick_osd_requests() | Alex Elder | 2012-12-17 | 1 | -1/+2 |
* | ceph: don't reference req after put | Alex Elder | 2012-12-17 | 1 | -1/+1 |
* | rbd: do not allow remove of mounted-on image | Alex Elder | 2012-12-17 | 1 | -0/+13 |
* | libceph: Unlock unprocessed pages in start_read() error path | David Zafman | 2012-12-13 | 1 | -0/+9 |
* | ceph: call handle_cap_grant() for cap import message | Yan, Zheng | 2012-12-13 | 1 | -2/+2 |
* | ceph: Fix __ceph_do_pending_vmtruncate | Yan, Zheng | 2012-12-13 | 1 | -6/+9 |
* | ceph: Don't add dirty inode to dirty list if caps is in migration | Yan, Zheng | 2012-12-13 | 1 | -3/+7 |
* | ceph: Fix infinite loop in __wake_requests | Yan, Zheng | 2012-12-13 | 1 | -2/+7 |
* | ceph: Don't update i_max_size when handling non-auth cap | Yan, Zheng | 2012-12-13 | 1 | -1/+1 |
* | bdi_register: add __printf verification, fix arg mismatch | Joe Perches | 2012-12-13 | 2 | -1/+2 |
* | libceph: remove 'osdtimeout' option | Sage Weil | 2012-12-13 | 4 | -49/+5 |
* | ceph: fix dentry reference leak in ceph_encode_fh(). | Cyril Roelandt | 2012-12-13 | 1 | -1/+3 |
* | ceph: Fix i_size update race | Sage Weil | 2012-11-05 | 2 | -47/+77 |
* | ceph: Hold caps_list_lock when adjusting caps_{use, total}_count | Yan, Zheng | 2012-11-04 | 1 | -0/+2 |
* | rbd: get additional info in parent spec | Alex Elder | 2012-11-01 | 1 | -0/+133 |
* | libceph: define ceph_pg_pool_name_by_id() | Alex Elder | 2012-11-01 | 2 | -0/+17 |
* | rbd: get parent spec for version 2 images | Alex Elder | 2012-11-01 | 3 | -0/+137 |
* | rbd: allow null image name | Alex Elder | 2012-11-01 | 1 | -1/+4 |
* | rbd: allow null image name | Alex Elder | 2012-11-01 | 1 | -0/+8 |
* | rbd: encapsulate last part of probe | Alex Elder | 2012-11-01 | 1 | -75/+86 |
* | rbd: define rbd_dev_{create,destroy}() helpers | Alex Elder | 2012-11-01 | 1 | -21/+41 |
* | rbd: consolidate rbd_dev init in rbd_add() | Alex Elder | 2012-11-01 | 1 | -19/+18 |
* | rbd: don't pass rbd_dev to rbd_get_client() | Alex Elder | 2012-11-01 | 1 | -18/+15 |
* | rbd: fill rbd_spec in rbd_add_parse_args() | Alex Elder | 2012-11-01 | 1 | -38/+75 |
* | rbd: add reference counting to rbd_spec | Alex Elder | 2012-11-01 | 1 | -10/+42 |
* | rbd: define image specification structure | Alex Elder | 2012-10-30 | 1 | -68/+90 |
* | rbd: have rbd_add_parse_args() return error | Alex Elder | 2012-10-30 | 1 | -17/+20 |
* | rbd: pass and populate rbd_options structure | Alex Elder | 2012-10-30 | 1 | -11/+19 |
* | rbd: remove snap_name arg from rbd_add_parse_args() | Alex Elder | 2012-10-30 | 1 | -13/+10 |