Age | Commit message (Expand) | Author | Files | Lines |
2018-04-02 | ceph: quota: cache inode pointer in ceph_snap_realm | Luis Henriques | 5 | -15/+19 |
2018-04-02 | ceph: fix root quota realm check | Yan, Zheng | 1 | -8/+8 |
2018-04-02 | ceph: don't check quota for snap inode | Yan, Zheng | 2 | -3/+18 |
2018-04-02 | ceph: quota: update MDS when max_bytes is approaching | Luis Henriques | 3 | -1/+45 |
2018-04-02 | ceph: quota: support for ceph.quota.max_bytes | Luis Henriques | 4 | -1/+44 |
2018-04-02 | ceph: quota: don't allow cross-quota renames | Luis Henriques | 3 | -0/+75 |
2018-04-02 | ceph: quota: support for ceph.quota.max_files | Luis Henriques | 4 | -1/+95 |
2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas | Luis Henriques | 11 | -1/+180 |
2018-04-02 | rbd: remove VLA usage | Kyle Spiers | 1 | -4/+4 |
2018-04-02 | rbd: fix spelling mistake: "reregisteration" -> "reregistration" | Colin Ian King | 1 | -1/+1 |
2018-04-02 | ceph: rename function drop_leases() to a more descriptive name | Yan, Zheng | 1 | -4/+3 |
2018-04-02 | ceph: fix invalid point dereference for error case in mdsc destroy | Chengguang Xu | 1 | -1/+4 |
2018-04-02 | ceph: return proper bool type to caller instead of pointer | Chengguang Xu | 1 | -2/+3 |
2018-04-02 | ceph: optimize memory usage | Chengguang Xu | 5 | -117/+169 |
2018-04-02 | ceph: optimize mds session register | Chengguang Xu | 1 | -17/+19 |
2018-04-02 | libceph, ceph: add __init attribution to init funcitons | Chengguang Xu | 5 | -14/+9 |
2018-04-02 | ceph: filter out used flags when printing unused open flags | Chengguang Xu | 1 | -0/+2 |
2018-04-02 | ceph: don't wait on writeback when there is no more dirty pages | Yan, Zheng | 1 | -1/+5 |
2018-04-02 | ceph: invalidate pages that beyond EOF in ceph_writepages_start() | Yan, Zheng | 2 | -29/+18 |
2018-04-02 | ceph: mark the cap cache as unreclaimable | Chengguang Xu | 1 | -2/+1 |
2018-04-02 | ceph: change variable name to follow common rule | Chengguang Xu | 3 | -30/+30 |
2018-04-02 | ceph: optimizing cap reservation | Chengguang Xu | 1 | -29/+59 |
2018-04-02 | ceph: release unreserved caps if having enough available caps | Chengguang Xu | 1 | -1/+15 |
2018-04-02 | ceph: optimizing cap allocation | Chengguang Xu | 1 | -0/+16 |
2018-04-02 | ceph: adding protection for showing cap reservation info | Chengguang Xu | 1 | -0/+4 |
2018-04-02 | libceph: adding missing message types to ceph_msg_type_name() | Chengguang Xu | 1 | -0/+5 |
2018-04-02 | rbd: get the latest osdmap when using an existing client | Ilya Dryomov | 1 | -36/+33 |
2018-04-02 | rbd: move rbd_get_client() below rbd_put_client() | Ilya Dryomov | 1 | -20/+20 |
2018-04-02 | rbd: remove redundant declaration of rbd_spec_put() | Ilya Dryomov | 1 | -1/+0 |
2018-04-02 | ceph: use seq_show_option for string type options | Chengguang Xu | 1 | -5/+2 |
2018-04-02 | libceph: fix misjudgement of maximum monitor number | Chengguang Xu | 1 | -1/+1 |
2018-04-02 | libceph, ceph: change permission for readonly debugfs entries | Chengguang Xu | 2 | -9/+9 |
2018-04-02 | ceph: keep consistent semantic in fscache related option combination | Chengguang Xu | 1 | -0/+4 |
2018-04-02 | ceph: add newline to end of debug message format | Chengguang Xu | 7 | -20/+19 |
2018-04-02 | rbd: allow "fancy" striping | Ilya Dryomov | 1 | -27/+2 |
2018-04-02 | rbd: introduce OWN_BVECS data type | Ilya Dryomov | 1 | -7/+149 |
2018-04-02 | rbd: remove rbd_parent_request_{create,destroy}() | Ilya Dryomov | 1 | -68/+6 |
2018-04-02 | rbd: get rid of img_req->{offset,length} | Ilya Dryomov | 1 | -18/+8 |
2018-04-02 | rbd: remove rbd_img_request_fill() and helpers | Ilya Dryomov | 1 | -98/+0 |
2018-04-02 | rbd: switch to common striping framework | Ilya Dryomov | 1 | -23/+168 |
2018-04-02 | rbd: create+truncate for whole-object layered discards | Ilya Dryomov | 1 | -1/+6 |
2018-04-02 | rbd: move to obj_req->img_extents | Ilya Dryomov | 1 | -52/+98 |
2018-04-02 | rbd: incorporate ceph_object_extent | Ilya Dryomov | 1 | -37/+34 |
2018-04-02 | libceph, ceph: move ceph_calc_file_object_mapping() to striper.c | Ilya Dryomov | 7 | -44/+43 |
2018-04-02 | libceph: striping framework implementation | Ilya Dryomov | 3 | -0/+292 |
2018-04-02 | rbd: store data_type in img_req instead of obj_req | Ilya Dryomov | 1 | -26/+8 |
2018-04-02 | rbd: remove obj_req->flags field | Ilya Dryomov | 1 | -35/+0 |
2018-04-02 | rbd: remove old request completion code | Ilya Dryomov | 1 | -172/+3 |
2018-04-02 | rbd: new request completion code | Ilya Dryomov | 1 | -13/+55 |
2018-04-02 | rbd: update rbd_img_request_submit() signature | Ilya Dryomov | 1 | -10/+3 |